A Word Game Development - rangram.com January 23, 2025
The story behind my recently launched word game, rangram.com
Read more at A Word Game Development - rangram.com
The story behind my recently launched word game, rangram.com
Read more at A Word Game Development - rangram.com
That's kind of tongue in cheek, but I am not really one to write tests for my code. Can be subtitled "Man discovers unit tests after 25 years of coding" :P
Read more at There's some value in testing
And on my general overview of test driven development
Read more at trest - Testing dependent JSON REST services
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
Compile time dependency injection is still dependency injection!
Read more at Google Cloud Development - Data Access
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
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
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
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