Linux by example – Perl and network utils
We are in our new linux environment and create the Perl language interpretor and some network utils required in order to manage your internet conncetion.
We install plausible and test how the analytics with plausible works. We read the code and try to understand what kind of features are available and look at how to integrate them into your site.
I will look into the PineTime watch and the code for the heartrate monitor. PineTime is a “smart” watch that you can be a part of building the software to. The code is pretty small and pretty easy to follow.
What can you learn from examining code in multiple languages?
I’m trying to solve all the Advent of Code puzzles in this video series.
We look into how to store data in Ceph using the S3 API. Talking about API options and showing a custom solution for storing, recieving, deleting and checking existance in a Ceph S3 using PHP.