Published inLevel Up CodingPACELC Theorem in Distributed SystemsDistributed systems are everywhere, from social media platforms to banking applications and e-commerce platforms. These systems span…Jan 15Jan 15
Published inLevel Up CodingSimplifying Integration Testing Using TestContainersTestcontainers is a powerful library that provides lightweight, throwaway instances of databases, message brokers, or any other service…Dec 8, 2024Dec 8, 2024
Published inLevel Up CodingHyperledger Fabric Network: Backup and Restore with Velero on KubernetesHyperledger Fabric, a distributed ledger technology, offers a robust and secure framework for building blockchain applications, especially…Nov 4, 2024Nov 4, 2024
Published inLevel Up CodingSingle Responsibility: Keeping Golang Code CleanEver feel like your code is starting to feel a little… messy? Like a tangled ball of yarn that you’re afraid to touch? Well, today we’re…Oct 2, 20241Oct 2, 20241
Published inCoinmonksAchieving True Decentralization: Building a Multi-Tenant Hyperledger Fabric Network Across Multiple…In the realm of blockchain technology, decentralization is a cornerstone principle. Hyperledger Fabric, a leading enterprise blockchain…May 6, 2024May 6, 2024
Published inLevel Up CodingGo Beyond Nil: The Power of Options for Robust CodeHave you ever dealt with a long list of parameters when initializing a struct or a function in Go? It can be cumbersome, especially when…May 3, 2024May 3, 2024
Published inLevel Up CodingCreating a Kubernetes Cluster on DigitalOcean with TerraformSo, I’ve been using DigitalOcean for the past four years to learn and experiment with all things cloud-related. I was on the hunt for a…Apr 11, 2024Apr 11, 2024
Published inLevel Up CodingDemystifying Client-Go: The Powerhouse for Kubernetes InteractionsIntroduction: In the realm of Kubernetes development and management, Client-Go has emerged as a powerful tool for interacting with…Apr 1, 2024Apr 1, 2024
Published inLevel Up CodingImplementing the Singleton Pattern in GoIntroductionFeb 25, 20242Feb 25, 20242