dm@kungfudev:~$

$ hostname

Douglas Mendez

$ cat kungfudev.txt

Why KungFuDev? Kung Fu is any craft earned through patience, energy, and time.

$ cat latest.md

Cracking the Login: Encryption Layers, Domain Modeling, and Sessions in Rust

$

$ ls -lt ~/series | grep featured | head -n 2

view all ->

$ ls -lt ~/blog | head -n 5

view all ->
From Nostalgia to Code: Building a MU Online Server in Rust

Driven by nostalgia for MU Online, we use OpenMU as a reference to build a server from scratch in Rust. In this first episode, we decode the binary protocol, understand packet framing and encryption, explore the ConnectServer/GameServer architecture, and implement just enough to see the legendary login screen appear.