- How to Read a Text File with Go
Thie guide teaches you how to read a text file or parse text data with Go in minutes.
4 min read - Dec 31, 2022 - Course: The Go Standard Library
The Go standard library is a set of packages that contain pre-written code to help you build applications at a faster rate. This course will show you how to leverage these packages to handle input, read and write files, create logs, and more
1 min read - Mar 7, 2022 - Installing Hugo in Windows 11
Here's how to install Hugo, the best static site generator ever, in Windows 11
3 min read - Jan 13, 2022 - Let's talk about Slices in Go
Slices are a nifty datatype, and this article explains what they are, how they work and how to use them.
5 min read - Sep 15, 2021 - Installing Go on the Pinebook Pro
So you got yourself a Pinebook Pro and want to write Go on it? This tutorial will get you set up in minutes.
3 min read - Jul 26, 2021 - How Hot Does it Get Inside a Car During a Heat Wave?
Using a Raspberry Pi to measure the temperature inside a Ford Focus in the sun during a record breaking heatwave. Full how to and source code.
7 min read - Jul 11, 2021 - Deploying a Hugo Site to AWS Lightsail Containers
In this tutorial we'll look at pushing your Hugo static site to the new AWS Lightsail Containers service.
6 min read - Dec 5, 2020 - Building a Go Web API with the Digital Ocean App Platform
I tried out Digital Ocean's new PaaS (Platform as a Service) and threw some Go at it. Let's see how it does.
9 min read - Oct 14, 2020 - Optimizing String Comparisons in Go
Optimizing string comparisons in Go can improve your application's response time and help scalability. I'll show which methods are the fastest.
8 min read - Sep 4, 2020 - How Do I Compare Strings in Go?
In this article, we'll learn how to compare strings in Go, and which methods are fastest.
6 min read - Aug 17, 2020 - 7 Reasons Why Front End Developers Going Full Stack Should Choose Go
You want to become a full stack developer someday, so where do you start? Google's Go language is an excellent place.
4 min read - Aug 12, 2020 - Better Title Case in Go
In this article, we'll walk through the different ways to change letter case in Go. Using the strings library and a neat function you can build better titles with Go.
3 min read - Aug 3, 2020 - Get and Store Temperature from a Raspberry Pi with Go
In this tutorial I'll show you how to grab temperature from a Raspberry Pi and build an endpoint to store the data, with Go.
10 min read - Jun 9, 2020 - How to Install Go on the Raspberry Pi
If you want the latest version of Go on your Raspberry Pi, here's a quick tutorial that can help.
2 min read - Jun 2, 2020 - The Best Editors for Go Programming
Here are some of my favorite editors for Go programming. What's yours?
2 min read - May 1, 2020 - How to Install Go in FreeBSD
Here's how to manually install the latest version of Go in FreeBSD in less than five minutes.
2 min read - Apr 18, 2020 - 10 Places to Learn Go
Want to learn Golang? Here are 10 awesome places to get started
2 min read - Nov 23, 2019 - Setting up Golang on Manjaro Linux
How to get set up to develop Golang apps in Manjaro Linux
3 min read - Nov 11, 2019 - Tutorial: How to install the Google GO compiler on Ubuntu Linux
Want to try out Google Go? Here's a guide to getting it working in Ubuntu.
2 min read - Nov 14, 2009