Bilal Aksoy (BiAksoy)

BiAksoy

Geek Repo

Company:GBot Software Consultancy

Github PK Tool:Github PK Tool

Bilal Aksoy's repositories

address-book

This script is designed to manage an address book with basic functionalities using a Bash terminal interface. It allows you to add, display, search, update, and delete records in the address book. Additionally, you can import records from an external .csv file.

Language:ShellLicense:MITStargazers:2Issues:1Issues:0

recursive-pingulogy

Optimizing a unique recursive function with dynamic programming and some math.

Language:JavaStargazers:1Issues:1Issues:0

blog-app

This is a simple blog application that allows users to authenticate and create or read blog posts. The application is built following clean architecture principles using Flutter, Supabase, Hive, fpdart, Bloc, and get_it.

Language:DartStargazers:0Issues:0Issues:0

graph-coloring-app

A simple Python application for graph coloring using the Tkinter, NetworkX, and Matplotlib. This application allows users to input a graph by specifying nodes, edges, and available colors. It then performs a graph coloring algorithm to color the nodes in such a way that no two adjacent nodes have the same color.

Language:PythonStargazers:0Issues:1Issues:0

music-app-client

This is a partial Spotify clone music app that allows users to authenticate and manage their songs. The app is built following the MVVM architecture using Flutter, Riverpod, and REST API. This frontend is for the backend available at: https://github.com/BiAksoy/music-app-server

Language:DartStargazers:0Issues:0Issues:0

music-app-server

This is a music app API developed with FastAPI and PostgreSQL. It allows users to authenticate, and manage their songs. This backend is for the frontend available at: https://github.com/BiAksoy/music-app-client

Language:PythonStargazers:0Issues:0Issues:0

nba-win-prediction

The goal of this project is to build a linear regression model that can predict the number of wins for NBA teams based on the point differential for each team. The model will be trained on data from the 1980-2011 NBA seasons and tested on data from the 2022-2023 NBA season.

Language:PythonLicense:MITStargazers:0Issues:1Issues:0

notes-app-backend

This is a notes app API developed with Express.js and MongoDB. It provides endpoints for user authentication and managing notes. This backend is for the frontend available at: https://github.com/BiAksoy/notes-app-frontend

Language:JavaScriptStargazers:0Issues:0Issues:0

notes-app-frontend

This is a notes app that allows users to authenticate and manage their notes. The app is built using React and Tailwind CSS. This frontend is for the backend available at: https://github.com/BiAksoy/notes-app-backend

Language:JavaScriptStargazers:0Issues:0Issues:0

product-management-app

This is a simple product management app built using React. It allows you to manage a list of products, including adding new products, deleting existing ones, and sorting the product list by different criteria.

Language:JavaScriptStargazers:0Issues:1Issues:0

secure-certificate-server

Secure Certificate Server is a Java application that demonstrates a simple client-server communication using secure RSA encryption and digital signatures. It allows clients to request certificates and verify their authenticity.

Language:JavaStargazers:0Issues:1Issues:0

stack-impl-cpp

Basic stack operations using a linked list.

Language:C++Stargazers:0Issues:1Issues:0

weather-app

A simple weather application built with Flutter that provides weather information based on the user's current position or a searched location.

Language:DartLicense:MITStargazers:0Issues:1Issues:0

weather-app-rn

While learning React Native, I tried to clone the https://github.com/BiAksoy/weather-app. I preferred Expo for a faster development experience.

Language:JavaScriptStargazers:0Issues:1Issues:0