Rethink your git workflow with git-worktree
Git is a powerful tool used by almost everyone in the the tech industry. Worktrees are an often overlooked feature that is presented in this article.
Learning to type Dvorak
Earlier this year, and for the first time in my professional life, I experienced pain caused by repetitive stress injury
It's bingo time (AoC 2021 Day 4)
Our underwater journey continues. It can get dark underwater, and today is no exception. The only thing we can see
Advent of Code 2021 - Day 3
Deep under the water, we find ourselves hearing creaking noises. Our submarine handily gives us a diagnostics report. Sadly, as
Advent of Code 2021 - Day 2
The advent of code is an annual coding challenge in the month of December. This article covers the second day's puzzle with a solution written in Go.
Advent of Code 2021 - Day 1
The advent of code is an annual coding challenge in the month of December. This article covers the first day's puzzle with a solution written in Go.
Learn With Me: Julia - Bitwise Operators (#4)
This articles covers bitwise operators in Julia and uses them to implement a CRC32 algorithm to validate PNG data chunks.
Learn With Me: Julia - Structs and Binary I/O (#3)
Diagrams.net (formerly draw.io) is a fantastic website and tool that allows you to create rich diagrams. The service
Learn With Me: Julia - Tools and Learning Resources (#2)
A short collection of tools and resources that help experienced developers learn Julia.
Learn With Me: Julia - Introduction (#1)
Welcome to Learn With Me: Julia. A series where you can follow me along my journey of learning Julia, Data