// the find
sadikturan/komple-web-gelistirme-dersleri
Sıfırdan ileri seviyeye 'Fullstack Web Geliştirme': Html, Css, Bootstrap, Javascript, React, Aspnet Core ve APIs
Course companion repository for a Turkish-language Udemy fullstack bootcamp covering HTML through ASP.NET Core 9 and React 19. Each chapter folder contains exercise files and zip snapshots matching video lessons. Without the paid course videos, the code is not self-explanatory — this is source material, not a standalone learning resource.
Stack currency is genuinely good — ASP.NET 9 and React 19 as of early 2026 means students aren't learning against deprecated APIs. The progression is logical: HTML → CSS → Bootstrap → JS → React → backend, with each chapter building a recognizable project (hotel site, movie app, freelancer portfolio) rather than endless hello-world snippets. The starter/finish zip pairs per lesson are a practical teaching device — students can recover from a bad state without starting over.
The repo is entirely in Turkish, so it's a dead end for anyone not enrolled in the specific Udemy course. Folder names contain spaces ('bolum 4', 'bolum 10') which breaks tab-completion and some tooling on certain systems — a minor but unnecessary friction for a teaching repo. jQuery is taught alongside React with no acknowledgment of why you'd choose one over the other, which will leave beginners confused about when to use which. There are no tests, no CI, and no runnable entry points — you can't clone this and see anything working without also watching 40+ hours of video.