- Writing header-only library: https://github.com/mapbox/hpp-skel
- Writing node c++ module: https://github.com/mapbox/node-cpp-skel
- Writing c++ cli application: https://github.com/mapbox/cpp-cli-skel
- Effective C++ by Scott Meyers: Amazon
- Effective Modern C++ by Scott Meyers: Amazon
- Basic examples of using the compiler and linker directly learn-c
- Everything you wanted to know about move semantics
- Efficient Optional Values
- Eli Bendersky's C/C++ posts
- Howard Hinnants blog
- The overhead of abstraction in C/C++ vs. Python/Ruby
- Competitive Programmer's Handbook
- Great runthrough of thread behavior in Node, and how to properly use UV_THREADPOOL_SIZE with some examples
- How compilers and linkers work
- Linear C++ tutorial
- Kate Gregory “10 Core Guidelines You Need to Start Using Now” - CppCon 2017