A curated collection of programming resources, tools, and references I find valuable for daily development work.
Languages & Technologies
C++
Essential Links:
- C++ Standard Draft
- isocpp.org - Standard C++ resources
- Online Compilers:
- Compiler Status:
- CMake Documentation
Useful Commands:
# List compiler defines
clang++ -dM -E - < /dev/null
g++ -std=c++17 -cx++ -v -dM -E - < /dev/null
Recommended Videos:
Python
Recommended Videos:
Useful Links:
Bash
Essential Resources:
Go
Recommended Video:
Academic & Theoretical Papers
Essential Computer Science Papers:
- “The Humble Programmer” by Edsger W. Dijkstra
- “Reflections On Trust” by Ken Thompson
- “Communicating Sequential Processes” by Tony Hoare
Blog & Tutorials
I regularly share programming snippets, solutions, and insights. Check out my blog posts for practical programming techniques and system administration tips.
About This Collection
This resource collection reflects my daily work with C++ development, Linux systems, and various programming tools. It’s curated based on practical experience and proven utility in real-world development scenarios.