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 — first through Rust, then further down into C.

These days I spend most of my time close to the metal: system programming, operating systems, computer architecture, embedded systems, 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 →