portfolio
tools built, concepts explored, migrations documented
-
mg-server active
Personal site and web server built in Rust. Axum routing, Askama compile-time templates, flat-file blog with Markdown and YAML frontmatter. The server you are looking at right now.
-
port scanner in progress
TCP port scanner rewritten from Python to Rust. Async concurrent scanning with Tokio. Demonstrates ownership model vs Python's GIL.
-
memory safety writeup in progress
Side-by-side C and Rust implementations of the same unsafe string pattern. Documents the CVE class each Rust feature eliminates at the language level.