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.
Howdy 👋
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 🙂.
Find me on
📝 Posts (27)
🤔 Notes (6)
🔖 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.
-
What Actually Happens When You Press ‘Send’ to ChatGPT
Easy to digest, although nothing earth-shatteringly new. My biggest insight is how self-attention works, a mechanism an LLM model uses to decide while parts of the input are most relevant to predict the next token.