Skip to content
View mkurtt's full-sized avatar
  • Joined Jul 24, 2026

Block or report mkurtt

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
mkurtt/README.md

Mehmet Kurt

Computer science student working toward a career in MLOps and cloud-based machine learning — building the infrastructure that takes models from a notebook to production.

Currently learning

  • C — data structures and memory management (stacks, linked lists, dynamic allocation)
  • Git & GitHub — version control fundamentals

Roadmap

I'm following a staged path rather than jumping straight to frameworks. Each stage ends with a small project.

Stage Focus Status
1 Programming foundations, DSA, Linux, SQL In progress
2 Mathematics for ML — linear algebra, calculus, statistics Planned
3 Data skills — NumPy, Pandas, feature engineering Planned
4 Machine learning — scikit-learn, model evaluation Planned
5 Deep learning — PyTorch, CNNs, Transformers Planned
6 LLMs & GenAI — Hugging Face, RAG, agents Planned
7 Deployment — FastAPI, Docker, AWS Planned
8 MLOps — MLflow, Kubernetes, CI/CD Planned

Projects here


Learning in public. Everything here is part of the journey, not a finished portfolio.

Popular repositories Loading

  1. student-grade-tracker student-grade-tracker Public

    Student grade tracking program in C

    C

  2. playlist-manager playlist-manager Public

    Doubly linked list based playlist manager in C — add, delete, traverse both ways, total duration

    C

  3. note-editor-undo-redo note-editor-undo-redo Public

    Undo/redo mechanism implemented with two stacks in C

    C

  4. mkurtt mkurtt Public

  5. queue-implementations queue-implementations Public

    Three C implementations of the Queue (FIFO) data structure — simple array, circular array, and linked list — demonstrating the false overflow problem and its solutions.

    C

  6. pharmacy-queue pharmacy-queue Public

    C exercise: FIFO queue via singly linked list, pharmacy ticket simulator

    C