Skip to content
View ErkinTunc's full-sized avatar

Block or report ErkinTunc

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ErkinTunc/README.md

Hi 👋, I'm Erkin Tunc Boya

A 3rd year CS student in University of Clermont Auvergne.

Passionate about software development and always eager to take on new challenges. I thrive on building clean, maintainable, and user-friendly applications, and I’m constantly learning and growing in the world of tech.


Tech Stack & Skills

  • Languages: Python, Java, C, JavaScript, SQL,
  • Web Development: HTML, CSS, Node-JS, Django, AJAX
  • Tools & Others: Linux, Git, LaTeX, Word, Excel
  • Specialties: Object-Oriented Programming, Dynamic Programming, Database Design

Notable Projects

  • Gomoku Game Project
    Object-Oriented Programming | Architecture | Documentation
    A classic Gomoku game built with a strong OOP focus and thoroughly documented architecture.

  • Travel Web Page
    Frontend | No Frameworks | Project Organization
    An organized, framework-free frontend project to showcase touristic locations—demonstrating my ability to deliver clean code and polished UI.

  • Task Management Web Application
    Authentication | Role Management | CRUD Functionality | REST APIs
    A multi-user web application with authentication, role-based access, CRUD features, and REST API integration.

  • Financial Investment Optimization Model (Python, Excel)
    Dynamic Programming | Graph Theory | Data Integration
    Developed a dynamic programming model to optimize investment strategies on graphs, implemented in Python with Excel integration.


Ongoing learning


Connect with me:

ErkinTunc

Pinned Loading

  1. Gomoku-Game-Project Gomoku-Game-Project Public

    This project implements a terminal-based version of the classic strategy game Gomoku (also known as Five in a Row).

    Java

  2. Financial-Investment-Optimization-Model Financial-Investment-Optimization-Model Public

    Presents a capital optimization algorithm that uses dynamic programming and graph theory to find the most profitable investment strategy over a given time horizon.

    TeX

  3. Travel-web-page Travel-web-page Public

    A website about touristic sites. (A Front-End Project)

    Python

  4. App-Web-Gestion-De-taches App-Web-Gestion-De-taches Public

    Application web multi-utilisateur permettant la gestion de tâches.

    Python

  5. External-Sort-Java External-Sort-Java Public

    External sorting implementation in Java for processing CSV datasets larger than memory using run generation and multi-way merge.

    Java

  6. B-Tree B-Tree Public

    An educational implementation of a B-tree in Java. A B-tree is a balanced search tree widely used in database systems and file systems for efficient indexing and range queries.

    Java