Blog
Notes on TypeScript, Next.js, SQL, Go, and the craft of building fast, pragmatic web products.
blog posts
How I Built SenseiPress - A DIY WordPress Hosting
A while ago I came across a question that I couldn't get out of my head: what if I set up my own WordPress hosting? Not a generic one, not one overloaded with cPanel and a thousand options that no one...
How to migrate wordpress to docker - From NGINX and FPM to Coolify
For a while now I have been migrating things to Docker to have neater and more replicable deployments. I had a WordPress that ran on a VPS with NGINX + PHP-FPM, and I was interested in moving it to Co...
Migrate NGINX & PHP-FPM to Coolify
A step by step guide on how I migrated my Wordpress from NGINX and PHP-FPM to Coolify
Migrate your WordPress (on vps) to coolify with docker
Configurar una nueva instancia de WordPress con MariaDB Muy facil en este caso. Simplemente es hacer click en Projects -> add -> crear el proyecto -> add resource -> wordpress with amariadb Migrar ...
WordPress Deploy to Cloud Compute
After doing a lot of research, there isn't really a good solution for free WordPress hosting. Really everyone has a con, or they don't allow you SSL Well, there is an answer to this. Since there are...