PinnedPublished inBreaking TechHow Do Golang Functions WorkIn this blog we won’t be discussing as to how you can export a function and how global vs local functions help us. Rather we would be…Aug 26, 20243Aug 26, 20243
PinnedPublished inBreaking TechGarbage Management: Java vs GoThis blog talks about what is a garbage collector, how it’s implemented and how its different in Golang and Java.Dec 26, 20223Dec 26, 20223
PinnedInterview Experience 1: System Design(Out of tutorials )The question was easy, just wasn’t expecting it so shared the experience of tackling the same.Oct 25, 20221Oct 25, 20221
PinnedBuilding MutualFund data via Zerodha’s APIWe have a catalogue for cryptocurrencies as many third parties provide for them but nothing such as mutual funds. So we found an inhouse…May 23, 20223May 23, 20223
PinnedInterview Experience 2: System Design(Messaging Queues)Shared an experience where I used Messaging Queue to solve a problem.Oct 29, 20222Oct 29, 20222
Published inBreaking TechTDD in Go: Design a Food Delivery SystemIn the last blog we wrote tests for a lot of function now let’s write the logic for place order and other handlers that can complete the…3d ago3d ago
Published inBreaking TechCode with me: Design a Food Delivery System in GoLet’s just say that this blog is me checking my Go knowledge and creating a self machine coding round which I will be designing a Food…3d ago3d ago
Published inBreaking TechAs simple as JWTCalmer weekend so let’s just talk about easiest thing out there~ JWT(JSON Web Token). Click here if you can’t read the blog because of…Jan 5Jan 5
Published inBreaking TechGo Channels: Surprised me yet againIn tech there is one technical description and one practical explanation. This weekend I thought why not find my old fear of channels…Jan 4Jan 4
How sync once can be used in go?In my recent go project I was using prompts to generate certain responses (https://emogpt.vercel.app/), the moment I decided to create a…Dec 21, 2024Dec 21, 2024