How We Built a Production-Ready React Native Bluetooth AppThe engineering behind SKEEDAD: BLE packet reconstruction, five-sensor streaming, offline-first SQLite, Android background monitoring, Firebase sync, and reliable APK delivery.Sep 2, 2026·15 min read
Why We Rewrote an 88-Screen Legacy React Native AppHow we decided whether a large React Native app needed patient repair or a new foundation—and turned years of technical debt into explicit migration rules.Aug 24, 2026·14 min read
What I Learned From an Action-Based Go API LayoutOne struct, one endpoint, one job. How production Go backends organize APIs around Run() + Handler() — and why I started preferring it over classic three-layer handlers.Jun 7, 2026·8 min read
WebSocket Chat at Scale: The Architecture Behind Real-Time Messaging That Doesn’t BreakEveryone adds WebSockets. Fewer build chat that survives scale, crashes, and multi-pod deploys. A standalone deep dive into durable delivery, Redis fan-out, and clean service boundaries.Jun 6, 2026·13 min read
I Built a Full-Stack LLM Observability Platform for a Founding Engineer Take-HomeEvery inference logged with zero hot-path overhead — SSE streaming, fire-and-forget ingest, and hourly rollups in PostgreSQL.May 24, 2026·9 min read
Building a Browser-Based React Native Debug Lab from ScratchArchitecture, sandbox design, and the tradeoffs behind a reactLabs-style platform for mobile developers.May 21, 2026·14 min read
Event-Driven Architecture in NestJSHow We Use EventEmitter2 in a Real Production Backend — Patterns, Tradeoffs, and LessonsMar 21, 2026·14 min read