Advent of Code 2022 – Day 8
I'm trying to solve all the Advent of Code puzzles in this video series.
We look into how the electron app framwork works and how to use it to create a simple progress counter application.
We will create an image from scratch in docker and add that to a docker registry so we can reuse that image when we create new docker instances, controlling the whole flow. Working with docker and registry First of we install the docker client, server and registry on our debian machine. apt install docker docker.io…
We will look into using Svelte with webpack and code some specific code that will be compiled to javascript native code for faster execution.
We look at a regular expression to parse a URL in detail so we can reason about regex.
I’m trying to solve all the Advent of Code puzzles in this video series.
We solve the day 7 challenges for the Advent of Code.