Last active
October 18, 2018 08:49
-
-
Save KalleDK/17352e46d43eca5ecf6a96929d186019 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# General advices | |
CppCon 2017: Kate Gregory “10 Core Guidelines You Need to Start Using Now” | |
https://www.youtube.com/watch?v=XkDEzfpdcSg | |
C++Now 2017: Peter Sommerlad “C++ Core Guidelines - Modernize your C++ Code Base" | |
https://www.youtube.com/watch?v=q3WiZu8N7Tk | |
C++Now 2017: Tony Van Eerd “Postmodern C++" | |
https://www.youtube.com/watch?v=GPP64opjy_Y | |
CppCon 2017: Louis Brandy “Curiously Recurring C++ Bugs at Facebook” | |
https://www.youtube.com/watch?v=lkgszkPnV8g | |
CppCon 2016: Chandler Carruth “Garbage In, Garbage Out: Arguing about Undefined Behavior..." | |
https://www.youtube.com/watch?v=yG1OZ69H_-o | |
CppCon 2016: Ben Deane “Using Types Effectively" | |
https://www.youtube.com/watch?v=ojZbFIQSdl8 | |
C++Now 2018: Ben Deane “Easing into Modern C++” | |
https://www.youtube.com/watch?v=lheIZOdAYD4 | |
# Test | |
TDD for those who don't need it - GopherCon SG 2017 | |
https://www.youtube.com/watch?v=a6oP24CSdUg | |
# Specific talks | |
CppCon 2017: Klaus Iglberger “Free Your Functions!” | |
https://www.youtube.com/watch?v=WLDT1lDOsb4 | |
CppCon 2016: Jason Turner “Rich Code for Tiny Computers: A Simple Commodore 64 Game in C++17” | |
https://www.youtube.com/watch?v=zBkNBP00wJE | |
CppCon 2016: Timur Doumler “Want fast C++? Know your hardware!" | |
https://www.youtube.com/watch?v=BP6NxVxDQIs | |
CppCon 2016: Marshall Clow “STL Algorithms - why you should use them, and how to write your own" | |
https://www.youtube.com/watch?v=h4Jl1fk3MkQ | |
CppCon 2017: Nicolai Josuttis “The Nightmare of Move Semantics for Trivial Classes” | |
https://www.youtube.com/watch?v=PNRju6_yn3o | |
C++Now 2018: Ben Deane “Easy to Use, Hard to Misuse: Declarative Style in C++” | |
https://www.youtube.com/watch?v=2ouxETt75R4 | |
C++Now 2018: Titus Winters “Modern C++ API Design: From Rvalue-References to Type Design” | |
https://www.youtube.com/watch?v=2UmDvg5xv1U | |
C++Now 2018: Jonathan Müller “Placement New” | |
https://www.youtube.com/watch?v=kyK1lTwADYg | |
# Packaging | |
C++Now 2018: Mateusz Pusz “Git, CMake, Conan: How to Ship and Reuse our C++ Projects” | |
https://www.youtube.com/watch?v=6sWec7b0JIc | |
C++Now 2017: Daniel Pfeifer “Effective CMake" | |
https://www.youtube.com/watch?v=bsXLMQ6WgIk | |
# Generel problems you shouldn't solve | |
The Problem with Time & Timezones - Computerphile | |
https://www.youtube.com/watch?v=-5wpm-gesOY | |
Internationalis(z)ing Code - Computerphile | |
https://www.youtube.com/watch?v=0j74jcxSunY | |
Why Electronic Voting is a BAD Idea - Computerphile | |
https://www.youtube.com/watch?v=w3_0x6oaDmI | |
# Fun and games | |
CppCon 2015: Piotr Padlewski "C++ WAT" | |
https://www.youtube.com/watch?v=rNNnPrMHsAA |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment