PinnedSiddhartha Varma·Sep 20, 2025Your Claude is only as smart as you are.Thoughts on using AI as an amplifier, not a replacement. Own the design and problem solving, the agent handles the scaffolding.A response icon1A response icon1
Siddhartha Varma·Jul 13, 2025Green Tea Garbage CollectorGo’s new experimental GC reduces memory access overhead by up to 50% through span-based processing. Here’s how it works and why it matters.A response icon2A response icon2
InTowards AWSbySiddhartha Varma·Feb 5, 2025A deep dive into Dynamo’s architecture and scaleUnderstanding DynamoDB’s core principles — from architecture decisions to real-world patterns
InThe Groww Engineering BlogbySiddhartha Varma·May 4, 2022Two neat tricks for faster and lighter docker images for Go projects“faster” here means faster build timeA response icon3A response icon3
Siddhartha Varma·Apr 29, 2022Push multiple files under a single commit through GitHub APIUsing Git Database API
Siddhartha Varma·Nov 28, 2021Sync GeeksForGeeks solutions to GitHubHow I contributed to LeetHub, and added a GFG sync script to itA response icon4A response icon4
Siddhartha Varma·Jun 17, 2021Conditionally loading a Flutter App’s first screen with AutoRoute and Navigator 2.0This is just a small blog to help you understand how easy it is to conditionally navigate to adifferent page on app launch with auto-route.