biplab24.hashnode.devMy Open Source Fest Journey: Learning, Growing, and Understanding What Really MattersThree weeks. That's all it took to completely transform how I think about open source software. When I signed up for WeMakeDevs Open Source Fest, I was excited about the prizes (who wouldn't be?), but what I got was so much more valuable than any gad...Nov 3, 2025·7 min read
biplab24.hashnode.devDeploying a Simple E-Commerce Website on AKSStarting a journey into the world of cloud technologies can be as daunting as it is thrilling, especially when it comes to navigating the complexities of Kubernetes, an open-source system for automating deployment, scaling, and management of containe...Mar 28, 2024·15 min read
biplab24.hashnode.devMastering Go Programming: Variables, Constants, and More ExplainedGo, often referred to as Golang, is a statically typed, compiled programming language designed for simplicity, efficiency, and reliability. It offers robust standard libraries, garbage collection, and supports concurrent programming. Understanding th...Mar 20, 2024·3 min read
biplab24.hashnode.devModular File Structure in Go: Writing Your First Go ProgramGo, also known as Golang, is a statically typed, compiled programming language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson. It's known for its simplicity, efficiency and strong support for concurrent programming. Once of the ke...Mar 14, 2024·4 min read
biplab24.hashnode.devThe Genesis of Go: Unveiling the Rationale and Unique Features of GolangIntroduction In the vast expanse of programming languages, each with its unique syntax, libraries, and paradigms, the emergence of Go (or Golang) by Google in 2009 might seem like an anomaly. Why introduce another language into an already crowded fie...Mar 8, 2024·5 min read