Azure Blob Storage is totally different from S3 or is it?
In this video I go through a minimal client storing data in Azure Blob Storage. Talking about the differences with S3 and what to look out for and challenges to get it working.
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…
We look into how to use Zenity showing by some examples. Zenity is a graphical tool for your scripting to show dialog boxes on the GUI and return the result from Zenity back to your script.
We look into creating a game in love2d
This simple tutorial will show you how to parse JSON in java using JSON-simple from Google. JSON-simple is a bit old now but very stable and tested by large and small companies. I use this framework every day, so making a tutorial was a no-brainer.
I’m trying to solve all the Advent of Code puzzles in this video series.
We look at dockerizing our java build both in the cloud and in our local docker environment.