PinnedMap Dispatcher Pattern 👨🏼💻Have you ever heard of the map dispatcher pattern? 🤔 It’s a powerful technique that allows us to associate keys with functions using a map…Jun 11, 2023Jun 11, 2023
Handling Custom Errors in Go: A Deep Dive into errors.Is and errors.AsIn Go, error handling is a fundamental concept. With the introduction of Go 1.13, the standard library provided new ways to work with…Aug 19, 20231Aug 19, 20231
Using Generics and Predicates in Go 😊Go is a powerful programming language that has recently introduced support for generics. This allows developers to write code that can work…Jun 15, 20231Jun 15, 20231
Understanding Stacks and the FIFO Principle in GoGo is a powerful programming language that provides a rich set of data structures and algorithms. One of the fundamental data structures in…Jun 14, 2023Jun 14, 2023
Benchmarking in Go: A Practical Guide 😊Go is a powerful programming language that is known for its efficiency and performance. One of the tools that Go provides to help…Jun 14, 2023Jun 14, 2023
Understanding Pass by Reference and Pass by Value in Go 😊Go is a powerful programming language that has gained popularity for its simplicity and efficiency. One of the key concepts to understand…Jun 14, 2023Jun 14, 2023
Properties of Pure Functions in Golanga pure function has the following properties:Jun 12, 2023Jun 12, 2023
Exploring Golang and Beego: A Beginner’s Guide with Examples. Part:1. 😊While this blog provides an introduction to Golang and Beego 😊, it is not intended for complete beginners and assumes some prior knowledge…Jun 5, 2023Jun 5, 2023