BiAksoy
I am a software engineer with experience in mobile technologies, specializing in Flutter.
GBot Software Consultancy
Pinned 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.
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.
meditation-app
This is a meditation app that allows users to start guided meditation sessions and read positive affirmations. It is built using React Native and Expo.
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.
notes-app-backend
This is a notes app API that allows users to authenticate and manage their notes. It is built using Node.js, Express, and MongoDB.
notes-app-frontend
This is a notes app that allows users to authenticate and manage their notes. It is built using React and Tailwind CSS.
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.
recursive-pingulogy
Optimizing a unique recursive function with dynamic programming and some math.
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.
stack-impl-cpp
Basic stack operations using a linked list.
BiAksoy's Repositories
BiAksoy/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.
BiAksoy/recursive-pingulogy
Optimizing a unique recursive function with dynamic programming and some math.
BiAksoy/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.
BiAksoy/meditation-app
This is a meditation app that allows users to start guided meditation sessions and read positive affirmations. It is built using React Native and Expo.
BiAksoy/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.
BiAksoy/notes-app-backend
This is a notes app API that allows users to authenticate and manage their notes. It is built using Node.js, Express, and MongoDB.
BiAksoy/notes-app-frontend
This is a notes app that allows users to authenticate and manage their notes. It is built using React and Tailwind CSS.
BiAksoy/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.
BiAksoy/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.
BiAksoy/stack-impl-cpp
Basic stack operations using a linked list.
BiAksoy/weather-app
A simple weather application built with Flutter that provides weather information based on the user's current position or a searched location.
BiAksoy/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.