Skip to content
View maximfersko's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report maximfersko

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
maximfersko/README.md

Backend Engineer · Java / Python

Gmail Telegram


About me

Backend developer with hands-on experience designing, scaling, and maintaining distributed systems.


Pinned Loading

  1. budget-tg-manager-app budget-tg-manager-app Public

    Telegram finance bot: bank CSV import (Tinkoff/Alfa), AI spending analysis with RAG memory, React dashboard, Celery workers, full Docker Compose infra.

    TypeScript 2

  2. Web-Calculator-Java Web-Calculator-Java Public

    Scientific calculator with C++17 RPN engine exposed via JNI to a Spring Boot web UI - supports expressions, graph plotting, and loan calculations.

    C++ 1

  3. STL-Containers STL-Containers Public

    My implementation of the standard template STL containers.

    C++

  4. info-web info-web Public

    REST CRUD API for peer-review school data (peers, tasks, checks) - raw Jakarta Servlets + manual JDBC + HikariCP, no ORM or frameworks.

    Java

  5. Key-Value-Storage Key-Value-Storage Public

    In-memory key-value store with hash table and BST backends, optional TTL expiry, partial updates, and bulk import/export - built from scratch in C++17.

    C++

  6. images-storage images-storage Public

    Image storage web app with JWT auth, token blacklisting, role-based access (USER/ADMIN), and images stored as bytea in PostgreSQL.

    Java