- ASM : Assembly Language.
- C : C Programming Language, The MOTHER language.
- C++ : Cpp Language, nothing to add now, maybe later i will learn more about it. now i have only cp knowledge, which is not included here.
- DSA : Data Structure and Algorithm implemented using c, cpp and go. Also reimplementation of cpp stl from scratch.
- go-basic : Go programming Language, The beginner phase.
- go-intermediate : Go Programming Language, The intermediate phase.
- Stack frame and gdb : https://www.youtube.com/watch?v=7dMTCdFM2ss
- Garbage collector : https://journal.stuffwithstuff.com/2013/12/08/babys-first-garbage-collector/
- Memory Management in C : https://www.youtube.com/watch?v=rJrd2QMVbGM&t=30s
- Pointer And Memory Management : Manual memory management in C.
- Goroutine And Concurrency : Goroutine in go.
- Thread : Multithread programming and concepts in C using ptherad (linux) api.
- Socket : Network programming using socket in C.