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.
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:
- A periodic web scraper for https://nomina.itaipu.info/, built with GitHub Actions.
- A site to query, analyze, and export the data: https://itaipu.vercel.app/, built with Datasette.