Shivam Dubeygo-tutorial.hashnode.dev·Nov 3, 2024Unleashing the Power of Go: A Modern Language for Scalable Software DevelopmentIn the world of programming, developers constantly seek tools that simplify, accelerate, and enhance coding efficiency. Enter Go, also known as Golang, a language that has quickly become a favorite among developers for building scalable and high-perf...golang programming
Srijan Rastogisrijan-27.hashnode.dev·May 28, 2024Go Pointers Made Easy: Understanding Memory in GoGo, a powerful and rapidly growing language, offers a clean and efficient syntax. However, one concept can often trip up newcomers: pointers. Pointers, though seemingly complex, are a fundamental building block for working with memory in Go and unloc...1 like·110 readsGo Language
Taylor Browndumpster.hashnode.dev·Sep 24, 2023Unit-like testing your database with Docker in GoYesterday I responded to a thread on Reddit where a user asked how people test their database interactions. There are a lot of different ways to do this and after explaining what I did there was interest in an example, so this will be the example :) ...61 readsgolang