HomeLab tutorial - IT technology blog

Pi-hole: Set Up Network-Wide Ad Blocking in Your Home Lab

Pi-hole is a self-hosted DNS sinkhole that blocks ads and trackers network-wide — covering every device from smart TVs to IoT gadgets without any per-device configuration. This guide walks through deployment options, recommended setup with redundancy, and the full implementation using Docker Compose or a native Raspberry Pi install.
Security tutorial - IT technology blog

Self-Hosted Password Management: A Guide to Vaultwarden

Tired of trusting your passwords to cloud services? This guide shows you how to take back control by setting up a secure, self-hosted password manager with Vaultwarden and Docker. Follow these practical steps for installation, configuration, and essential maintenance.
DevOps tutorial - IT technology blog

Deploy App to VPS with Docker, Nginx, and SSL: A Production-Ready Guide

Deploying an app to a VPS without a proper stack is how you end up debugging at 2 AM with an expired SSL cert and a dead process. This guide walks through a production-ready setup using Docker for isolation, Nginx as a reverse proxy, and Certbot for free automated SSL — the same stack I run across multiple production services.