Take Up Code is a podcast that explains computer programming topics through fun and engaging examples that you can relate to. The guided format allows you to gain valuable understanding of topics that will reinforce your studies, allow you to train new skills that you can apply on your job, and change your thinking about what it takes to become a professional programmer. The episodes are as short as possible so you can squeeze them into your daily routine.
This is an interview with Conor Hoekstra about C++ algorithms and ranges. Conor presented my favorite talk at CppCon 2019 called Algorithm Intuition. ...
Josh Lospinoso discusses his new book C++ Crash Course. This is a book with a focus on C++17 written with a desire to simplify and make it easy for yo...
This is an interview with Asad Naweed about augmented reality. I met Asad at CppCon in 2019 when he asked some questions at one of the presentations I...
This is an interview with Nicolai Josuttis about how the C++ standardization process has changed over the years. You can find more information about N...
This is an interview with Sean Hale about how he got into computers and then turned a degree in literature into a job as a software development engine...
Is there something you can do that will help you learn coding? When learning something new, it helps to focus on associations, especially opposites. I...
How do you design your application so it scales well to a big size? Scaling needs to be verified early in the design to prevent costly mistakes that ...
How do you create unique and random game worlds and maps? Unique and random game maps and worlds can be created procedurally in code using noise. The ...
This episode will explain how you can use curly braces in C++ to create a new scope. You can use this ability to control name visibility and reduce na...
What’s the best way to handle frustration when learning to code? Knowing that all developers face frustration at times is a big help. You’re not alone...