~/portfolio
$ whoami▋
Hi, I'm a Full-Stack Developer
I build robust, scalable web applications with modern technologies. Passionate about clean code, great user experiences, and solving complex problems.
developer.py
class Developer:
def __init__(self):
self.languages = [
"Python",
"JavaScript",
"TypeScript"
]
self.frameworks = [
"Django",
"React",
"Tailwind"
]
def build(self, idea):
return "Amazing App"
# Featured Projects
A selection of my recent work. Each project represents a unique challenge and solution.
Residago
Analytics platform for managing activity statistics in long-term care facilities.
Django
PostgreSQL
Python
Witcher TTRPG
Character and campaign management tool for The Witcher Tabletop RPG.
Django
PostgreSQL
Python
Giftwyse
Smart gift list management platform for wishlists and gift exchanges.
Django
PostgreSQL
Python
# Technologies
The tools and technologies I use to bring ideas to life.
Django
FastAPI
PostgreSQL
Python
REST API
TypeScript