Archives
All the articles I've archived.
Google Maestro: Replacing Forms with a Real-Time Quiz Platform
How I built a synchronized quiz platform for an ACES techfest event using NestJS, React, TypeScript, and WebSockets.
Vehify: How the AI Sales Assistant Worked
How Vehify connected social messages, business data, AI tool calling, product discovery, customer memory, and appointment booking.
Regex Made Easy (Well, Sort of!)
Learn regular expressions from the basic anatomy to character classes, capture groups, flags, and practical JavaScript patterns.
Vivid Tab: Building the New Tab I Wanted to Use
Why I built a free, open-source new-tab extension and how it grew into a tested cross-browser product with real bookmarks, focused widgets, themes, and wallpapers.
Chess999: Engineering a Full-Stack Chess Platform
How I built core gameplay, Stockfish analysis, online multiplayer, cross-platform game imports, and subscription infrastructure for Chess999.
PNW Gardening: Building a Mobile-First Garden Companion
How I led the initial Next.js web implementation for location-aware weather, plant discovery, garden tracking, notes, and harvest planning.
RemoteWorkFromAnywhere: Building a Remote Job Aggregation Pipeline
How I built the initial job board and ingestion pipeline across source-specific scraping, normalization, remote-role screening, search, and scheduling.
JuJu: Building the Backend Behind a Personalized Video Feed
My backend and admin contributions to JuJu's APIs, recommendation service, media pipeline, live-stream support, and moderation workflows.
NextPostAI: Building a Multi-Platform Publishing Pipeline
My contributions to NextPostAI's application foundation, AI generation, multi-platform publishing, scheduling, and billing.
Load Balancer From Scratch
Learn how a load balancer distributes traffic with separate round-robin and least-connections examples.