Blog Posts
Explore my thoughts on software development, technology trends, and insights from my journey in the tech world.
Ever feel lost in the Linux terminal? Yeah, us too. But here's the tea ☕ — mastering filter commands is like having a superpower. Let's dive in!What A...
Design systems fail for one reason: they become gatekeepers instead of enablers.
Performance budgets fail when they are aspirational. A budget of "LCP under 2 seconds" means nothing if you do not measure, enforce, and respond.
Client bundles bloat when every mutation lives in the browser.
Accessibility sticks when it is part of the product narrative, not just a lint rule that fails the build.
Rendering is not a switch. It's not an all-or-nothing choice between Server-Side Rendering (SSR), Client-Side Rendering (CSR), or Streaming. It's a budget—a set of constraints shaped by data latency, user expectations, and the nature of your content.
Animations should guide attention, not hurt responsiveness.
Forms break trust when they drop state or hide errors.
A frontend is a service with contracts, SLAs, and failure modes.
Waterfalls creep in when data dependencies hide inside components.
State solutions are tools. Each solves a different problem.