My Projects
Here are some of the things I've been working on.
RateWatch - ratewatch.live
GithubRateWatch is a full-featured, cloud-native application designed to provide users with real-time currency exchange rate information. It's built on a modern, event-driven microservices architecture.
Instagram Clone
GithubDevloped a complete, full-stack social media application similar to Instagram using a modern tech stack. Built a secure RESTful API with Java and Spring Boot for backend. Created a modern and responsive user interface with React.
urlmol.icu - URL Shortener
Go to siteDeveloped a full-stack link shortener application from scratch, featuring a Spring Boot RESTful API backend and a responsive React frontend.
Opel Astra H OBD2 Dashboard
GithubVehicle telemetry monitoring system with OBD-II. I created a automotive communication bridge using the ESP32. I used CAN BUS protocol to interact with the vehicle ECU
C++ MNIST Neural Network (From Scratch)
GithubI developed a fully connected feed-forward neural network from scratch by using standard C++. I implemented matrix operations, vector calculus, and sigmoid activation functions without using external machine learning frameworks.
Source Observer
GithubI developed a desktop application by using Qt6. I integrated native Windows API calls to read data and visualize CPU, RAM, and Disk I/O metrics.
Sand & Water Physics Simulation
GithubA pixel based physics engine that simulates granular and fluid dynamics. 2D simulation based on cellular automata principles using the SDL3 library.
C++ Limit Order Book
GithubA high performance matching engine core simulating a financial exchange Limit Order Book (LOB).
C++ Algorithmic Backtester
GithubA high-performance, backtesting engine for quantitative trading strategies. Built in standard C++, this engine focuses on simulating market conditions efficiently.
Laboratory Management System
GithubDeveloped web application that helps laborants to track laboratory chores. Used Java, Spring Boot for backend, React for frontend and PostgreSQL for database.
Smart-Notes (AI-Powered Note-Taking App)
GithubBuilt note taking app with integrated Hugging Face AI models to provide users with automatic note summarization and smart category suggestions.
Gym Management System
GithubDeveloped a gym management system. Users can purchase, extend, or cancel their gym memberships. Implemented an automated system that generates and emails a unique QR code to members upon purchase for secure, touchless gym access.
Titanic Survival Prediction
GithubUsed machine learning to predict which Titanic passengers would survive. Compared different algorithms and improved model accuracy through data cleaning.