Questions, feedback, or found a bug? I'd love to hear from you.
Builds and maintains this learning platform — from the interactive visualizations to the technical infrastructure. Focus areas: turning complex scientific content into accessible teaching material, high-performance web animations, and keeping the experience as barrier-free as possible.
"Everything is physics, until it becomes biology." — Daniel Brellochs
Astro is a static-site generator: pages are compiled into plain HTML/CSS/JS at build time and shipped to the browser without unnecessary JavaScript — which means very fast load times. Layouts and navigation can be maintained centrally as components, while every page still ends up as classic vanilla HTML/CSS/JS.
Runs directly in the terminal and works autonomously across multiple files at once: from migrating this site to Astro, to building new interactive visualizations, to debugging build processes. The advantage: changes get tested and verified live in the running dev server before they're considered done — which makes iteration much faster and cuts down on careless mistakes in larger, cross-page changes.