Hello, World! ✨

Step into the enchanting realm where code dances with creativity! 👨‍💻✨ I’m Shubham, your tech maestro on this digital odyssey. Explore the wonders of Golang, unravel the magic of microservices, and immerse yourself in all things geeky. Together, let’s transform aspirations into digital masterpieces – are you prepared for a tech-tastic journey? 🌐🚀

Recent Updates:


Local Secure CockroachDB Cluster on Docker

Embark on a journey into the realm of CockroachDB, where we explore the intricacies of setting up a local cluster. Discover how this resilient, distributed SQL database empowers developers with scalability and reliability, step-by-step. Learn more about CockroachDB Why am i writing this? Setting up a local secure CockroachDB cluster in Docker can be challenging. This guide serves as documentation for myself and others facing similar hurdles. Prerequisites GNU OpelSSL Docker Lets Get Started So to run a secure cluster we need certificates for each of the cockroachDB nodes....

April 14, 2024

Let's Dive into gRPC with Go!

Hey there, tech enthusiast! 🚀 Ready to explore the world of gRPC with Go? Buckle up for a joyous ride as we create our very own RPC service, multiply some numbers, and have a blast with code. Prerequisites Assuming you’ve got the basics of protocol buffers down pat and you’re curious about gRPC. If not, no worries! It’s a fantastic opportunity to learn something new. Grab the example code from our GitHub repository and head to the Getting_Started_In_gRPC_WithGo/example1 directory....

February 7, 2021

Embark on a Protobuf Adventure with Go

Greetings, fellow code explorers! 🚀 Ready to decode the secrets of protocol buffers and kickstart your journey with Go? Join me on this adventure where we’ll demystify the wonders of Protobuf, compare it to other alternatives, and even create our own schemas! 🕵️‍♂️✨ What are Protocol Buffers? “Protocol Buffers (a.k.a., protobuf) are Google’s language-neutral, platform-neutral, extensible mechanism for serializing structured data.” - Google Developers Think of Protobuf as a superhero for your data - compact, lightning-fast, and ready for action....

February 6, 2021