01
BUILD
Projects
Selected software, shaped from first sketch to working release.
Built from curiosity
Gaurs Code is a personal space for the software I build, the problems I explore, and the ideas I want to remember.
Browse the indeximport java.util.List;
public final class Process {
public static void main(String[] args) {
var steps = List.of(
"question", "prototype",
"refine", "ship");
steps.forEach(System.out::println);
}
}
The index
Selected software, shaped from first sketch to working release.
Small questions turned into prototypes, tools, and useful proof.
Decisions, dead ends, and lessons worth carrying forward.
The polished result is only half the story. This is a home for the thinking, testing, and small breakthroughs that happen along the way.