Factory Design Pattern: A Simple Use Case - Emmanuel Danso Nyarko
Inspired by a shoemaking factory visit, Emmanuel shares how the "Factory Design Pattern" can streamline operations and create flexible factory systems.
piped.video/watch?v=r0NV81SO…
Template Meta Music Programming or Constexpr Composition - Ashley Roll
Discover how programming meets music! Learn about creating notes and waves through oscillators and generators to compose music.
piped.video/watch?v=g-xv3wd0…
Compassion++: Soft Skills for Hard Problems - April Wensel
Explore the human side of software development and learn how to navigate interpersonal challenges.
piped.video/watch?v=67GtehmH…
Ofek Shilon - Optimization Remarks
Learn how to use Clang's optimization remarks to understand missed optimizations and mitigations. Covers alias analysis, escape analysis, and insights for other compilers and languages.
piped.video/watch?v=prC1Pe-F…
Closing Keynote: The 1 Thing - Tony Van Eerd
Tony Van Eerd shares insights from 25+ years of coding. Formerly at Inscriber, Adobe, BlackBerry, now at Christie Digital. He's on the C++ Committee (and is a ninja and a jedi 👀)
piped.video/watch?v=PUs_Dg9S…
Throwing Tools at Ranges - Tina Ulbrich
Explore runtime performance and memory usage of C++ ranges vs non-ranges code. Learn tools for code analysis on Windows and Linux, and see how modernization affects performance.
piped.video/watch?v=2O-tW5Ct…
Meandering Through C++ Creating ranges::to - Rudyard Merriam
Discover the challenges of writing a version of ranges::to before GCC 14. Explore concepts like if constexpr and copyable containers, and learn why ranges::to simplifies pipeline usage.
piped.video/watch?v=miQiMn_s…
To Int or To Uint - Alex Dathskovsky
Discover how choosing int vs unsigned int affects performance and optimizations. Learn when to use each and avoid pitfalls.
piped.video/watch?v=F_peBmYP…
A Study of Plugin Architectures for Supporting Extensible Software - Mike Shah
Build extensible software with plugins. See how Maya, Unity, Unreal, and QT Modeler do it. Learn to design your own plugin system.
piped.video/watch?v=JYb5pzcI…
Message Handling with Boolean Algebra - Ben Deane
Explore the power of Boolean algebra in designing message handling libraries.
piped.video/watch?v=UOIwSXy3…