LaundryAlert - never forget your laundry again

A few months ago I was hanging my laundry after it stayed in the washing machine for half a day before I remembered I had forgotten to take it out....

Self signed SSL certificates on iOS

Recently I was working on a project and I needed to add an SSL certificate for the API service. Normally you would use Let’s Encrypt or some other certificate authority after deploying the service....

Running HTTPS on localhost

🚀 Quick note before you dive in! This article shows the way of creating your own SSL certificate for local use. It works… but it’s a bit of a hassle....

Keeping track of database changes and when it can be useful

My task was simple - we had a Postgres database and a data science team that needed to consume changes from the database to update their internal datasets. But how on earth would I do that?...