hundreds of pages of notes about cs I took throughout the years. Beware, I only keep them as a reminder of how not to learn programming.
- 42 notes : notes on each but not every project of 42's curriculum. usually fed by documentation pages, chatgpt and others' codes.
- git notes : notes from github's official git cheatsheet
- cs notes : multiple sources, primarily OSSU
- makefile notes : flipping through the official makefile documentation
- c/c++ notes : random notes from a lot of different sources, websites, booklets, videos, blogs, tweets and so on. usually centered on quirks of C language - very helpful for understanding the nature and mechanism beneath it.
- deitel how to C program - book : perhaps the most famous C/C++ book. I do not really recommend reading the book itself, it is quite verbose and a bit outdated [8th edition).
- C programming Just the FAQs - book : not really worth it
- necati ergin C ders notları : best c source I've seen so far
- flutter notes : notes on flutter from different sources like maximilian schwarzmüller's udemy course, google OUA, self-study and so on
- project management : coursera's 130+ hours course on art of project management
- android notes : my notes on android (hardly java, mostly kotlin)
- linux notes : from "linux komut satırı" (book) and cheatsheets
- java notes : from assorted resources