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 is supported. This note will only be visible to 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

First-year Master's student in Computer Science at Université Clermont Auvergne

Focused on backend engineering, data systems, and reliable software design.


Core Stack

Languages
Java · Python · C · JavaScript · SQL

Backend & Data
Django · SQLite · Relational Modeling · B-Trees

Engineering
OOP · Design Patterns · JUnit 5 · Git · Linux

Algorithms
Graphs · Dynamic Programming · External Sorting · Complexity Analysis


Connect with me

ErkinTunc

Pinned Loading

  1. Flight-Management-and-Roman-NumeralsFlight-Management-and-Roman-NumeralsPublic

    Java flight reservation system and Roman numeral converter using Gradle, JUnit 5, OOP principles, and design patterns.

    Java

  2. Collaborative-Task-BackendCollaborative-Task-BackendPublic

    Backend-oriented multi-user task system exploring object-level authorization and relational domain modeling in Django

    Python

  3. B-TreeB-TreePublic

    B-Tree indexing engine in Java supporting fast key, interval, and prefix search on large datasets.

    Java

  4. External-Sort-JavaExternal-Sort-JavaPublic

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

    Java

  5. Mini-Compiler-ANTLR4-MVaPMini-Compiler-ANTLR4-MVaPPublic

    Forked from KaramNS/MVaP-Basic-Programming-Language-Compiler

    Educational compiler built with ANTLR4 implementing lexing, parsing, semantic analysis and stack-machine code generation.

    ANTLR

  6. Gomoku-Game-ProjectGomoku-Game-ProjectPublic

    Java Gomoku implementation with a clean domain model and an isolated adversarial search layer prepared for Minimax and Alpha-Beta.

    Java