Jan Christoph Uhde
Webpage About Programming and Other Things I am Passionate About

Programming Resources

A curated collection of programming resources, tools, and references I find valuable for daily development work.

Languages & Technologies

C++

Essential Links:

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:

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.