Built from curiosity

Code. Curiosity. Craft.

Gaurs Code is a personal space for the software I build, the problems I explore, and the ideas I want to remember.

Browse the index
Process.java read only
import 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);
  }
}
BUILD BREAK LEARN REPEAT

The index

Three ways in.

01 BUILD

Projects

Selected software, shaped from first sketch to working release.

02 TEST

Experiments

Small questions turned into prototypes, tools, and useful proof.

03 NOTE

Notes

Decisions, dead ends, and lessons worth carrying forward.

WHY THIS EXISTS

Good work leaves a trail.

The polished result is only half the story. This is a home for the thinking, testing, and small breakthroughs that happen along the way.