2
Years building
14+
Projects shipped
12h
Response time
The process
1
Define
Figure out what actually needs building, what matters first, and what done looks like. Before any code.
2
Structure
Turn it into a clear list so nothing drifts or gets added halfway through.
3
Implement
Whatever it is, frontend, backend, bot, game system. Written clean from the start.
4
Verify
Check the flow, fix the rough edges, test on mobile. Make sure it feels solid, not just technically works.
5
Deploy
Vercel, VPS, Discord, Telegram, Roblox. Handed off working, not handed off with a list of things to fix.
What I care about
Edge cases, not just happy paths
Roblox scripting taught me that one uncaught bug tanks the whole thing. Every build gets tested against the weird inputs real users actually send, not just the happy path.
Mobile from the start
Layouts that break on mobile aren't done. Every web project I ship gets tested on a real phone before it goes live.
Systems thinking
Whether it's a Discord bot or a game mechanic, I think in flows. How data moves, where it can break, what happens when someone does something you didn't plan for.
Ship, then improve
Most of what I know came from shipping something that didn't work and fixing it. Iterating beats planning forever.
See my skills →