Advent of Code 2022 – Day 4
I'm trying to solve all the Advent of Code puzzles in this video series.
We will look into how to use test-driven development in order to write code. I go through the process I use in order to create self-documenting code. The code should be able to validate itself and ensure that the thing you want it to handle it should handle.
We will look into using Sapper with Webpack and build a small notes application and talk about the different features available in the Sapper framework.
We are in our new Linux environment and create Binutils, some math libraries and the shadow system for user and password management.
We solve the day 5 challenges for the Advent of Code.
We talk about what is going to happen going forward for java and OpenJDK.
In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…