Very convenient way of learning Boost.Range by example.…
Lens tutorial
Nice introduction to Lenses in functional programming.…
RAII without exceptions
This article does a great job explaining why it is in fact possible to apply RAII even without exceptions. Nonetheless, I would still say that RAII is at its best when coupled with exceptions.…
Simple C++11 metaprogramming
How to do "modern" template metaprogramming using C++11 constructs. Article here.…
REST constraints overview
Nice REST constraints overview.…