All Articles

Browse the full archive — filter by topic or search by title and excerpt.

8 articles
I migrated my websites into Payload CMS featured image
CMSJune 14, 2026·5 min read

I migrated my websites into Payload CMS

Migrating a portfolio and blog to Payload CMS — code-first content, live preview, and GitHub Copilot.

Force Use npm, yarn or pnpm featured image
Dev ToolingApril 29, 2024·2 min read

Force Use npm, yarn or pnpm

Enforce a single package manager across your project to prevent lockfile conflicts.

Running Minecraft Server with Docker and docker-compose featured image
DevOpsFebruary 1, 2024·2 min read

Running Minecraft Server with Docker and docker-compose

Host a Minecraft server with Docker and docker-compose — persistent data, auto-restarts, one config file.

First Impression on Raspberry Pi 5 featured image
HardwareJanuary 28, 2024·3 min read

First Impression on Raspberry Pi 5

First impressions of the Raspberry Pi 5: setup, performance, and running LLMs on a $60 board.

How to apply Google's font with NuxtJS and Tailwind featured image
FrontendAugust 13, 2023·2 min read

How to apply Google's font with NuxtJS and Tailwind

Integrate Google Fonts into a Nuxt 3 + Tailwind CSS project in a few lines of config.

Running Meta's Llama 2 on LocalAI featured image
AIJuly 23, 2023·8 min read

Running Meta's Llama 2 on LocalAI

Run Meta's Llama 2 locally with LocalAI and Docker — no cloud needed.

How To Setup Code Highlighting In Nuxt Content featured image
FrontendJune 26, 2023·3 min read

How To Setup Code Highlighting In Nuxt Content

How to add syntax highlighting to your Nuxt Content blog with highlight.js.

React Route v6.8.0 Setup featured image
FrontendJanuary 30, 2023·1 min read

React Route v6.8.0 Setup

A quick reference for setting up React Router v6.8.0 with basic routing patterns.