Blog

Notes on TypeScript, Next.js, SQL, Go, and the craft of building fast, pragmatic web products.

blog posts

Posts tagged "docker" — 16 posts

Basic Self-Hosted Server Security (2026)

Dec 27, 2025 • 4min read

A practical security floor for anyone self-hosting: SSH hardening, firewall rules, automatic updates and backups so your VPS stays safe.

dockercoolifyserverself-hosting

Install n8n with Docker the Easy Way

Nov 19, 2025 • 3min read

Start with n8n without breaking your machine. Two Docker commands are enough to have a local workflow automation server up and running.

dockern8n

5 Apps that I ALWAYS install on all my macs

Jun 8, 2025 • 4min read

Every time I start a Mac from scratch I install these five apps. They are not filler; they are the ones that save my day-to-day workflow.

docker

5 Home Server Projects (and One to Skip)

May 18, 2025 • 3min read

You got a mini PC and wonder what to do with it. These five home server projects give real value, plus one that sounds cool but I would not recommend.

dockern8n

I Built a Home Server with a €97 Mini PC

May 11, 2025 • 3min read

Can you build a decent home server for under €100? I tried it with a €97 mini PC and documented the hardware, setup and real-world use.

docker

My Mac Setup for Programming from Scratch

Apr 14, 2025 • 4min read

How I prepare a new Mac for development in under an hour. The apps, settings and small tweaks I install so I can start coding immediately.

dockersqlite

MacBook Air M4 Unboxing for Programming

Apr 8, 2025 • 3min read

I unboxed a MacBook Air M4 and tested it on my programming desk. Thoughts on performance, ports and whether the keyboard lives up to the hype.

docker

Building My Own WordPress Hosting Service

Mar 31, 2025 • 5min read

What if you built your own WordPress hosting instead of using cPanel? Here is how I set up SenseiPress, from the first prototype to a working service.

wordpressnextjsdockersqlite

Migrate WordPress from NGINX-FPM to Coolify

Dec 2, 2024 • 4min read

Move an existing WordPress site from NGINX + PHP-FPM to a Docker setup on Coolify. A practical migration with database, files and DNS steps.

wordpressdocker

Migrate NGINX & PHP-FPM to Coolify

Nov 4, 2024 • 8min read

A step-by-step migration of a WordPress site from NGINX + PHP-FPM to Coolify, covering the database, files, permissions and DNS cutover.

wordpresscoolifydockerself-hosting

Migrate WordPress VPS to Coolify + Docker

Nov 4, 2024 • 4min read

Move your WordPress site from a traditional VPS to Coolify using Docker. Step-by-step setup for MariaDB, files and DNS in Spanish.

wordpressdocker

Self-Host Next.js on Coolify in 5 Minutes

Oct 4, 2024 • 3min read

You do not need Vercel to deploy Next.js. Here is how to self-host it on a VPS with Coolify, step by step, in about five minutes.

nextjsdocker

Deploy Docker on Ubuntu with Nginx and SSL

Sep 21, 2024 • 3min read

Step-by-step guide to get an Ubuntu VPS ready for containerized apps, served by Nginx with free SSL from Let's Encrypt. No magic, just commands.

docker

Boost Productivity with Fabric AI

Sep 6, 2024 • 3min read

Fabric turns AI prompts into reusable terminal patterns. A quick introduction to installing it, using built-in patterns and making your own.

nextjsdocker

Create a fast backend with ExpressJS

Jul 27, 2024 • 3min read

Build a backend for your next MVP without getting lost in giant boilerplates. Pure Express, clear structure and minimal files that just work.

docker

Host Your Node + React App on a VPS (1/2)

Nov 5, 2021 • 4min read

Deploy a full-stack Node, React and Mongo app on your own VPS. Part 1 covers Ubuntu, Nginx, PM2 and the reverse proxy setup.

docker