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 …
Create a Resume or Move Your Existing WordPress Website to AWS From Another Host For Free
Are you a developer? Don't have a resume website yet? Is money the main reason you haven't got one? If you answered yes to the questions above, then this guide is for you and today those …
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 …
Github & Git Integration with Jenkins
Prep WorkGitInstalling MavenJenkins PluginsManual Github & Git IntegrationConnecting Github to your Jenkins InstallConfiguring the Maven "stuff"BuildAutomating builds with Git Source Code …
Continue Reading about Github & Git Integration with Jenkins →