Projects

Toy Projects

React Minesweeper

Minesweeper clone implemented with React. Uses a depth-first traversal algorithm to expand empty cells. No dependencies beyond React and Vite.

View on GitHub | Demo


Projects

Itaipu Scraper

Itaipu is a binational hydroelectric dam operated by Brazil and Paraguay. As a government entity, its payroll data is required to be publicly available.

However, the official site for the Paraguayan payroll https://nomina.itaipu.info/ is intentionally obfuscated to make exporting and analyzing the data difficult.

This project consists of:

View on GitHub | Site