Jan Peer Stöcklmair

Jan Peer Stöcklmair

I’m a software engineer working at Sentry and Pebblebyte, where I focus on frontend, DevOps, and making sure observability is everywhere. When I’m not deep in code, you’ll probably find me kitesurfing, road biking, swimming, or hanging off a rock wall. Whether I’m debugging or chasing wind, I’m always looking for that perfect flow.
Click. Ship. Done. AI Agents on Cloudflare
JSNation 2026JSNation 2026
Upcoming
Click. Ship. Done. AI Agents on Cloudflare
AI agents are almost everywhere, but deploying one yourself still feels like it requires a PhD in infrastructure. What if it didn't? This talk breaks down what AI agents actually are, how they work, and why Cloudflare's platform makes it ridiculously easy to build and ship your own. Everything written with the language you love (or hate): JavaScript.We'll cover the agent loop, introduce MCP (Model Context Protocol) as the glue that connects agents to real world tools, and walk through Cloudflare's stack, from Durable Objects for stateful execution to Workers AI for inference.By the end, you'll deploy your own agent using a single command from a shared GitHub repo. No PhD required.
Click. Ship. Done. AI Agents on Cloudflare
Web Engineering Summit 2026Web Engineering Summit 2026
Upcoming
Click. Ship. Done. AI Agents on Cloudflare
AI agents are almost everywhere, but deploying one yourself still feels like it requires a PhD in infrastructure. What if it didn't? This talk breaks down what AI agents actually are, how they work, and why Cloudflare's platform makes it ridiculously easy to build and ship your own. Everything written with the language you love (or hate): JavaScript.We'll cover the agent loop, introduce MCP (Model Context Protocol) as the glue that connects agents to real world tools, and walk through Cloudflare's stack, from Durable Objects for stateful execution to Workers AI for inference.By the end, you'll deploy your own agent using a single command from a shared GitHub repo. No PhD required.
React Server Components in Kubernetes: Ship Happens
React Advanced 2025React Advanced 2025
30 min
React Server Components in Kubernetes: Ship Happens
This talk explores how to effectively run React Server Components (RSC) in highly available Kubernetes clusters. It covers the shift toward a Full Stack Experience in modern React development, where components interact directly with databases, caching layers, and messaging systems. You will learn practical strategies for caching dynamic data, managing server actions, and deploying RSC at scale with Kubernetes. The session also includes real-world lessons on avoiding common pitfalls.
Enhancing React Ecosystems with Observability: A Deep Dive into React with OpenTelemetry
React Summit 2024React Summit 2024
22 min
Enhancing React Ecosystems with Observability: A Deep Dive into React with OpenTelemetry
This talk will guide you through the integration of OpenTelemetry within React environments, emphasizing Server Side Rendering (SSR) and the innovative React Server Components (RSC). Learn how to harness the power of telemetry data—traces, metrics, and logs—to gain a comprehensive understanding of your application's behavior and user interactions.
Using Apollo Federation in a microservice architecture in Kubernetes
React Finland 2021React Finland 2021
31 min
Using Apollo Federation in a microservice architecture in Kubernetes
Being flexible with Apollo Federation and autoscaling with Kubernetes opens many opportunities to scale your app. Jan will show how these two services work hand in hand and why autoscaling matters.