Skip to main content

Projects

Per-project notes: what was built, the key technical decisions, what worked, what didn't.

These are not tutorials. They're post-mortems and decision logs — useful for avoiding the same mistakes, and for explaining choices to future-self.

Format

Each project gets a directory: projects/<project-name>/. Inside:

  • index.mdx — overview, stack, key decisions
  • Notes per technical area (e.g., database-design.mdx, auth-approach.mdx)