Web Developer.
I design & develop web apps and static marketing websites. From Belgrade, Serbia.
Projects
See all projectsWinter Candy Design
Multilingual portfolio website for an interior designer.
See the websiteSports School Junior
Website for a sports school, featuring program details and enrollment information.
See the websiteDesign Stack
Figma
Design Tool
Of course, Figma. A staple of any designer/developer workflow. Everyone uses it for a reason.
Sketch
Design Tool

I've started using Sketch for personal projects. It's fast and the UX is great. A really well-made product.
Development Stack
Svelte
UI Framework
Svelte and SvelteKit are my frameworks of choice. I love the performance, ergonomics and developer experience. Nothing against other frameworks, I just like Svelte best.
Tailwind CSS
CSS Framework
The industry standard for a reason. Anyone joining a codebase can start making changes without worrying that one CSS class will break something else.
SQLite
Database
I use SQLite for small projects and prototypes. Mostly Cloudflare's D1, since my side projects usually run on Cloudflare Workers and the two pair nicely.
PostgreSQL
Database
For anything serious I use PlanetScale's PostgreSQL. Postgres is flexible, and with PlanetScale the reliability, speed and developer experience are hard to beat.
Drizzle
ORM
Schema-first, migrations as code, end-to-end types. It has its quirks, but it beats writing raw SQL by hand.
Zero
Sync Engine
Performance on my mind. With Zero you can build web apps that feel like native offline apps, and it doesn't take much work to get there.