Building Applications in Golang

Building applications for different platforms is one of the most important things out there. Go has very strict policies on how it can be done. In this post, we are learn how to build a Golang application. GOOS and GOARCH The GOOS and GOARCH define the OS and architecture for current program. When we output

Building Applications in Golang Read More »

Using MongoDB with Golang

MongoDB is one of the most used NoSQL database out there. It is also a very new database. In this post, we are going to use MongoDB alongside Golang to create CRUD system. Installing MongoDB To download MongoDB head over to mongodb.com and hover over the software menu and click on the community server and

Using MongoDB with Golang Read More »