🎤 Conferences & Technical Talks¶
The best engineering talks all free on YouTube. Learn from the people building the systems you use.
🔧 Systems & C/C++¶
| Conference | Focus | YouTube |
|---|---|---|
| CppCon | Modern C++, performance, systems | youtube.com/@CppCon |
| C++Now | Advanced C++, metaprogramming | youtube.com/@BoostCon |
| Meeting C++ | European C++ community | youtube.com/@MeetingCPP |
| ACCU | C/C++, software craftsmanship | youtube.com/@ACCUConf |
| Pacific++ | C++ (Asia-Pacific) | youtube.com/@pacaborpp |
Must-Watch CppCon Talks¶
| Talk | Speaker | Year | Topic |
|---|---|---|---|
| Back to Basics: Move Semantics | Klaus Iglberger | 2019 | Move semantics explained |
| The Speed of Concurrency | Herb Sutter | 2014 | Lock-free programming |
| Writing Safety-Critical Automotive Software | Michael Wong | 2019 | MISRA, AUTOSAR |
| There Are No Zero-Cost Abstractions | Chandler Carruth | 2019 | Performance reality |
| Designing for Performance | Fedor Pikus | 2018 | Data-oriented design |
🚀 Aerospace & Flight Software¶
| Conference/Channel | Focus | Link |
|---|---|---|
| JPL Flight Software Workshop | Space systems, fault tolerance | youtube.com/@NASAJetPropulsionLaboratory |
| SmallSat Conference | CubeSats, embedded space systems | youtube.com/@SmallSatConference |
| AIAA SciTech | Aerospace engineering | youtube.com/@aiaboroadcasts |
| Flight Software Workshop (FSW) | NASA/ESA flight software | flightsoftware.jhuapl.edu |
Must-Watch Aerospace Talks¶
| Talk | Source | Topic |
|---|---|---|
| Mars Helicopter Software | JPL | Ingenuity's flight software |
| How NASA Writes Space-Grade Code | NASA | Power of 10 rules |
| Curiosity's Autonomous Driving | JPL | Rover autonomy |
🐍 Python¶
| Conference | Focus | YouTube |
|---|---|---|
| PyCon US | Python ecosystem | youtube.com/@PyConUS |
| PyCon India | Python (India community) | youtube.com/@PyConIndia |
| EuroPython | Python (Europe) | youtube.com/@EuroPythonConference |
| PyData | Python for data science | youtube.com/@PyDataTV |
Must-Watch Python Talks¶
| Talk | Speaker | Topic |
|---|---|---|
| Transforming Code into Beautiful, Idiomatic Python | Raymond Hettinger | Pythonic code |
| Concurrency is Not Parallelism | Rob Pike | Concurrency models |
| Beyond PEP 8 | Raymond Hettinger | Code style philosophy |
🐹 Go¶
| Conference | Focus | YouTube |
|---|---|---|
| GopherCon | Go language & ecosystem | youtube.com/@GopherAcademy |
| GopherCon India | Go (India) | youtube.com/@GopherConIndia |
| dotGo | Go (Europe) | youtube.com/@dotconferences |
🦀 Rust¶
| Conference | Focus | YouTube |
|---|---|---|
| RustConf | Rust language | youtube.com/@RustVideos |
| Rust Nation UK | Rust (UK) | youtube.com/@rustnationuk |
| EuroRust | Rust (Europe) | youtube.com/@EuroRust |
☁️ Cloud & Infrastructure¶
| Conference | Focus | YouTube |
|---|---|---|
| KubeCon | Kubernetes, cloud-native | youtube.com/@caborncf |
| HashiConf | Terraform, Vault, Consul | youtube.com/@HashiCorp |
| AWS re:Invent | Amazon Web Services | youtube.com/@AWSEventsChannel |
| Google Cloud Next | GCP | youtube.com/@googlecloudtech |
| DockerCon | Containers | youtube.com/@DockerIo |
| FOSDEM | Open source (all topics) | youtube.com/@fosabordem |
🔌 Embedded & Hardware¶
| Conference | Focus | YouTube |
|---|---|---|
| Embedded Linux Conference | Linux on embedded | youtube.com/@TheLinuxFoundation |
| ELCE (Embedded Linux Conf Europe) | Yocto, kernel, drivers | youtube.com/@TheLinuxFoundation |
| Embedded World | Embedded systems industry | youtube.com/@embedded-world |
| Zephyr Developer Summit | Zephyr RTOS | youtube.com/@TheLinuxFoundation |
| RISC-V Summit | RISC-V architecture | youtube.com/@riaborscv |
🐧 Linux & Open Source¶
| Conference | Focus | YouTube |
|---|---|---|
| Linux Plumbers Conference | Kernel, subsystems | youtube.com/@LinuxPlumbersConference |
| Linux Foundation Events | All Linux topics | youtube.com/@TheLinuxFoundation |
| FOSDEM | Open source (massive, multi-track) | fosdem.org |
| All Systems Go! | systemd, containers, Linux userspace | youtube.com/@AllSystemsGo |
🧠 Computer Science & Systems¶
| Conference | Focus | YouTube |
|---|---|---|
| Strange Loop | CS, distributed systems, languages | youtube.com/@StrangeLoopConf |
| Papers We Love | Academic CS papers explained | youtube.com/@PapersWeLove |
| Systems We Love | Systems engineering deep-dives | youtube.com/@SystemsWeLove |
| Hydra Conference | Distributed systems | youtube.com/@HydraConference |
| CMU Database Group | Database internals | youtube.com/@CMUDatabaseGroup |
🏗️ Software Architecture & Design¶
| Conference | Focus | YouTube |
|---|---|---|
| GOTO Conferences | Architecture, practices, leadership | youtube.com/@ABOROTO- |
| NDC Conferences | .NET, architecture, practices | youtube.com/@NDC |
| QCon | Software architecture | youtube.com/@InfoQ |
| Domain-Driven Design Europe | DDD, event sourcing | youtube.com/@dabordd_eu |
🔐 Security¶
| Conference | Focus | YouTube |
|---|---|---|
| DEF CON | Hacking, security research | youtube.com/@DEFCONConference |
| Black Hat | Enterprise security | youtube.com/@BlackHatOfficialYT |
| CCC (Chaos Communication Congress) | Hacking, privacy, politics | media.ccc.de |
📐 Mathematics & Theory¶
| Channel | Focus | Link |
|---|---|---|
| 3Blue1Brown | Visual math (linear algebra, calculus, neural nets) | youtube.com/@3blue1brown |
| Numberphile | Number theory, recreational math | youtube.com/@numberphile |
| MIT OpenCourseWare | Full university lectures | youtube.com/@mitocw |
🎯 How to Watch Conference Talks Effectively¶
- Pick 2-3 conferences relevant to your domain
- Watch 1 talk per day during lunch or commute (most are 30-45 min)
- Take notes one sentence per key insight
- Implement something from each talk within a week
- Share teach someone else what you learned
"Conference talks are graduate-level education delivered by practitioners. Free. On YouTube. There's no excuse not to learn."