Interested in writing a CLI? Perhaps you need a performant backend application? I’ve already kind of gone over most of the basic features of Go in a previous series. This article is a fresh look …
Deck Of Cards Project Part 2
This Guide is builds upon the previous four articles over at https://codingwithdrew.com/category/golang/ - if you haven't already, I recommend you start there and work your way …
Deck Of Cards Project Part 1
If you haven't already, head over to https://codingwithdrew.com/category/golang/ and follow some of the prerequisite articles on how to use GoLang and set up your environment. Overview: We will …
Hello Go World
In my last article, we discussed how to set up your local machine to run and code in GoLang. Today, we will actually start building in GoLang! Input the following into a main.go file: package …
Getting Started With Go
In my last article I talked about why you might want to learn GoLang. In this article we dip our toes into how to install all the necessary dependancies so that we can start learning Go. How to set …
GoLang Introduction
What is GoLang and what makes it different? Golang, also known as just "Go" is a simple to read, easy to learn, simple(r) programing that is worth taking a look into. It's opinionated, and …