Projects
Open-source projects and other products I have created or contributed to.

verto.sh
verto.sh simplifies your entry into the open-source world by curating accessible projects. Ideal for beginners making their first contribution, founders building teams, and maintainers seeking new contributors.
Learn more →
barco
barco is a simple implementation of a container runtime in C, created to learn more about Linux containers. It uses various Linux kernel features such as namespaces, seccomp, capabilities, and cgroups to create an isolated container. The article provides a detailed explanation of how barco works.
Learn more →
gnaro
A proto-database inspired by SQLite, written in C for educational purposes. gnaro takes SQLite as a reference because of the limited feature set, and therefore complexity, when compared to other databases.
Learn more →
vodo
A primitive DNS server written in Rust to learn more about DNS and networking in general.
Learn more →