Welcome.
You are now viewing a collection of projects that exist because I once said:
“How hard could it be?”
Spoiler:
It was always harder than expected.
Each repository here is evidence of one of the following events:
- 💡 A sudden “brilliant” idea at 2 AM
- ⚡ Overconfidence in my coding abilities
- 🧠 Underestimating edge cases (again)
- 🔥 Refusing to read documentation
- 🎯 Actually knowing what I’m doing (rare occurrence)
- Why it works on my machine
- Why it stopped working after I touched it
- Who wrote this code (spoiler: me)
- Where that missing semicolon went
- How a “small feature” became a full system rewrite
- Python 🐍 (sometimes behaves)
- JavaScript ⚡ (also sometimes behaves)
- Git 🐙 (rarely behaves)
- Google 🔎 (most reliable tool)
Experiment 01: “Quick project”
Result: 6 hours lost
Experiment 02: “Simple fix”
Result: Full refactor
Experiment 03: “Final version”
Result: There is no final version
- Starting projects instead of finishing them
- Fixing bugs by introducing new ones
- Trusting console logs emotionally
- Believing “just one more feature” is real
🟢 Running
🟡 Slightly confused
🔴 Sleep-deprived
⚡ Overclocked on caffeine
Somewhere in this repository cluster:
✨ is a good idea
✨ is a bad idea
✨ is a “why did I build this” idea
and sometimes… they are all the same project.
“It compiled. That’s enough documentation.”