Articles
Categories
-
Generate Excalidraw Diagrams from Claude Code with MCP
How to install and use the excalidraw-render MCP server to generate architecture diagrams directly from Claude Code, in PNG or SVG.
Read more -
Good Points: a family PWA for encouraging good behavior
How I built a reward points app for my kids using React, Firebase, and an offline-first PWA approach.
Read more -
ckad-dojo: a local CKAD exam simulator
9 dojos, 178 questions, auto-scoring and web interface — how I built a CKAD exam simulator for practicing under realistic conditions.
Read more -
My homelab: from Proxmox to Kubernetes, fully automated
How I built an Infrastructure as Code monorepo to manage my entire homelab — Proxmox, Docker, Kubernetes — with Terraform and Ansible.
Read more -
Building an ATS-friendly CV from an HTML template — a local and DevOps-driven project
This project started from the idea of turning my CV into an HTML template and automating the generation of PDF and DOCX versions using a DevOps approach.
Read more -
Analyze Your Emails with AI: Claude Code + Gmail Practical Guide
Complete tutorial to create your intelligent email analysis assistant with Claude Code. 30-minute setup, read-only access, risk-free.
Read more -
Setting Up a Pre-Commit Hook to Verify Files Are Encrypted with Ansible Vault
In this tutorial, we'll set up a pre-commit(https://pre-commit.com/) hook to ensure that all files in the secret directory are encrypted with ansible-
Read more -
Activating Ansible Auto-completion with Argcomplete
Terminal auto-completion is a valuable tool for improving efficiency when using Ansible. By setting up argcomplete, you can enjoy Bash auto-completion
Read more -
Install and Configure Continue in VSCode with Ollama
Here's a step-by-step guide to installing and configuring the Continue extension in Visual Studio Code (VSCode) with Ollama. Before you begin, make su
Read more -
Introducing Local Compute: A Tool for Simplified Local Data Processing
The Local Compute(https://github.com/xgueret/local-compute) project on GitHub is designed to streamline local data processing tasks with a simple yet
Read more