I think regular expressions is a topic that gets equal love and hate from programmers. We love it when it works, and when it doesn't it makes us want...
I use Cordova to bundle a web application as a native app for ease of distribution. To test the site locally, but on the simulator, I needed to modify...
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...
Deadlines are a double-edged sword, especially for perfectionists and optimizers! However, good engineers know that any feature can only ever be...
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...
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...