Blog

12 articles

19 Mar 2026
DevOps

Automating Jenkins Deployment on AWS with Terraform, EC2, Docker, and Cloudflare Tunnel

In this article, I document the implementation of a Jenkins deployment on AWS using Terraform, Docker, and Cloudflare Tunnel.

Jenkins AWS Terraform Docker Cloudflare DevOps CI/CD IaC
Lire la suite
17 Mar 2026
DevOps

Building a More Reliable Terraform Installer with Bash

How to turn a simple Terraform installation into a reliable automation script: platform detection, GPG key validation, fallback logic, and post-install verification.

Terraform Bash DevOps Linux Automation IaC Shell
Lire la suite
15 Feb 2026
DevOps

Readme-runner: Launch Any Project in One Command, Powered by GitHub Copilot CLI

My submission for the GitHub Copilot CLI Challenge: readme-runner, a Go CLI tool that reads a project's README, plans the installation, and runs it automatically — no manual setup required.

Go CLI GitHub Copilot AI DevOps OpenSource
Lire la suite
21 Feb 2025
Security

Rethinking Web Browsing with True Sandboxing

Exploring how remote web browsing and container isolation can revolutionize how we navigate safely online

Security WebRTC Kubernetes Cloud-Native Browser Isolation Zero Trust
Lire la suite
23 Jan 2025
DevSecOps

How to Use Let's Encrypt Certificates with Keycloak

Step-by-step guide to securing Keycloak with a free Let's Encrypt SSL certificate and enabling HTTPS.

Keycloak Let's Encrypt SSL Security Linux
Lire la suite
15 Dec 2024
Security

Dockdock-Go – Security Gatekeeper for Harbor Registries

A detailed technical retrospective of Dockdock-Go, a Master 1 student project implementing multi-layer security scanning and human approval gates for Harbor container registries

Security Kubernetes Harbor Rust DevSecOps Container Security
Lire la suite
13 Dec 2024
Linux

How to Install Oh My Zsh: My Favorite Shell

An open-source framework that enhances and customizes your Zsh shell. This guide shows you how to set up Oh My Zsh on Linux to optimize your command-line experience

Linux Shell Bash Security
Lire la suite
15 Mar 2024
DevOps

Hosting Your Apps from a PC or VPS: Coolify & Cloudflare Tunnel

From your laptop to a VPS: how to deploy and expose web applications to the world using Coolify and Cloudflare Tunnel, even behind CGNAT.

Docker Coolify Cloudflare Self-Hosted DevOps Cloud
Lire la suite
24 Feb 2024
DevOps

From VPS Chaos to Deployment Zen: My Coolify Love Story

From Docker jungle to homemade PaaS: how Coolify turned my hacked-together VPS into a production-worthy deployment platform, without sacrificing my hosting freedom

DevOps Self-Hosted Docker Coolify VPS Infrastructure Platform Engineering
Lire la suite
15 Dec 2023
DevOps

Goodbye "It Works on My Machine!" - Docker

Discover how Docker revolutionized software development and put an end to the famous "it works on my machine" problem

Docker DevOps Containerization Development
Lire la suite
23 Mar 2023
Security

Securing a Debian Server – My Configuration

Practical guide to securing a Debian server from the start: hardened SSH, firewall, Fail2Ban, and automatic updates

Security Linux Debian SSH DevOps System
Lire la suite
23 Mar 2023
Git

🐙 Git Memo: All Essential Commands

A complete list of essential Git commands: configuration, project creation, snapshots, branching, merging, and sharing. A practical reference guide to keep handy.

Git CLI GitHub
Lire la suite