Advent of Code – Day 13 – Updated with ultimate hack
We solve the day 13 challenges for the Advent of Code.
I was looking into creating a reference editor to show an reference between my object to an SKU and I think it wasn’t obvious how to get this relationship to work. First of I wanted to use the reference editor to show my relationship. I defined it using the code below. I didn’t want the…
I found out today that the java -version command doesn’t work as I expected and there is actually a lot more to this simple command than you think at first glance.
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, I try to solve my problem after upgrading to the latest Linux kernel. The drivers have not been updated from Blackmagic, so I go in and check the source code and make the suggested changes from their forum, but it still won’t work. The last fix was to change the kernel object…
We look into the very basic commands of git. Making changes and committing to a branch.
We look at how we can build rest API in python quickly. This quick guide is using FastAPI in order to create a quick API using python and SQL Alchemy. Rest API showing in OpenAPI and even redoc format is a really nice way to document your code.