yo, i'm wil — i build things that actually work
full-stack dev who's lowkey obsessed with clean code, solid APIs, and shipping real products. currently vibing in the intersection of backend wizardry and frontend finesse.
export async function handler(req, res) {
// input validation
const validated = schema.parse(req.body)
// auth & authorization
const user = await authenticate(req)
if (!user.can('create')) {
return res.status(403).json({
error: 'Forbidden'
})
}
// business logic
const result = await db.transaction()
// structured logging
logger.info('resource_created', {
userId: user.id,
resourceId: result.id
})
return res.json(result)
}what i work on
basically the full stack — from database design to pixel-perfect UIs
REST APIs, GraphQL, auth systems, database design — the whole backend stack. i make sure your data flows smooth and your servers stay happy.
full-stack web apps, admin dashboards, SaaS platforms. from the database all the way to the pixels on screen.
slow apps are a vibe killer. i optimize queries, implement caching, and make things actually fast.
payment gateways, CRMs, external APIs — connecting all the pieces so your systems actually talk to each other.
some stuff i built
real projects, real problems, real solutions
my stack
tools i actually use and know pretty well
Backend
Frontend
Database
Tools
quick facts
wanna connect?
always down to chat about cool projects, tech stuff, or just say hey. hit me up on any of these.