Pinned Repositories
Airline-Database
Airline Relational Database design and diagrams. Include SQL scripts.
appcent-todo-app
child-clinic-microservices
Eight-Queens-Problem
Solving Eight Queens problem with the Hill Climbing method
face_mask_detection
A deep learning based on MobileNet architecture to detect whether a person is wearing correctly a mask or not.
kerem-erkinsoy
Config files for my GitHub profile.
kodluyoruz-frontend-101-egitimi
Kodluyoruz için Hazırladığım Video Eğitim Seti Repo'sudur. YouTube Kanalım: https://www.youtube.com/hakanyalcinkaya
Lexical-Analyzer-and-Parser
Matrix-Multiplication-With-Threads
Multiplication of Matrix using threads. Java threads and multithreading example.
UniversityManagementSystem
University Management System analysis and design. Project document include use cases, sequence diagrams and domain model. GRASP patterns were used in the project.
kerem-erkinsoy's Repositories
kerem-erkinsoy/UniversityManagementSystem
University Management System analysis and design. Project document include use cases, sequence diagrams and domain model. GRASP patterns were used in the project.
kerem-erkinsoy/Airline-Database
Airline Relational Database design and diagrams. Include SQL scripts.
kerem-erkinsoy/Eight-Queens-Problem
Solving Eight Queens problem with the Hill Climbing method
kerem-erkinsoy/appcent-todo-app
kerem-erkinsoy/child-clinic-microservices
kerem-erkinsoy/face_mask_detection
A deep learning based on MobileNet architecture to detect whether a person is wearing correctly a mask or not.
kerem-erkinsoy/kerem-erkinsoy
Config files for my GitHub profile.
kerem-erkinsoy/kodluyoruz-frontend-101-egitimi
Kodluyoruz için Hazırladığım Video Eğitim Seti Repo'sudur. YouTube Kanalım: https://www.youtube.com/hakanyalcinkaya
kerem-erkinsoy/Lexical-Analyzer-and-Parser
kerem-erkinsoy/Matrix-Multiplication-With-Threads
Multiplication of Matrix using threads. Java threads and multithreading example.
kerem-erkinsoy/Project-Euler-Solutions
I will share the problems I solved under this folder.
kerem-erkinsoy/Sort-Algorithms-With-Design-Patterns
Creation of sorting algorithms with Design Patterns and runtime measurement for each algorithm.
kerem-erkinsoy/TextEditor-WithDesignPatterns
Simple Java Text Editor. Command, Factory and Strategy Pattern were applied as the Design Pattern. UI was designed with Swing. Undo operation is provided with the Command pattern.