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.
We are looking into OpenMetal. How to get started and what is included. OpenMetal is a service where you get an OpenStack solution in a box with a Ceph cluster deployed on dedicated hardware.
With the new Windows subsystem for linux it’s easier to install kubernetes on Windows 10. In this video we look at kubernetes using minikub and KinD which is two easy setups to try out kubernetes locally.
In this video, I talk about the implementation of payment for my site, YouTool.app. We looked at what PayPal requires in their …
We look at the posibility of coding python in order to change your minecraft world. Adding blocks with python and creating buildings and games in Minecraft. Adventure in Minecraft: https://ift.tt/2UpJuvQ Castle code: # Import necessary modules import mcpi.minecraft as minecraft import mcpi.block as block # Connect to Minecraft mc = minecraft.Minecraft.create() # Get the players…
I started to use a lot of the paint functions in Java at work and I wanted to create an example that could teach me about the different shaders available in Java. The paint interface is not something you come across if you don’t draw things in Java but having an understanding of the possibilities…
I’m trying to solve all the Advent of Code puzzles in this video series.