Linux by example – Gettext and OpenSSL
We are in our new linux environment and create gettext and OpenSSL, talking about internationallization and website security.
In this video, I go through how to set up the API to add blocks in Minecraft using Python. We also looked into how to take the maps …
We solve the day 10 challenges for the Advent of Code. After 3 hours of trying we finally solve it by some interactive debugging.
I show you how I test parsing functions in java using file testing; this is where I could add more files for each test case that I want to run. Testing this way makes your workflow quick and easy. Just add a file and then start to solve issues.
We use the OpenAPI generator to create a stub server implementation of PHP-Slim. Then we implement the different endpoints using an SQLite backend and talk about the challenges using the database and handle CORS.
I am looking into POE (Power Over Ethernet). What is required to run servers without having a power cord? I’ve been really curious, so it was fun to learn about it.
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…