Blog

Send emails using utopia-php/messaging and MailSlurp

October 02, 2023

Small tutorial showing how to use utopia-php's MailSlurp adapter to send emails in PHP.

Building Multi-Arch Docker Images on Github Actions

August 20, 2023

Use Github Actions to build (and push!) Docker images for multiple cpu architectures.

Move an already running process to screen

February 04, 2023

You've realized some command you ran on your remote server is taking long, and want to move it to a Screen session.

Redis: A terrible way to migrate your cache

January 31, 2023

When you, for some reason, need to move data from one redis instance to another.

How to make JetBrains IDE ask where to open a project

November 16, 2022

You might have accidentally hit "Don't ask again" last time it asked, here's how to fix it.

Redis: Delete keys matching a pattern

November 08, 2022

There is no way to bulk delete keys on redis, but you can achieve it with a single line using redis-cli!

How I built this website

September 03, 2022

A short informative post about the tools used to build this.