Advent of Code – Day 14
We solve the day 14 challenges for the Advent of Code.
I challenge you to create a function to convert decimal to roman numeral in java. We are a long way from advent of code but I thought a coding challenge could be fun trying to create a good function to convert decimal numbers to roman.
I talk about a project I’ve started to work on. The specific technologies I’ve looked into and tried to implement.
We look into how to install and use simple-cdd to create a new Bookworm install image fully automated with no input from the user during install.
The CRUD concept is pretty integral to the state-management concepts and an ORM is a good way to store information. ORM stands for Object-Relation Mapping and the CRUD concept is the function Create Read Update Delete. Using my ORM Snok we will look at the concepts and talk about the pros and cons of using…
In this video, I give a small view of our new office and introduce channel memberships.
We look into how the electron app framwork works and how to use it to create a simple progress counter application.