The Lab
Production systems I designed and built. Each case study covers the problem, engineering decisions, architecture, and lessons learned.
Digital Wave CRM
A production CRM serving 12,000+ sales professionals. Handles 2M+ contacts, real-time pipeline tracking, automated workflows, and role-based access across enterprise teams.
AI Education Platform
An adaptive learning platform that personalises course content using AI. Generates custom lesson plans, quizzes, and explanations based on each student's knowledge gaps and learning pace.
Law Firm Platform
A document and case management platform for a mid-sized law firm. Handles document generation, case tracking, billing, client portal, and compliance auditing across 50+ attorneys.
Aurex Motors
A dealership management platform integrating inventory, CRM, service scheduling, and financing workflows into a single system for a multi-location automotive group.
Markdown Wiki Engine
A lightweight wiki engine that renders markdown files as a navigable documentation site. Built to understand static site generation and file-based routing.
CLI Task Runner
A command-line task runner for automating repetitive development workflows. Inspired by Make and Just, built in Node.js to understand task orchestration.
Event Bus Prototype
An in-memory event bus with pub/sub patterns, retry logic, and dead-letter queues. Built to understand message broker internals before adopting Kafka.