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.

api.ts
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

APIs & Backend Systems

REST APIs, GraphQL, auth systems, database design — the whole backend stack. i make sure your data flows smooth and your servers stay happy.

Web Applications

full-stack web apps, admin dashboards, SaaS platforms. from the database all the way to the pixels on screen.

Performance & Optimization

slow apps are a vibe killer. i optimize queries, implement caching, and make things actually fast.

Third-Party Integrations

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

Backend

B2B E-commerce API

built a robust REST API for a marketplace connecting suppliers and buyers. real-time inventory, order processing, payment webhooks — the whole nine yards.

Node.js
PostgreSQL
Redis
Stripe
Full-Stack

SaaS Admin Dashboard

a clean admin panel for a team management startup. role-based access, analytics, data exports — basically everything you'd expect from a proper dashboard.

Next.js
TypeScript
Tailwind
Chart.js
Full-Stack

Online Booking Platform

scheduling system for a medical clinic. automated confirmations via WhatsApp, calendar sync, no-show reduction — actually helped them run smoother.

Next.js
MySQL
WhatsApp Business API

my stack

tools i actually use and know pretty well

Backend

Node.js
Python
PHP (Laravel)
Express
FastAPI

Frontend

React
Next.js
Vue
TypeScript
Tailwind CSS

Database

PostgreSQL
MySQL
MongoDB
Redis
Prisma

Tools

Git
Docker
Vercel
AWS
Figma

quick facts

probably drinking iced coffee rn
dark mode supremacy
tabs > spaces (fight me)
vim user (yes, i can exit)

wanna connect?

always down to chat about cool projects, tech stuff, or just say hey. hit me up on any of these.