Featured Works
A selection of my recent projects and experiments.

ArmorPOS: High-Performance Offline-First POS Solution for Small Restaurants
A full-stack, offline-first desktop POS system engineered for a small restaurant client, featuring real-time order management, dark/light theme support, and comprehensive reporting. Built with Electro

Admin Dashboard & Life Moments Concierge
A full-stack admin system with intelligent customer lifecycle automation. Built with Next.js, MongoDB, and WhatsApp API to revolutionize how luxury brands engage customers.

NACHI - Luxury Fashion E-Commerce Platform
Premium e-commerce platform for luxury bags & shoes with unique gift box builder. Built with Next.js, TypeScript & MongoDB. Features quiet luxury design system.

🚀 Admin CMS – Smart Control Panel
The Admin Content Management System (CMS) is a powerful and intelligent control panel designed to manage website content smoothly, securely, and efficiently.
Latest from the Blog
Thoughts on technology, design, and development.

Deep Dive into Next.js App Router – How It Really Works in Production
The release of the Next.js App Router marked the biggest architectural shift in Next.js history. It is not just a new routing syntax — it fundamentally changes how applications are structured, rendered, and optimized for performance.

PostgreSQL MVCC Internals: How PostgreSQL Handles Concurrency Without Locks
One of PostgreSQL’s greatest strengths is its ability to handle high concurrency without slowing everything down with excessive locks. Behind this capability lies a powerful concept called MVCC – Multi-Version Concurrency Control.

Java Memory Model (JMM) Explained – The Invisible Rules That Control Your Code
Most Java developers believe that if their code compiles and runs, it must be correct. But when multiple threads enter the picture, Java starts playing by a different set of rules — rules you can’t see, but absolutely must understand.

