PPreminprematid.hashnode.dev·Nov 1, 2023 · 4 min readContext in Go: What is it?Hey there, fellow developers! Today, we're diving deep into the world of Go (Golang) and exploring a fundamental concept: Context. We'll walk through what context is, why it's crucial, and how it's used in Go, specifically in the context of GORM, a p...00
PPreminprematid.hashnode.dev·Oct 22, 2023 · 3 min readGo Generics: A Game Changer for the Go Programming Language?Introduction The Go programming language, often referred to as Golang, has gained immense popularity for its simplicity, efficiency, and strong support for concurrent programming. However, there has been a long-standing demand for generics in Go, and...00