Welcome to v01dworks

Full-stack developer building modern web applications and tools for creatives.

Featured Projects

Game Dev Asset Manager

A centralized, web-based management system for game developers to organize, store, and retrieve assets (textures, 3D models, audio files, and scripts). Containerized with Docker and featuring a demo instance hosted on my VPS.

Tech Stack

  • Backend: FastAPI (Python 3.11) with async REST API
  • Database: PostgreSQL with SQLAlchemy ORM
  • Frontend: Vanilla JavaScript, HTML5, CSS3
  • Deployment: Dockerized with Docker Compose
  • Auth: JWT tokens with secure password hashing
Demo Login: test / test

Cutting Board

A kitchen companion web app for saving recipes, tracking ingredients on hand, and generating shopping lists from recipes. Features server-side rendering with native light/dark mode support.

Tech Stack

  • Backend: Python 3.11+, FastAPI, Uvicorn
  • Database: PostgreSQL with SQLAlchemy ORM
  • Frontend: Jinja2 templates + Vanilla JavaScript (ES6+)
  • Styling: Custom CSS3 with CSS Variables (Light/Dark mode)
  • Auth: OAuth2 with JWT stateless sessions
Demo Login: test@example.com / testpass

Volkan Productions

A dynamic portfolio and content management system (CMS) built for a freelance videographer client to showcase work and manage inquiries. Features dual-language support (English/Russian), a custom admin panel for asset management, and server-side image optimization.

Tech Stack

  • Framework: Next.js 16 (App Router), React 19, TypeScript
  • Database: SQLite with Prisma ORM
  • Styling: Tailwind CSS (Dark/Light mode)
  • Auth: NextAuth.js v5 for admin access
  • Infrastructure: Dockerized with Nginx reverse proxy