I helped to build GetCracked's Intermediate C++ Roadmap
cppdashboard.dev/r/2026/08/i-helped-to-build-getcracked-s-intermediate-cpp-roadmapThis article discusses the development of an Intermediate C++ Roadmap for GetCracked, aimed at guiding developers in their learning journey. It highlights key concepts and resources essential for mastering intermediate-level C++ programming.
From the article
A few months ago, Coding Jesus reached out to me about collaborating on content for GetCracked , his C++ learning platform. The pitch was simple: he was building an interactive roadmap for intermediate C++ developers and wanted someone to help with building the technical content — quiz questions, curated resources, explanations. That sounded like exactly the kind of work I enjoy, so I said yes.
GetCracked is a progress-tree-based learning platform for C++ developers at every level — from beginners to advanced. Think of it as a structured roadmap where each node covers one specific concept — std::span , fold expressions, if constexpr , std::pmr , whatever — and tests your understanding with multiple-choice questions built around real code snippets.
It’s not a video course and it’s not a…
Share this resource