Java 24 – Experimental Escalation
We look into the latest version of Java 24. In this version, there are a lot of new experiments and great features that we will see in ...
I got a donation of three SuperMicro machines. In this video I go through the first steps I do when getting new hardware. We do an …
I was participating in a webinar with Zeev explaining the new implementation of PHP 7 and the improvements in memory management giving better performance. He pointed us to some blog posts, by Nikita Popov (@nikita_ppv), explaining improvements to the underlying structure of values, arrays, objects a.s.o. In this blog post I want to summaries some…
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…
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…
We use singularity to create containers both in an interactive mode and also using definition files to build them automaticly.
We look into how to set up FastCGI Process Manager (FPM). What configuration options and considerations are important.