Ideas turned into demonstrable applications.

Each project shows its real stage, technologies and available evidence: code, screenshots or an online demo.

4 projects shown

<portfolio>
  responsive = True
  languages = 5
  pages = 5
</portfolio>
01 · Functional

Personal portfolio

A responsive multi-page website created to present skills, projects and professional information. It includes five languages, light/dark themes, animations, filters and mobile navigation.

HTMLCSSJavaScriptResponsive
  • Works locally on desktop and mobile
  • Five-page structure in five languages
  • Configured for GitHub Pages
room = create_room(players=4)
server.connect(room)
status = "in development"

# real-time multiplayer
02 · In development

Rummy Online

A multiplayer game inspired by Rummy, designed with users, game rooms, real-time synchronisation, rankings and virtual coins without conversion to real money.

PythonFastAPIWebSocketPostgreSQL
  • Goal: testable rules engine
  • Goal: multiplayer rooms and reconnection
  • Goal: backend separated from the interface
Discuss projectCode in progress
income = 3200
expenses = 1840
balance = income - expenses

print(balance)
03 · Planned

Expense Tracker

An application for organising income and expenses, categories, monthly budgets and easy-to-understand statistics.

PythonFastAPISQLCharts
  • MVP: account, transactions and categories
  • Next stage: budgets and reports
jobs = search(
  role="bus driver",
  country="Europe"
)
04 · Planned

Driver Jobs Hub

A platform for finding and comparing jobs for professional drivers, with filters by country, salary and contract type.

DjangoPostgreSQLSearchJobs API
  • MVP: listings, search and filters
  • Next stage: accounts and saved jobs