Implementing PayPal Payments: A Practical Guide and Pain Points
In this video, I talk about the implementation of payment for my site, YouTool.app. We looked at what PayPal requires in their ...
I challenge you to create a function to convert decimal to roman numeral in java. We are a long way from advent of code but I thought a coding challenge could be fun trying to create a good function to convert decimal numbers to roman.
I’m trying to solve all the Advent of Code puzzles in this video series.
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 …
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…
In this video, we look through the docker basics. Working with docker is not that hard, but a couple of commands are considered basics. Then, we look at fetching base images, running commands, and setting environment variables.
In this video, I will teach you how to store data with ETCD, set up an ETCD cluster, and recover from a disaster.