Some of my recent thoughts on design, development, and the tech industry.
AI-Powered Vue.js Development: A Practical Guide to Smarter Coding with Agents
Learn how to leverage AI assistants and agents effectively in Vue.js development to write better code, accelerate development, and maintain best practices without losing control of your codebase.
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.