Hi, I'm Fede 👋

I'm a Computer Science student at the University of Buenos Aires (FCEN-UBA). I started in web development, picked up Go through Learn Go with Tests, and have been moving steadily toward systems programming ever since with Rust.

These days I spend most of my time in Rust, drawn to computer architecture, operating systems, low-level programming, and programming language theory.

This blog is where I document that process — real code, real bugs, things I get wrong and fix along the way.

Read the blog → · GitHub · LinkedIn

Testing Environment-Dependent Code in Rust

Isolating tests that depend on environment variables using RAII guards and serial_test

read more →