A personal sandbox repository for learning, experimentation, and project incubation. This space serves as a playground for:
- 🌱 Growing new project ideas
- 📚 Learning / practicing new tools
- 🧪 Technical experiments and POCs
- 🎮 Having fun while building things!
Projects here are in various stages of development—from initial concepts to completed utilities. Some may graduate to their own repositories, while others might remain here for posterity.
✨ Not Started ✨
A Phoenix web application that archives the Bier Stein's tap list and allows users to explore its history.
- Built with Phoenix Framework & LiveView
- Styled with Tailwind CSS
✅ Complete ✅
A Deno-based web scraper for the Bier Stein's tap list.
- Uses cheerio for HTML parsing
- Outputs the taplist as a JSON object
- Written in TypeScript
A quine is a program that outputs its own source code. These are my attempts to code golf smaller and smaller quines, just for fun.