Selected work
Projects
Side projects and architecture studies. Each one is built to be defended in an interview — real domain, framework-agnostic core, tests, Docker, and CI.
Mnemo
2026Spaced-repetition flashcards for my own studying — content lives in git-versioned Markdown, scheduling state (Anki SM-2) in Postgres. Live on its own subdomain, fully serverless on the free tier.
TypeScriptNext.js 15Cloudflare WorkersPrismaPostgreSQL (Neon)
Supermarket Stock System
2025Inventory management backend for a supermarket chain, built in Laravel with a framework-agnostic, domain-driven core. The domain is fully tested without Laravel — pure PHP.
Laravel 11PHP 8.3PostgreSQLPestDocker
Job-Application Tracker
2025A tracker for applications, interviews, contacts, and follow-ups that I actually use in my own job search. Node.js + TypeScript + Fastify + Prisma with JWT auth and a state machine for application status.
Node.jsTypeScriptFastifyPrismaPostgreSQL