Advent of Code 2022

Back into the mix with Advent of Code! I'm up to date so far in 2022, but I sorta cheated on one star, and I'm sure the remaining days will be brutal.

Read more at Advent of Code 2022

Google Cloud Development - Data Access

Compile time dependency injection is still dependency injection!

Read more at Google Cloud Development - Data Access

Advent of Code 2020

2020 has been a bear but every December there's Advent of Code! I found day 9 to be really interesting, and came up with a decent way to solve it, I think so anyway.

Read more at Advent of Code 2020

Quarantine - Code-id 19

Coronavirus has been a very productive time for me! I have used it to complete some woodworking projects, and have coded up many helpful tools in Go, of course. Recent problems have revolved around databases being out of sync, configuration complexities, and trying to copy large files over the network that would fail half way through.

Read more at Quarantine - Code-id 19

Budget App

I built an application to help figure out my budget. It used Go, Docker, Angular and MongoDB. For now. I plan on making it a site that everyone can use since it helped me see the light to the end of my bills tunnel!

Read more at Budget App

SCGen Update

Go's json.RawMessage helps big time in unstructured needs, which I put to heavy use in a new feature of my Sitecore Code Generator (which also does serialization and deserialization), SCGen.

Read more at SCGen Update