Blog posts

2025

Space Invaders in Go: Part 2

6 minute read

Published:

A great man once said, if you want to learn a programming language, build a Space Invaders knockoff, part 2.

Space Invaders in Go: Part 1

6 minute read

Published:

A great man once said, if you want to learn a programming language, build a Space Invaders knockoff.

C++ Structs

7 minute read

Published:

C++ structs are useful for a number of things, as simple POD objects or for more complex needs.