Projects
These are a curation of some projects from internships, jobs and personal endeavours.
Erkam Medya
-
Publishing
This is an app, with 1000+ users and a 5.0 rating, where books and articles in various languages are published, users can listen to audiobooks, read and download publishings. The app is available on both play store and app store. I generally worked on the backend of this app with object oriented Php
-
ISAR
The library catalogue system features a responsive UI for users and administrators, allowing easy access across devices, and includes state management to keep track of book availability, borrowings, and returns in real-time, This link only leads to an old codebase
Darkwin
-
E-commerce
This project involved the development of member sign up and login pages using Next.js & TSOFT, along search rank boosting. the platform’s ranking improved to the 8th (now at 2nd Position) position in competitive search results. I also worked on user analytics and updated the site based on data
Personal
-
Omnilink
LLM & GPT interactive interface. An arena for testing and monitoring your api key usage in realtime, chat in any language and sync with google drive for cloud storage
-
GeoLib
A Python-based geometry package with documentation designed to facilitate easy manipulation of 2D shapes with function calls. GeoLib aims to be both educational and practical, making it useful for developers, students.
-
Lara API
Lara is aREST API & create, update, delete architecture written in PHP/LARAVEL, integrable with any Frontend framework. It could serve as a base for any crud backend project.
-
Reforge
A fully functional and scalable dashboard PWA starter for start-ups, it has mock API calls, authentication, and clean architecture. credentials for test: LOGIN -> EMAIL: eve.holt@reqres.in, PASSWORD: password
-
DiabetesCL
This project aims to classify and predict diabetes in patients using a Support Vector Machine (SVM) algorithm. SVM is a supervised machine learning model that can be used for both classification and regression challenges. It works by finding the hyperplane that best divides a dataset into classes.
-
NOMAD
This was my gemini developer competition project. To address the issue of overwhelming trip planning, I developed NOMAD to creates personalized travel plans with AI in seconds. The app simplifies travelling by consolidating all essential information into one platform.
-
EigenV
This is a power method algorithm written in C, for finding the dominant eigenvalue and the corresponding eigenvector of a given n x n matrix - an important topic in Linear Algebra.