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 21–25 of 42 articles
Finally Understanding JavaScript Closures Closures confused me for months. Now they're finally clicking and I'm seeing why they're so powerful in JavaScript. Read article Really Understanding Promises I thought I understood promises, but I'm learning there's more depth to them. Promise chaining, error handling, and Promise methods are clicking now. Read article CSS Grid Is Amazing I'm finally learning CSS Grid properly and it's changing how I build layouts. It's more powerful than I thought. Read article Understanding REST API Design I'm learning how to design good REST APIs. It's more than just making endpoints there are patterns and best practices I'm discovering. Read article Learning MongoDB and NoSQL Databases I'm diving into MongoDB and learning how NoSQL databases work. It's different from what I expected, but I'm starting to see the benefits. Read article