skip to content
A n u R o c k
Gardener with a knack for plumbing bits

Howdy 👋

Anurag sitting in front of his computer monitor with a big smile on his face.

Welcome to the garden of Anurag Bhandari the developer. I am a generalist software engineer.

This little space on the web is where I write about my coding (mis)adventures, share bookmarks, and scribble short notes to help my future self (and you?) learn something useful.

🎩 Hats I have worn over the years:
Full-Stack Engineer, Engineering Manager, Frontend Architect, Applied R&D Technologist, Linux Developer, OSS Founder, and "the guy who'll fix my computer".

I love experimenting with shiny new things ✨, learning through knowledge sharing 📣, and spraying emojis 🙂.

📝 Posts (27)

🤔 Notes (6)

  • What a shitty PDF export in Apple’s Notes app! Bullet points are often misaligned. Basic formatting comes off easily. Trying out Obsidian. Typewriter theme is 24K gold. PDF export working perfectly so far. File sync via iCloud is cherry on top.

  • Vitest’s new Visual Regression Testing feature looks so slick! What used to be a jungle mess of unreliable Selenium scripts a few years ago is now as trivial as snapshot testing your components. Well done Vitest team! Can’t wait to try it out in my next project.

🔖 Bookmarks (66)

  • What is good software architecture?

    A bold yet practical stance against formal architect roles. Every engineer should be skilled and empowered to influence system design. This cumulative engineering sense, combined with experience in the trenches, should shape the overall architecture rather than a full time thinker proposing imaginary ideas.

  • How Pinterest Transfers Hundreds of Terabytes of Data With CDC

    Reading about how massive platforms use certain technologies is a great way to learn about them (and retain that learning!). This Pinterest case studies highlights change data capture (CDC) in all its glory - and the inefficient methods it replaces like DB triggers and batch jobs to detect inserts, updates, and deletions. Yet another instance of control plane-data plane design. Cool to know Debezium exists and is free.