Hello, world
Every engineer eventually builds their own corner of the internet. This is mine.
I’m Murari — I write Go at Zomato, where I’ve spent the last four years building consumer products first (Zomato Gold, DC Packs, Brand Packs) and then the layer beneath them: testing infrastructure, cost visualization, IDE-level code insights, and lately, AI systems like a RAG-based org context platform.
What to expect here
Mostly notes-to-self that might be useful to others:
- Go — patterns, profiling, the sharp edges of production services
- AI systems — RAG in practice, context engineering, what actually works
- Developer tools — the unglamorous internal tooling that makes teams fast
Here’s the obligatory code block to prove syntax highlighting works:
package main
import "fmt"
func main() {
fmt.Println("hello, world")
}
More soon.