01
A standalone REST microservice for multi-jurisdiction tax calculation and commission computation. Handles US sales-tax stacking, EU VAT, UK three-tier VAT, and Canadian GST/HST - all backed by decimal.js for zero floating-point rounding errors.
SelectedTypeScript, NestJS, Prisma
Read case study02
A production-ready rate limiting solution implementing Fixed Window Counter and Sliding Window Log algorithms from scratch with pluggable storage backends, per-client configuration, and tests that prove exactly where the fixed window fails.
SelectedTypeScript, Node.js, Express.js
Read case study03
A collaborative task management application with teams, real-time sync, live notifications, and role-based access - built with Next.js 15 and Convex to explore reactive database subscriptions and event-driven communication patterns.
SelectedTypeScript, Next.js, React
Read case study04
A fully modular e-commerce platform built as a Turborepo monorepo with a Fastify backend, Astro storefront (React islands), React + Vite admin panel, and three shared packages - featuring dynamic RBAC, convention-based route auto-registration, and background job processing.
SelectedTypeScript, Turborepo, Fastify
Read case study05
A production-ready microservices architecture with 5 NestJS services (API Gateway, Auth, Users, Products, Payments) communicating entirely through RabbitMQ events, each with its own PostgreSQL database, deployed on Kubernetes with full CI/CD.
SelectedTypeScript, NestJS, Prisma
Read case study06
A complete production-grade e-commerce platform for jewelry retail - two Next.js frontends (customer storefront with Material-UI + admin dashboard with Tailwind CSS), an Express.js API, Stripe payment processing, transactional emails via Brevo, and automated PDF invoice generation.
SelectedTypeScript, Next.js, React
Read case study