Some of my recent thoughts on design, development, and the tech industry.
Real-Time Made Simple: How I Use Server-Sent Events (SSE) in Nuxt 3
A step-by-step guide to implementing real-time updates in Nuxt 3 using Server-Sent Events (SSE) as a lightweight alternative to WebSockets.
Scaling Design Systems: Handling Growth to a Million Users
A practical guide to scaling design systems through horizontal and vertical strategies, load balancing, caching, CDN, and database optimizations.
Supercharge React with HOC: How I Build Reusable Components the Smart Way
A step-by-step guide to creating Higher-Order Components (HOC) in React to handle cross-cutting concerns like authentication, error handling, and more.