Advent of Code 2022 – Day 9
I'm trying to solve all the Advent of Code puzzles in this video series.
We look into how to run Flutter on Linux and Windows. What is the current status and what can you achieve if you want to try it out. Please follow me on twitter Tweets by kalaspuffar Outro music: Sanaas Scylla
We look into how to build docker images for performance. Talk about the compromises between speed and size. Github Repository https://github.com/kalaspuffar/docker-java-performance Please follow me on twitter Tweets by kalaspuffar Outro music: Danomate – http://danomate.com – https://www.youtube.com/user/danomate1
We solve the day 7 challenges for the Advent of Code. Please follow me on twitter Tweets by kalaspuffar Outro music: Sanaas Scylla
We look into how to run workloads on the Azure Devops Pipeline, compare it with other similar solutions and also look at settings up a simple maven project for testing. Please follow me on twitter Tweets by kalaspuffar Outro music: Sanaas Scylla
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…
I needed a solution to save data and I wanted to create an API so I could handle different storage solutions. One of the solutions I wanted to support was OpenSwift, a part of OpenStack. Trying create a small local installation for testing wasn’t easy and required research. Configuration options seems endless so I’m trying…