Jordan Rivera
Senior Backend Engineer
About
Building distributed systems at scale. Previously at Stripe and Cloudflare. I care about reliability, observability, and writing code that other humans can actually read.
Tech Stack
Go, Rust, TypeScript, Postgres, Redis, Kubernetes, Terraform
Projects
kv-engine — Embedded key-value store in Rust, obs-stack — Opinionated OpenTelemetry setup for Go, sqlfmt — SQL formatter that respects your style
<div style="background:#0f172a;color:#e2e8f0;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif">
<div style="max-width:800px;margin:0 auto;padding:80px 32px">
<div style="display:flex;align-items:center;gap:24px;margin-bottom:48px">
<img src="{{avatar:image}}" alt="" style="width:80px;height:80px;border-radius:50%;object-fit:cover;border:2px solid #3b82f6" />
<div>
<h1 style="font-size:1.8rem;font-weight:700;margin:0 0 4px">{{name:string}}</h1>
<p style="color:#94a3b8;font-size:0.95rem;margin:0">{{title:string}}</p>
</div>
</div>
<section style="margin-bottom:48px">
<h2 style="font-size:0.75rem;text-transform:uppercase;letter-spacing:0.15em;color:#3b82f6;margin-bottom:16px">About</h2>
<p style="line-height:1.8;color:#cbd5e1;font-size:1.05rem">{{about:text}}</p>
</section>
<section style="margin-bottom:48px">
<h2 style="font-size:0.75rem;text-transform:uppercase;letter-spacing:0.15em;color:#3b82f6;margin-bottom:16px">Tech Stack</h2>
<p style="color:#94a3b8;font-size:0.9rem;line-height:2">{{tech_stack:list<string>}}</p>
</section>
<section style="margin-bottom:48px">
<h2 style="font-size:0.75rem;text-transform:uppercase;letter-spacing:0.15em;color:#3b82f6;margin-bottom:16px">Projects</h2>
<p style="color:#e2e8f0;font-size:0.95rem;line-height:2">{{projects:list<string>}}</p>
</section>
<div style="border-top:1px solid #1e293b;padding-top:24px;display:flex;gap:24px">
<a href="{{github:link}}" style="color:#3b82f6;font-size:0.85rem;text-decoration:none">GitHub</a>
<a href="mailto:{{email:email}}" style="color:#3b82f6;font-size:0.85rem;text-decoration:none">{{email:email}}</a>
</div>
</div>
</div>