Articles
Tech notes, guides.
Deployments, how-tos, and code—any language, any stack, whatever I'm building and learning.
Pagination
Page 1 of 2
Build a Fast GeoIP API in Rust with ntex
Mar 28, 2026 · 5 min read
This article shows a step by step approach to building a small, high performance GeoIP HTTP API in...
Run local LLMs in under 5 minutes using Nanocl
Dec 19, 2025 · 3 min read
Easily deploy and manage your own AI-powered ChatGPT website using Nanocl, Ollama, and Open...
Deploy a complete media center on Nanocl
Oct 14, 2025 · 4 min read
Build a robust, private media center with Nanocl using Deluge, Jackett, Radarr, Sonarr, Lidarr, and...
Deploy Vaultwarden on Nanocl
Sep 17, 2025 · 5 min read
Today we are going to see how to deploy Vaultwarden on Nanocl to take back the control of your...
How to easily create a CLI in Rust using clap and clap_mangen
Sep 9, 2025 · 4 min read
Define your CLI once with clap derive, run it at runtime, and auto-generate man pages at build time...
Your Own Private Internet with Nanocl and WireGuard
Sep 8, 2025 · 4 min read
Want blazing-fast, ultra-secure access to your private network from anywhere in the world? Tired of...
Basic http proxy in rust with ntex
Sep 5, 2025 · 4 min read
What is ntex ? Ntex is a powerful, pragmatic, and extremely fast framework for composable...
Automating deployment with GitHub Actions and Nanocl
Sep 5, 2025 · 11 min read
Learn how to automate your deployment with GitHub Actions and Nanocl. This guide walks you through...
Solving the Localhost Development Headache with Nanocl
Sep 4, 2025 · 3 min read
Developers often face significant challenges when working on projects locally, especially when it...