Looping concepts
We look into different looping concepts, what they are and when to use them.
We look at dockerizing our java build both in the cloud and in our local docker environment.
Going though the process of solving the advent of code challenges for this year.
We will read an old USENet post about a real programmer.
I’m trying to solve all the Advent of Code puzzles in this video series.
In this video, we talk about angry letters and how to handle when you need to send one of those.
I show you how I test parsing functions in java using file testing; this is where I could add more files for each test case that I want to run. Testing this way makes your workflow quick and easy. Just add a file and then start to solve issues.