Subscribe to my newsletter and never miss my upcoming articles
I work with git repositories from multiple sources - GitHub, GitLab, and Enterprise GitHub instance. I have a separate SSH keys for each of them and further, I have to keep track of other SSH keys that I use for accessing servers and other resources....
Deadlines are a double-edged sword, especially for perfectionists and optimizers! However, good engineers know that any feature can only ever be release-worthy, but never perfect. The more a feature is delayed beyond what is necessary for it to work,...
When using docker-compose.yml to run your application, you will need to ensure that your database is initialized before it is ready. Although it is expected of the application to manage it’s own database migrations and seeding there maybe occasions ...
I wanted a way to convert fonts to different formats without having to rely on online tools - it shouldn't be really hard - I guessed. And luckily, it isn't. :) Install FontTools Google has released an opensource font conversion program which we'll u...
I've been dabbling with Docker to run services on my new Raspberry Pi and being a beginner at Docker myself, it was hard sometimes to debug why a docker container was failing as soon as it was started. Since a container "stays alive" only until its...
The Hardware The Pi The device is a Raspberry Pi 4B with 8GB RAM. https://www.raspberrypi.org/products/raspberry-pi-4-model-b/ The case owootec RetroFlag ResPi4. This case is an amazing combination of several things - the NES controllers to play Su...