Connect Infosoftconnectinfosofttechnologies.hashnode.dev·Sep 19, 2024How to connect the Golang app with MongoDB — Connect InfosoftIn today’s tech landscape, integrating databases with applications is a fundamental requirement. MongoDB, a popular NoSQL database, provides a flexible and scalable approach to data storage. For developers using Golang (Go), connecting your applicati...golang
wisdom uchecartwild.hashnode.dev·Mar 6, 2023Why GoRoutines are better than Threads?yea! In the concurrency war, goroutine has defeated thread with the use of channels and is less expensive. Image edited on photopeak Introduction Ever wondered about the reason behind Golang’s growth in recent times? Well, besides being fast and sim...golang beego
Ethaniumrollyn.hashnode.dev·Aug 31, 2022Installation (Go, Beego, Bee)(Step 1) install https://go.dev/doc/install c:\Users>go version go version go1.18.4 windows/amd64 c:\Users> (Step 2) Install beego c:\Users>go install github.com/beego/beego/v2@latest go: downloading github.com/beego/beego/v2 v2.0.5 go: downloadin...165 readsgolang beego