aneeshseth.hashnode.devGo concurrency model - P1One of the cooler things about go the language is its simplicity combined with the power it provides to introduce concurrent (not parallel) processes. The goal here is to talk a little bit about some 5d ago·8 min read
aneeshseth.hashnode.devGrafana & PrometheusLet’s imagine a platform with multiple services where these services are constantly talking to each other. While we do know that these services are talking to each other, sending and receiving data constantly, it would also be cool to have metrics as...Feb 14·4 min read
aneeshseth.hashnode.devHelm conceptsThe goal here is to go over some basic insight into helm, what it is, and its usecases. To install software on machines we commonly use today (macs, ubuntu, linux, etc.), we commonly use package managers. Brew for mac, apt for ubuntu machines, etc. U...Feb 9·5 min read
aneeshseth.hashnode.deveach-user-gets-their-instance architectureApplications like Replit, or this side project I built https://breadkv.aneesh.wiki allow you to create your own instance of X, where X could be your own database, your own code editor, or whatever else. Essentially, they allow you to create your own ...Mar 26, 2025·10 min read
aneeshseth.hashnode.devBuilding a service from Google Analytics with HyperLogLogPreface The idea here is to build a working architecture from first principles. i'm still learning on how to build applications without the obvious bottlenecks, and this is an attempt at that. there’s benefits and tradeoffs to what I’ve built, and I’...Feb 11, 2025·6 min read