- A Tour of C++, Bjarne Stroustrup
- C++ Programming Language, Bjarne Stroustrup
- C++ Primer, Stanley B. Lippman
- Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14, Scott Meyers
- Effective STL: 50 Specific Ways to Improve Your Use of the Standard Template Library, Scott Meyers
- C++ Concurrency in Action: Practical Multithreading, Anthony Williams
- C++ in One Hour a Day, Sams Teach Yourself, Siddhartha Rao
- Professional CMake: A Practical Guide, Craig Scott
- From Mathematics to Generic Programming, Alexander A. Stepanov
- Clean Code, Robert C. Martin (Uncle Bob)
- Clean Architecture, Robert C. Martin (Uncle Bob)
- The Clean Coder, Robert C. Martin (Uncle Bob)
- The Linux Programming Interface, Michael Kerrisk
- Design Patterns: Elements of Reusable Object-Oriented Software, Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides (Gang of Four - GoF)
- The Legacy Code Programmer's Toolbox, Jonathan Boccara
- 14 Habits of Highly Productive Developers, Zeno Rocha
- The Pragmatic Programmer, David Thomas, Andrew Hunt
- Working Effectively with Legacy Code, Michael Feathers
- Soft Skills: The Software Developer’s Life Manual, John Sonmez
- The Self-Taught Programmer: The Definitive Guide to Programming Professionally, Cory Althoff
- The World Map of C++ STL Algorithms
- Design Patterns
- S.O.L.I.D Principles in Pictures
- Modern C++ Template Starter
- Modern CMake Practices
- Awesome Cpp Libraries
- Awesome Hpp Libraries
- Backend Roadmap
- 40 maps that explain the internet
- C++ Rule of Zero
- Principles of Chaos Engineering
- Big-O Cheat Sheet
- Godbolt Online Explorer, Online Compile Explorer
- Travis, CI Tool
- Appveyor, CI Tool
- Jenkins, CI Tool
- Code Climate, Quality Results
- CodeFactor, Code Quality
- Codacy, Code Quality
- Cppcheck, Code Quality
- Codecov, Code Coverage
- Coveralls, Code Coverage
- Sonarqube, Code Coverage
- Codedocs, Code Documentation
- Doxygen, Code Documentation
- Valgrind, Sanitizer
- Google Sanitizer, Sanitizer
- Robot Framework, Automation Framework (great for functional tests)
- Grafana, Metrics Visualization