Douglas Mendez
Latest published
From Nostalgia to Code: Building a MU Online Server in Rust
18 February 2026
I share practical notes on software engineering, focused on systems thinking, Go, Rust, cloud, networking, Linux, and real debugging work.
Personal notes from production lessons and experiments.
Start here
Most viewed posts in the last few days.
Featured post
Beginner's Guide to XDP: A Journey Through Crafting XDP-Based Firewall with BCC
Step into the world of eBPF/XDP with this beginner's guide. Learn to build a simple SSH firewall, utilizing XDP's capabilities for secure, incoming network traffic management!
8 November 2023 • 24 min read
Featured post
The beginning of my eBPF Journey - Kprobe Adventures with BCC
Embark on a fascinating journey into the realm of eBPF programming through this blog post. We kickstart our exploration with Kprobe, a dynamic tracing tool in the Linux kernel, by delving into a simple 'Hello World' and other experiment using BCC.
14 October 2023 • 19 min read
Featured post
Networking and Sockets: Syn and Accept queue
In this article, we delve into the mechanics of TCP connection management, focusing on the SYN queue and the accept queue. We explore backlog configurations, system parameters like net.core.somaxconn and net.ipv4.tcp_abort_on_overflow, and how they affect queue behavior.
21 June 2024 • 12 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.