<Developer /> Shipping solo projects.
12th-grade Math-Informatics student who designs, builds, and ships full-stack products alone — from FutAll, a toolkit real players use every day, to a chess app I built for my dad, a driving-theory app, and a free AI assistant.
➜ whoami
12th-grade student on the Math-Informatics track, graduating 2027. I design, build, and run every one of my projects end-to-end — frontend, backend, infrastructure, all solo. FutAll is the biggest one, a full EA FC 26 toolkit with real daily players, but I've also built a chess app for my dad, a driving-theory app for new drivers, and a free AI assistant. Cambridge C1 Advanced (CAE) certified, and I use AI tools like Claude deliberately as part of how I build — not as a crutch.
➜ cat mission.txt
Ship full-stack products alone that real people actually use — whether that's thousands of FutAll players or just my dad learning chess — and get faster and better at it with every fix, migration, and late-night bug hunt.
↻ drag to rotate
Designing and building every layer of FutAll solo — frontend, backend, and infrastructure. Started as a simple prototype, rebuilt end-to-end on modern cloud hosting with a hosted database.
Covered OS internals, file systems, networking, system security, task automation, virtual machines, and embedded Linux/Windows systems.
Same competition, one year earlier — first placement on the board.
Competed in the office-suite round at the county stage — didn't place.
What I'm heads-down on right now. EA FC 27 launches this September, and I'm building the next generation of FutAll for it — a parallel-tables migration that keeps the entire FC 26 site untouched while FC 27 gets built alongside it. Preview pages for Players, Evolutions, and SBCs are already live; the real data sync goes in once our external data sources add FC 27 support.
Preview the FC 27 build →A personal AI assistant with zero API costs — a PC chat app backed by a local LLM (Ollama), an Android client that talks to it over the network, and a small cloud AI relay for free access from anywhere, PC on or off. Bilingual (Romanian/English) with automatic language-matching. Every piece — model hosting, phone client, cloud fallback — self-built.
A Romanian-language driving-theory exam prep app, category B — original question bank, hand-drawn road-sign reference, condensed legislation notes, a free-practice quiz mode with instant explanations, and a timed exam simulator (26 questions / 30 minutes) matching the real format. All original content, not scraped from anywhere. Buildless static web app wrapped into an Android APK via Capacitor, built in the cloud with GitHub Actions.
Try it live in your browser →A full-stack toolkit for EA FC 26 Ultimate Team — Player Tracker, Pro Clubs Builder, Squad Builder, Evo Lab, an SBC Builder with an on-site Auto-Solver, and FUT Grid, a daily football trivia game. Every frontend page, every database query, every deploy — built and run solo.
Visit futall.com →A Romanian-language chess app built for my dad — play against Stockfish across 6 difficulty levels, 31 interactive lessons across 6 categories (fundamentals, tactics, mates, endgames, openings, strategy), drag-and-drop or tap-to-move board. Buildless static web app wrapped into an Android APK via Capacitor, built in the cloud with GitHub Actions.
Try it live in your browser →EA FC 27 launches this September, and this is what I'm heads-down on. Chose a parallel-tables migration over a rip-and-replace — a whole second set of tables (players/evo-lab/SBCs) so FC 26 keeps working untouched while FC 27 gets built alongside it. Preview pages for Players, Evolutions, and SBCs are already live; real data sync is next, once our external data sources add FC 27 support.
A local-first AI assistant with no API fees: a PC chat app running a real LLM through Ollama, an Android client that talks to it over the network, and a small cloud relay so it still works from anywhere with the PC fully off. Compared several open models head-to-head for Romanian/English language-following before picking a default — one advertised as multilingual actually failed the test.
A side build outside FutAll: a Romanian-language category-B driving-theory app. Original question bank, hand-drawn road-sign reference, condensed legislation notes, a practice quiz with instant explanations, and a timed exam simulator matching the real 26-question / 30-minute format. Wrapped into an Android APK with Capacitor, built in the cloud via GitHub Actions — no local Android toolchain needed.
A fixed-offset daily cron only ever covered the oldest 140 SBCs. Newer ones never got their sub-challenges synced — replaced it with a self-correcting rotating cursor, same pattern already used for the player sync.
A solver that proposes the cheapest valid squad from FutAll's own price data — styled after (and safer than) the third-party tools that inject into ea.com to automate the live account.
The database platform had an incident. Shipped a site-wide backend-status banner across all 32 pages the same day.
Migrated futall.com off InfinityFree after a process-limit suspension, rebuilding the admin gate and image proxy as serverless edge functions.
Removed every inline code comment repo-wide for a cleaner codebase, and started a running rationale doc to keep the "why" behind every real fix instead.