This site represents an exploration of modern web development techniques with an emphasis on performance and maintainability.

Built with Astro as the core framework - chosen for its island architecture that enables rich interactivity with minimal JavaScript. Styled using Tailwind CSS for consistent design language across components.

Content is authored in Markdown with YAML frontmatter, enabling separation of content and presentation concerns.

The interactive game components showcase canvas-based rendering techniques - Electro-Ball leverages the p5.js library for particle physics, while Bad Ghost uses vanilla JavaScript for retro-style gameplay.

Typography emphasizes readability with system fonts for body text and specialized fonts for code and game elements.

This project is heavily inspired by the principles of digital gardening, as popularized by Maggie Appleton. The site is designed as a “living” knowledge base, blending personal exploration with public-facing content. It also draws influence from Gwern, particularly his approach to long-form, interconnected writing and knowledge management.

Additional inspiration comes from:

Deployed through a continuous integration pipeline via GitHub Actions to Vercel’s edge network for optimal global performance.

For a complete list of third-party resources and their licenses, see the Attributions page.