A list of very common patterns with <algorithm>, and how to make them less tedious to write with some supporting libraries.…
C++11 library design by Eric Niebler
I'm in the process of rewriting a library. This talk is super useful.…
JSON as a stream in node
Oboe.js permits you to treat a JSON file as a stream, and do some lazy computation on it.…
MNMLSTC blog
Nice blog from the author of the MNMLSTC library: self unemployed.…
`Poco::URI` for parsing URIs
The POCO libraries provide a handy class for dealing with URIs. A little example on how to use it can be found here.…