Advent of Code – Day 7 – Finally solved!
We solve the day 7 challenges for the Advent of Code.
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…
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…
With the new Windows subsystem for linux it’s easier to install kubernetes on Windows 10. In this video we look at kubernetes using minikub and KinD which is two easy setups to try out kubernetes locally.
I got a new fancy box with a network switch. This is just a unpacking and first impression kind of video of a bargen buy for my new rack.
I thought it could be interesting to do a small review of the PaaS solutions I’ve come into contact with and my experience. To preface this post I want to say that I mainly use PaaS solutions for prototyping and small scale development. None of the solutions I’ve built so far is running in production…
We go through how to to create a package to for a cross platform build script. Using the tools autoconf and automake to create Makefile to make and install your c program.