My work

Message App
Message App is a simple web application that allows users to send messages to each other. It utilizes ASP.NET Core Identity and SignalR library to provide real-time communication between users. Additionally messages are being stored in SQL database.
Technologies:
- ASP.NET Core
- ASP.NET Core Identity
- SignalR
- MVC
- SQL Server
- Bootstrap
- jQuery

Sports Center Management System
Sports Center Management System is a web application. The application is designed to allow users managing their reservations. It also provides Admin Panel functionalities for registered workers. It utilizes SQL Server Database connection to store all necessary application data, such as Users, Workers, or Sports Objects data.
Group ProjectTechnologies:
- ASP.NET Core
- Razor Pages
- SQL Server
- Bootstrap

FIR Low Pass Filter
FIR Low Pass Filter implementation. The core of the application is Blazor Pages Web App. The algorithm is being processed by DLL libraries, including C++ library and X86/64 Assembly library. The second one is using data level parallelism (AVX registers) to improve time efficiency.
Technologies:
- ASP.NET Core
- Blazor
- X86/64
- Bootstrap

Arduino Uno Projects
Various side-projects using Arduino Uno board.
Technologies:
- Arduino.h lib
- VSCode - PlatformIO
- C++

Tower Defence Game
Tower defense game inspired by the Plants vs Zombies game series.
Technologies:
- C++
- SFML

Klondike Game
Simple Klondike card game implementation in C++ using SFML library.
Technologies:
- C++
- SFML

Jarvis Patrick Clustering
Jarvis-Patrick Clustering is a density-based clustering algorithm. The algorithm is designed to identify clusters of similar items based on given parameters.
Technologies:
- C++
