Details you might NOT know about go.mod & go.sum
It's Go's official tool for package/dependency management.

Search for a command to run...
Articles tagged with #go
It's Go's official tool for package/dependency management.

Go's the lightning-fast compiler is one of Go's biggest selling points. However, what exactly did the Go team do to achieve this? Why is Go's compiler so performant? Here are the reasons… 1. Go is simple. Go only has 20 something keywords in the lan...
We know that Go is getting more and more attention as of late. However, is Go getting REAL industry adoptions? Are companies using Go!? If so, HOW are they using Go!? Here are some of the most popular use cases of the Go Programming Language -- 1. Ba...
Go has the concept of address and pointer. And luckily -- no pointer arithmetic (we will talk more about this in the future). When we pass the parameters, we can either pass by value or pass by address. Passing by value creates a copy of the paramete...
You're NOT alone!! The Go open-source communities are thriving. We now have many UI/frontend frameworks & libraries in Go. Here are some of the most popular ones… 1. Web Assembly "The future of web development" Binary instruction format executable o...
Are you applying for your first-ever position as a junior developer? BUT, you're too embarrassed to showcase your tik-tak-toe or to-do-list app? ;) Well, you're in luck! Here are some project ideas that would help you get a job -- 1. Building APIs G...