What the Site Does
War.re combines two distinct web experiences under a single monorepo:- war.re — A personal homepage with a brief bio, links to GitHub, LinkedIn, and Stack Overflow, and a pointer to the resume.
- ryan.war.re — A full online resume detailing Ryan’s work experience at Stripe, Amazon, Porch, and others, along with technical skills and education.
Technology Stack
Each app in the monorepo shares a consistent set of tools:War.re is open source on GitHub at github.com/rwwarren/war.re. You can browse the full source, open issues, and follow the project’s development there.
Explore the Docs
Dive into the documentation for each individual site to learn about their pages, components, and routing behavior.Main Site (war.re)
Learn how the personal homepage at war.re is structured, how the root redirect works, and what the
/n content route renders.Resume (ryan.war.re)
Explore the online resume at ryan.war.re, including the component architecture, work history data, and how the page is tested.