blog

~/Reimplementing Git From Scratch to Understand How It Actually Works
Jul 14, 2025

Building gitbean, a byte-compatible clone of Git's core plumbing commands in Java, to learn version control internals from the ground up.

JavaCLIGit Internals
~/Building a Community-Driven Transit API with Spring Boot
Jul 10, 2025

How I built a REST API for Philippine transit routes and fares to learn Spring Boot, JPA, and role-based access control.

JavaSpring BootREST API