Dramatic reading – The Story of Mel
We will read an old USENet post about a real programmer.
I’m trying to solve all the Advent of Code puzzles in this video series.
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…
Trying to implement a SQRL login for Websphere Commerce I ran in to the issue of changing the logged in user from another session. To accomplish this I used the persistent sessions in commerce fetching an activity and changing what user ran in that session. If you want to enable this behavior you need to…
I look into Vitess, talking about the different benefits of distributed database services, and create a quick Proof Of Concept to show how the system is put together. Installing vitess First of we need the registry and mysql server installed so we can keep track on which services are available, download new services and also…
We look into how to download and build OpenJDK 13 from source. We talk about dependencies and commands for Linux and Windows.
I’m trying to solve all the Advent of Code puzzles in this video series.