Building a video lightbox
We try to build a video lightbox for youtube videos. Showing thumbnails, on click open the video and play from the beginning.
I switched to Linux this year and have been running it for almost a year. In this video we look into DistroSea which is a site for trying out different distros before you take the plunge into the world of Linux. I review the package managers, GUI elements and overall usefulness.
We look at a regular expression to parse a URL in detail so we can reason about regex.
We look into how to use the Slim 4 framework. First, we will talk about the difference between the Slim 3 generated code from OpenAPI and then we will look at the new requirements for Slim 4 and how to run it in a production environment.
We look into high availability using Heartbeat and DRBD. Heartbeat is a software to monitor and failover when a machine is unresponsive and DRBD can help you replicate data between machines making your setup highly available. This solution can help you doing maintenance work without downtime.
We look into the very basic commands of git. Making changes and committing to a branch.
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…