Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.6 KB

README.md

File metadata and controls

45 lines (26 loc) · 1.6 KB

sandbox

sandbox with toys

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.

Web applications

✨ 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

Utilities

✅ 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

Learning

Play

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.