Hey there 👋, I'm Boston Cartwright

I'm a full stack software engineer 👨‍💻, writer, husband 👫🏻, and father 👨‍👧. In my free time I like to learn about space 🪐, watch rocket launches 🚀, and spend time with my family. Welcome to my small corner of the internet, feel free to sign my guestbook while you are here. 🙂

Featured Articles

Photo by Margarida CSilva on Unsplash

Fix bugs by reading the room

March 10, 2021

Sometimes technical skill is not needed to smash bugs

Photo by Michelle Ding on Unsplash

Introduction to Git Bisect

June 10, 2020

Becoming an efficient bug 🐞 detective 🕵️‍♀️

Photo by Mpho Mojapelo on Unsplash

What is Dependency Injection?

May 21, 2020

Decoupling your code for success 😎

Recently Published

Photo by Arnaud Mesureur on Unsplash

Golang Anonymous Structs

September 29, 2021

Taking advantage of type safety in small places

Photo by Yolanda Sun on Unsplash

Handling errors concurrently in Go

September 14, 2021

Idiomatic pattern for error handling with a wait group

Photo by iam_os on Unsplash

Limiting Goroutines with a Semaphore

April 17, 2021

Only run a number of goroutines at once