Writing
Technical articles, insights, and lessons learned from building software systems. I write about architecture decisions, engineering practices, and the challenges of delivering reliable software at scale.
Showing 11–15 of 45 articles
Learning Redux for State Management I'm learning Redux to manage state in larger React apps. It's complex but I'm starting to see when and why to use it. Read article Trying Tailwind CSS I'm experimenting with Tailwind CSS and it's changing how I think about styling. Utility-first CSS is weird but interesting. Read article Exploring Next.js After React I'm learning Next.js and discovering features like server-side rendering and file-based routing. It's React, but with superpowers. Read article Learning SQL After Using MongoDB I'm learning SQL databases after using MongoDB for a year. It's different but I'm seeing why SQL is still so popular. Read article Understanding the JavaScript Event Loop The event loop is how JavaScript handles async code. I'm finally understanding how it works under the hood. Read article