trest - Testing dependent JSON REST services June 19, 2024
And on my general overview of test driven development
Read more at trest - Testing dependent JSON REST services
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