Skip to content

resume.borck.dev

One YAML file, ten ways to explore it.

Resume Experiences

From traditional PDF to retro text adventures — pick the format that suits your style.

📄

ATS-friendly, print-ready professional format. Clean layout, proper headings, downloadable.

ClassicPrintDownload PDF
🌐

Responsive web version with clean styling, table of contents, and an embedded chat widget for questions.

WebResponsiveView HTML
🎮

Retro 8-bit swipe card adventure. Explore my career through a playful card game — swipe left or right to navigate paths through work, education, projects, and values.

InteractiveGamePlay CV Quest
🖥️

Zork-style text adventure through my career. Type commands to explore experience, skills, and projects in a retro terminal interface.

InteractiveCLILaunch Terminal
📰

Magazine-style layout with photography, pull quotes, and editorial design. My career presented as feature articles.

VisualEditorialRead Magazine
🔌

Swagger-style REST API interface. Browse my experience, skills, and education as structured API endpoints with example responses.

DeveloperRESTExplore API
🎤

Reveal.js HTML5 presentation. Navigate through my career as a slide deck — perfect for interviews, talks, or quick overviews.

VisualSlidesView Slides

Real FastAPI backend serving my resume as structured JSON. Auto-generated Swagger docs with interactive endpoint testing. Try the endpoints live.

LiveFastAPIOpen Swagger
🤖

Model Context Protocol server for Claude and other AI assistants. Query my resume programmatically — skills, experience, publications — directly from your AI tools.

AIMCPView on npm
📋

Plain-text, structured resume optimised for LLM ingestion. Like robots.txt but for AI — fetch it, inject it into a prompt, and ask questions about my experience.

AIPlain TextDownload llms.txt
📦

One 320-line YAML file generates everything above. One edit, ten outputs.

YAMLSourceView Source YAML
⚙️
cv-data.yml
+-> Quarto —> PDF, HTML, Slides
+-> Python —> Quest, Terminal,
|             Magazine, API Docs
+-> FastAPI -> Live API + Swagger
+-> MCP -----> AI integration
+-> Gen -----> llms.txt
PipelineMakeView on GitHub