Go
- 2025-07-14
Why I ditched Go after 12 months (Python won)
Quick DevOps Job Alert: DevOps Manager β Qventus (Mountain View, CA) β $180kβ$220k β Apply Hereβ DevOps Architect β Presidio Networked Solutions (New β¦
- 2023-12-24
Wrote A Go Program That Posts To Mastodon
This morning I had some fun writing a Go program which takes the latest blog post from my RSS feed and posts it to Mastodon. It is based on my twitter β¦
- 2023-04-10
Structs In Go - Similar To Classes In Python?
The Tour of Go is very clear: Go does not have classes. One benefit of learning multiple programming languages is that each language provides you with β¦
- 2023-04-09
Use The %q Verb When Debugging In Go
I’m working on my twitter CLI and as I was writing a function to format the tweet I remembered something I picked up last week. After a quick β¦
- 2023-04-08
Outlining My First Go Project
When learning a programming language it is important to start building things quickly and to begin applying the theory. I have a tendency to dive into β¦
2023-04-08I Made My First Tweet Using My Go Program
I spent the evening learning about the Twitter API. It was not as straight forward as I thought. My goal was to do this project using only the β¦
- 2023-03-28
I Wrote My First Go Program Today
I’m still at the beginning of my Go learning journey, but I worked through a few tutorials and guides by now. I’ve gathered lots of ideas β¦
- 2023-03-26
Go - Skillstak Beginner Boost Week 17 and 18 Notes
Beginner Boost Week 17 and 18 Notes Link to video Don’t forget to set GOBIN=~/.local/bin, GOPRIVATE, CGO_ENABLED=0 Go Testing - Example Tests β¦
- 2023-03-26
Go - Reading from Standard Input Provided by User
I’m working through the “greet” challenge by rwxrob. It is amazing how such a relatively simple and small challenge can lead down to β¦
- 2023-03-20
What is the difference between a Go module and a package?
A module is generally associated with a single git repo. You can have a module with multiple packages, and each package would get its own β¦
- 2023-03-19
How to continuously run a Go file while coding in the terminal
I do all my coding and note taking in the terminal using tmux and neovim. I picked up a nice trick from Rob Muhlenstein today. You can use this β¦
- 2023-02-28
Learning Go Day 1: Notes
The CTO of my new company recommended the Udemy course “Go: The Complete Developer’s Guide (Golang)”. I started today and here are β¦
- 2023-02-27
I started to learn Go!
For month’s I considered to learn Go, and today I finally started. I doubted for a long time, because I figured it would be better to dive β¦