WRITING // NOTES
Thoughts, systems, and architecture.
Technical deep-dives, architectural decisions, and reflections on building reliable full-stack applications.
3 published articles
01 //
Featured6 min read
Architecting Event-Driven Mobile Backends with NestJS and Redis
How to structure WebSocket channels, pub/sub queues, and database locking for low-latency live tracking and order state machines.
ArchitectureNestJS
Read
02 //
5 min read
Zero-Runtime Design Systems in React Native: Patterns & Pitfalls
Best practices for implementing strict design token systems with high frame rate performance across Android and iOS.
React NativeMobile UI
Read
03 //
4 min read
Pragmatic Database Migrations and Index Optimization in PostgreSQL
Index strategies, query plan analysis, and zero-downtime schema evolution for growing production workloads.
PostgreSQLDatabases
Read