Blogs to watch:
- Sean Parent: Papers and Presentations. The C++ Seasoning presentation has lots of details and lots of ideas to assimilate.
- Eric Niebler: a blog entry called "Ranges, Coroutines, and React: Early Musings on the Future of Async in C++", with references to lots of other interesting libraries.
- Herb Sutter: a long running series on C++ standardization and usage patterns.
- Kirk Shoop: implements sentiment analysis
- Programming with Coroutines: a document at the Felix Language github repo. Where Felix is an advanced high performance statically typed scripting language.
- Joaquín M López Muñoz: Spain related and C++ related musings
- Jonathan Boccara's blog on Fluent {C++}: each entry a tutorial on something interesting
- Bartek's Coding Blog: constexpr, {}, self registering types, pimpl, abstract interfaces, ...
- Andrzej's C++ blog : type erasure, errors, ...
- Probably Dance
- Agner Fog - Software optimization resources
Miscellaneous
- index of /tag/xpp - blogsurv.io list of C++ oriented blogs
- Available C++ Libraries FAQ - Many years worth of C++ library listings, many libraries still active