I primarily write Python, and while working with web applications professionally I found them increasingly interesting — so web development became my main programming direction. I have worked with tkinter, psycopg2, Selenium, Django and GeoDjango. A few projects are currently in progress and will be added here soon.
A web-based GIS application built with Python and GeoDjango, serving spatial data through a browser interface. The project combines a PostgreSQL/PostGIS database with a Django backend and custom JavaScript frontend to display and interact with geographic data.
Flask
MySQL
Python
HTML / CSS
A small testing project built with Flask — a lightweight Python web framework.
It is a simple create-and-read application with no frontend framework, using
only plain HTML and CSS, hosted on PythonAnywhere.
mcinek91.pythonanywhere.com ↗
Django
Django REST Framework
PostgreSQL
A testing project using Django with React as the frontend and a PostgreSQL database. It includes a simple REST API built with Django REST Framework, demonstrating basic CRUD operations and serialisation.
railway.app ↗
Django
Bootstrap
PostgreSQL
Another Django testing project with Bootstrap frontend and PostgreSQL database. This one extends basic CRUD functionality with a delete option for each record in the database, allowing full management of stored objects.
Django
Bootstrap
PostgreSQL
Chart.js
My largest and most complex project — a full client portal built on top of a CRM provider's API for the company I worked at. It replaces the standard inverter-manufacturer dashboards with a unified, user-friendly interface.
FastAPI
Celery
PostgreSQL
My personal project to monitor and display the daily production of solar panels. It is build on top of external API integration. Self hosted on Railway cloud. Aplication utilize Celery workers to run scheduled tasks and Redis broker.Finally saves data to the PostgreSQL database. Frontend is maintained by React. Also includes API to access data.