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...Discuss·1 like·108 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 :) ...Discuss·60 readsgolang