Douglas Mendez
Latest published
From Nostalgia to Code: Building a MU Online Server in Rust
18 February 2026
I share practical field notes on software engineering, focused on systems thinking, Go, Rust, networking, Linux, and real debugging work.
Personal notes from production lessons and experiments.
Current focus
Start here
Latest featured writing from the blog.
Featured post
OSDev Bare Bones with Rust - Cross-Compilation and Freestanding
An introduction to OS development following the OSDev Bare Bones tutorial. We explore what cross-compilation and freestanding environments are, compile a C kernel with Zig, and set up a minimal Rust project targeting bare metal.
10 February 2026 • 20 min read
Featured post
Playing with Rust: Building a Safer rm and Having Fun Along the Way
In this post, I introduce rrm, a Rust-based command-line tool for safely managing deleted files, explore extended attributes, and share insights on using Rust's mockall crate for testing.
20 October 2024 • 13 min read
Featured post
Fooling Port Scanners: Simulating Open Ports with eBPF and Rust
Dive into the world of network security with this comprehensive guide on using eBPF and Rust to outsmart port scanners. This article explains the TCP three-way handshake, explores the popular Stealth SYN Scan technique, and demonstrates how to implement an eBPF program that simulates open ports.
29 June 2024 • 20 min read
Connected writing
Collections of related posts when you want to go deeper on one topic.
Highlighted collectionMy eBPF Journey
Dive into "My eBPF Journey," a series that narrates the exploration of eBPF programming, starting from the basics and gradually advancing to more complex applications.

My Socket Learning Adventure
Join me on my humble journey of socket discovery in Linux with the "My Socket Learning Adventure" series. Together, we'll explore the world of Unix sockets,

Rust 101
Welcome to Rust 101! This series covers my exploration of Rust, from basic concepts to more advanced topics. It's not in any particular order — just a collection of things I find interesting or at least interesting enough to write a post or note about. If you're curious about Rust, feel free to jump into any post that catches your eye.

Kubernetes in Action: A Journey Through Its Ecosystem
Dive into the dynamic world of Kubernetes with our in-depth series, 'Kubernetes in Action: A Journey Through Its Ecosystem'. This series is your gateway to know about the Kubernetes ecosystem, one article at a time.