List of lectures with watching stop-times (hr:min):
- Meeting C++ 2018: More Modern CMake by Deniz Bahadir
A Hitchhiker's Guide to Cloud Native API Gatewaysby Mario-Leander ReimerThe Linux Foundation: API Gateway Pattern & Kong in a Microservices Worldby Marco PalladinoOpen Source API Managementby predic8 (German)- CppCon 2020: The Hidden Secrets of Move Semantics by Nicolai Josuttis
- Making Iterators, Views and Containers Easier to Write with Boost.STLInterfaces by Zach Laine
- Ansible and HashiCorp: Better Together by Dylan Silva, Sean Carolan
Using Terraform with Azureby John SavillHashiCorp: CloudInit: The Good Partsby James Nugentcode::dive 2018: East const but constexpr Westby Daniel Saks- C++Now 2018: Smart Output Iterators by JOnathan Boccara
CppCon 2016: Building and Extending the Iterator Hierarchy in a Modern, Multicore Worldby Patrick Niedzielski- CppCon 2016: The Blaze High Performance Math Library by Klaus Iglberger
- C++ On Sea: A linear algebra library for C++23 by Guy Davidson
- Google Developers: Compressor Head
- CppCon 2019: The C++ ABI From the Ground Up by Louis Dionne
Meeting C++ 2017: API & ABI versioningby Meeting C++ 2017- Meeting C++ 2019: Can AI replace programmers? by Frances Buontempo
- JetBrainsTV: 10 Tips for Pythonic Code by Michael Kennedy
PyCon SK 2018: Pythonic code, by exampleby Michael Kennedy- Discussion: Making Programming Language Parsers, etc. by Jonathan Blow
- Utah C++: Automated Testing with CMake, CTest and CDash by Richard Thomson
- ACCU 2017: Mongrel Monads, Dirty, Dirty, Dirty by Niall Douglas
- ACCU 2018: C++17 - The Best Features by Nicolai Josuttis
- ACCU 2018: Parallel Design Patterns and Stream Parallelism by J. Daniel Garcia
- ACCU 2018: These 10 tricks that only library implementors know! by Jonathan Wakely & Marshall Clow
- ACCU 2019: C++ Insights: How stuff works, Lambdas and more! by Adreas Fertig
- All Hail the Algorithm by Al Jazeera
- Asynchronous Programming with Modern C++ by Kenny Kerr
- Avast C++: C++ Memory Model & Lock-Free Programming by Tony van Eerd
- Barbara Fusińska - Od aspektów... Part 1
- Beautiful REST & JSON APIs
- Behavior Driven Development by Gordon Force
- Best Practices for Building a REST-ful API - kevin Dockx 33:00
- BoostCon 2010: A First Look at Proto-0x by Eric Niebler
- Building beautiful RESTful APIs using Flask by Michał Karzyńsk
- C++ CoreHard Spring 2017: Considerations for choosing the parallel computing by Dori Exterman
- C++ CoreHard Spring 2017: Considerations for choosing the parallel computing by Dori Exterman (Boost.GIL?)
- C++ Meetup 2020 in Prague: C++20 Generic Programming by Bjarne Stroustrup
- C++ metaprogramming: a paradigm shift by Louis Dionne
- C++ Metaprogramming: evolution and future direction by Louis Dionne, Keynote Meeting C++ 2016
- C++ REST SDK: OSS web services on Windows and Linux
- C++ Russia 2019: The C++ rvalue lifetime disaster by Arno Schoedl
- C++ Weekly - Ep 78 - Intro to CMake
- C++: Be type-safe - The journey of determining the number of elements in an array by Andreas Fertig
- C++11 Library Design by Eric Niebler
- C++Now 2013: A system for resource deadlock prevention by Louis Dionne
- C++Now 2013: Inside Spirit X3: Redesigning Boost.Spirit for C++11 by Joel de Guzman
- C++Now 2016: Understanding Boost.Build by Steven Watanabe
- C++Now 2017: Sorting in less than O(n log n): Generalizing and optimizing radix sort by Malte Skarupke
- C++Now 2018: An Allocator is a Handle to a Heap by Arthur O'Dwyer
- C++Now 2018: Argot: Simplifying Variants, Tuples, and Futures by Matt Calabrese
- C++Now 2018: Beyond C++17 by Mateusz Pusz
- C++Now 2018: Concepts As She Is Spoke by Arthur O'Dwyer
- C++Now 2018: Runtime Polymorphism: Back to the Basics by Louis Dionne
- C++Now 2018: The Best Type Traits that C++ Doesn't Have by Arthur O'Dwyer
- ClojureTV: All I needed for FP I learned in High School Algebra by Eric Normand
- ClojureTV: Building composable abstractions by Eric Normand (blog)
- Cloud Next 2018: Better API Design with OpenAPI by Marsh Gardiner
- code::dive 2014: Cpu Caches and Why You Care by Scott Meyers
- code::dive 2017: The fastest template metaprogramming in the West by Odin Holmes
- CppCon 2014: Efficiency with Algorithms, Performance with Data Structures by Chandler Carruth
- CppCon 2014: How you can make a Boost C++ Library by Robert Ramey
- CppCon 2014: Make Simple Tasks Simple! by Bjarne Stroustrup
CppCon 2014: Modern Template Metaprogramming: A Compendium, Part Iby Walter E. Brown- CppCon 2014: Modern Template Metaprogramming: A Compendium, Part I by Walter E. Brown
- CppCon 2014: Modern Template Metaprogramming: A Compendium, Part II by Walter E. Brown
- CppCon 2014: Pragmatic Unit Testing in C++ by Matt Hargett
- CppCon 2015: Boost Units Library for Correct Code by Robert Ramey
- CppCon 2015: Declarative Control Flow by Andrei Alexandrescu
- CppCon 2015: Evolving array_view and string_view for safe C++ code by Neil MacIntosh
- CppCon 2015: Functional Design Explained by David Sankel
- CppCon 2015: Ranges for the Standard Library by Eric Niebler
- CppCon 2015: Stop Teaching C by Kate Gregory
- CppCon 2015: Variadic Templates in C++11 / C++14 - An Introduction by Peter Sommerlad
- CppCon 2016: Asynchronous IO with Boost.Asio by Michael Caisse
- CppCon 2016: Template Normal Programming (part 1 of 2) by Arthur O'Dwyer
- CppCon 2016: Template Normal Programming (part 2 of 2) by Arthur O'Dwyer
- CppCon 2016: Using build2, C++ Build Toolchain by Boris Kolpackov
- CppCon 2017: C++ as a "Live at Head" Language by Titus Winters
- CppCon 2017: How to Write a Custom Allocator by Bob Steagall
- CppCon 2017: Is Parallel Programming still hard? PART 2 of 2 by P. McKenney, M. Michael & M. Wong
- CppCon 2017: Learning and Teaching Modern C++ by Bjarne Stroustrup
- CppCon 2017: Postmodern C++ by Tony Van Eerd
- CppCon 2017: Runtime Polymorphism: Back to the Basics by Louis Dionne
- CppCon 2017: The Nightmare of Move Semantics for Trivial Classes by Nicolai Josuttis
- CppCon 2018: Build Systems: a Simple Solution to a Complicated Problem by Peter Bindels
- CppCon 2018: Concepts: The Future of Generic Programming (the future is here) by Bjarne Stroustrup
- CppCon 2018: Creating the Complete Build Package
- CppCon 2018: Get rich quick! Using Boost.Beast WebSockets and Networking TS by Vinnie Falco
- CppCon 2018: Modern C++ Design (part 1 of 2) by Titus Winters
- CppCon 2018: Modern C++ Design (part 2 of 2) by Titus Winters
- CppCon 2018: Patterns and Techniques Used in the Houdini 3D Graphics Application by Mark Elendt
- CppCon 2018: Sane and Safe C++ Classes by Peter Sommerlad
- CppCon 2018: Simplicity: Not Just For Beginners by Kate Gregory
- CppCon 2018: Thoughts on a more powerful and simpler C++ (5 of N) by Herb Sutter
- CppCon 2019: Back to Basics: Move Semantics (part 1 of 2) by Klaus Iglberger
- CppCon 2019: Back to Basics: Move Semantics (part 2 of 2) by Klaus Iglberger
- CppCon 2019: Concurrency in C++20 and Beyond by Anthony Williams
- CppCon 2019: How to Herd 1,000 Libraries by Robert Schumacher
- CppCon 2019: Polymorphism != Virtual: Easy, Flexible Runtime Polymorphism Without Inheritance by John Bandela
- CppCon 2019: The C++20 Synchronization Library by Bryce Adelstein Lelbach
- CppCon 2019: Type punning in modern C++ by Timur Doumler
- CppCon 2019: What is C++ by Chandler Carruth, Titus Winters
- CppCon 2019: Path Tracing Three Ways: A Study of C++ Style by Matt Godbolt
- David Heinemeier Hansson-Unlearn Your MBA
- DConf 2014: The Last Thing D Needs by Scott Meyers
- Designing Hypermedia APIs by Camille Baldock
- dotJS 2017: A framework author's case against frameworks by Adrian Holovaty
- Effective dependency management with CMake by Kai Wolf
- Embracing Modern CMake by Stephen Kelly
FOSDEM 2017: Introduction to Boost.Geometryby Adam Wulkiewicz- FOSDEM 2018: Distance computation in Boost.Geometry by Vissarion Fysikopoulos
- FOSDEM 2019: Latest developments in Boost Geometry by Vissarion Fysikopoulos
- FOSDEM 2019: Spatial Reference Systems Transformations with Boost.Geometry by Adam Wulkiewicz
- FOSS4G SotM Oceania 2019: How I auto-refactored GDAL's test suite by Craig de Stigter
- Four Dimensional Maths: Things to See and Hear in the Fourth Dimension with Matt Parker by Matt Parker | 38:40
- Functional Geometry: Producing Pure Spaces by Pablo Colapinto
- Functional reactive programming with C++ by Gustaf Räntilä
- Getting Customer Development Right by Rob Fitzpatrick
- Git For Ages 4 And Up at Linux.conf.au 2013
- GoingNative 2012: C++11 Style by Bjarne Stroustrup
- GoingNative 2012: STL11 Magic && Secrets by Stephan T. Lavavej
- GoingNative 2013: Andrei Alexandrescu - Writing Quick Code in C++, Quickly | 30:00
- GoingNative 2013: Inheritance Is The Base Class of Evil by Sean Parent
- Google I/O 2010 - How Google builds APIs
- Google's Go Programming Language by Chuck Preslar
- How to create a Web API no one wants to use by Karoline Klever
- How To Design A Good API and Why it Matters by Joshua Bloch
- Immutability Changes Everything by Pat Helland
- Improving Your Flask APIs by Thomas Peterson 9:00
- INTEGRATION TESTS ARE BOGUS by Piotr Szotkowski
- J.B. Rainsberger - Integrated Tests Are A Scam
- JaxConf 2012: The Value of Values by Rich Hickey | 08:00
- Keeping Time in Real Systems by Kavya Joshi
- Keith Devlin - 4. Calculus: One of the Most Successful Technologies
- Kernel Recipes 2016 - Patches carved into stone tablets… - by Greg KH
- LangNext 2014 (C++, Rust, D, Go)
- Martin Isenburg - LASindex - simple spatial indexing of LiDAR data | 10:00
- Meeting C++ 2014: Designing value classes for modern C++ by Mark Mutz
- Meeting C++ 2018: C++ Concepts and Ranges by Mateusz Pusz
- Meeting C++ 2018: More Modern CMake by Deniz Bahadi
- Meeting C++ 2018: Writing cache friendly C++ by Jonathan Müller
- Meeting C++ 2019: Debugging memory corruptions in C++ by Mateusz Nowak
- Meeting C++ 2019: Optimizing Generic Algorithms by Denis Yaroshevskiy
- Meeting C++ live: Multithreading with Rainer Grimm
- Multithreading in C++ by Barbara Geller & Anselm Sermersheim
- NDC 2014: Kevlin Henney. Seven Ineffective Coding Habits of Many Programmers at NDC 2014 | 45:30
- Neo4j, Graphs R Cool
- Pacific++ 2018: Generic Programming by Sean Parent
- Pacific++ 2018: Time Travel Debugging by James McNellis
- Pavel Tsatsouline - Beyond stretching vol 2
- performance.now() 2018: Image Optimization by Kornel Lesiński
- Plain Threads are the GOTO of todays computing by Hartmut Kaiser
- Practical Fractals in Space by Michelle Brush
- Protocol-oriented Programming in Swift by David Abrahams, Apple WWDC 2015 | 30:00
- Rest APIs | The talk will introduce the project and its community
- REST+JSON API Design - Best Practices for Developers
- Roland Bock - Selected C++11 Template Toffees From sqlpp11 - Part 3
- Roland Bock - Selected C++11 Template Toffees From sqlpp11 - Part 4
- Runtime Polymorphism: Back to the Basics by Louis Dionne, CppCon 2017
- Simple hand written parsers by Michał Dominiak, BoostCon
- Small Is Beautiful by Kevlin Henney
- Some fun with Reactive Programming in C++17 by Joaquin M. Lopez Muñoz.
- Swagger: How to Create an API Documentation by Dominik Marczuk
- SwedenCpp: Introduction to CMake by Florent Castelli
- TDD: Why We Don't Party Like It's 1999 by Jason Felice
- Tell, Don't Ask by Kevin Rutherford
- The Art of Protocol Design by Pieter Hintjens
- The evolving search for effective C++ - Keynote @ Meeting C++ 2014 by Scott Meyers
- The Great Debate on Unum Arithmetic by John Gustafson and William Kahan, July 12, 2016
- The Language Server Protocol Why The Hype by Mikael Barbero
- The REST And Then Some by Asbjørn Ulsberg at Nordic APIs 2016
- The Royal Institution: There is No Algorithm for Truth by Tom Scott
- The Scams That Derail Programming, Motherfucker by Zed Shaw
- Timo Bingmann - STXXL 1.4.0 and Beyond
- Tips and Tricks for Graph Data Modeling
- Tony Van Eerd: The Basics of Lock-free Programming
- Tools for Entrepreneurs: Introduction to APIs
- Using Go Channels by Natik Shah
- Using the Windows Runtime from C++ by Herb Sutter (original http://channel9.msdn.com/Events/BUILD/BUILD2011/TOOL-532T)
- VulcanJS: The full-stack React+GraphQL framework by Sacha Greif
- WildLinAlg1: Introduction to Linear Algebra (N J Wildberger)
- Wroc.NET: Jak przemiawiać jako programista? by Cezary Walenciuk
- WWDC 2018: Embracing Algorithms by Dave Abrahams
ACCU 2018: Concept Based Testing by Dietmar KühlC++Now 2017: Effective CMakeby DanielCppCon 2017: How to Write Effective Documentation for C++ Librariesby Robert RameyCppCon 2017: Mathieu Ropert Using Modern CMake Patterns to Enforce a Good Modular DesignCppCon 2018: Don't package your libraries, write packagable libraries! by Robert SchumacherCppCon 2019: C++ ...Easy, Elegant, Powerful!by Charles BayEuroPython 2018: reno - A New Way to Manage Release Notesby Doug HellmannFOSDEM 2017: Geography on Boost.Geometry The Earth is not flat (but it's not round either)by Vissarion FysikopoulosFOSS4G 2013: Boost.Geometry, Introduction And Examplesby Barend GehrelsFOSS4G 2019: OpenMapTiles: news, thematic layers and coordinate systemsMeeting C++ 2018: The guiding principleby Boris SchälingMicrosoft Ignite: Git at scale by Edward ThomsonProgrammer Anarchyby Fred GeorgeThe Concurrency Runtime: Fine Grained Parallelism for C++by Rick Malloy, Niklas Gustafsson, Don McCradyWSL2: Code faster on the Windows Subsystem for Linux!by Matt Wojo001 - What is Concourse CI? How to get started?20 Modern Visual C++ Best Practices@ Channel95 Anti-Patterns in designing APIs - Ali Kheyrollahi(Anti-Patterns start at 20mi)A Gentle Introduction to Mock for Python by Michael FoordAlex Stepanov: Educating Programmers: A Customer PerspectiveAll Things Dby Andrei AlexandrescuAPI Description Languages: Which Is The Right One For Me?by Laura HeritageAPI Design - Third Editionby Brian Mulloy & Kevin SwiberAPI Design Anti-Patternsby Jason HarmonAPI Design at APIStrat 2014(API design, versioning, best practice, RAML)API Design Lifecycleby Honza JavorekAPI First Development with RAML and SoapUI(webinar)API First: Design First, Prototype First with RAMLby Mike StoweBeautiful REST & JSON APIsby Les HazlewoodBecoming a Software Testing Expert by James BachBeman Dawes, Jeff Garland, Alisdair Meredith: Other C++11 GemsBjarne Stroustrup - The Essence of C++: With Examples in C++84, C++98, C++11, and C++14Boris Kolpackov: Practical C++11: What I Learned Adding C++11Brad Montgomery - My Adventures with MockBrian K. Jones - Fake It Til You Make It: Unit Testing Patterns With Mocks and FakesBuild an API: From Zero to First Routeby Antonio OrtegaBuilding Web APIs with Flask-RESTfulBuilding your first app with python and MongoDBby Ros sLawleyC++ REST SDK ("Casablanca")C++ Wrocław 0x04: Rafał Przywarski - Test Driven Development in C++C++Now 2018: Fast Conversion From UTF-8 with C++, DFAs, and SSE Intrinsics by Bob SteagallCarl Meyer - Getting started with automated testingChugging Flask: Gyaan from building REST APIs for an Android Appby Aravind KrishnaswamyCI That Scales With your ProjectConnecting C++ Apps to the Cloud via CasablancaCrafting Evolvable Web API Representationsby Darrel MillerDelight Driven Development of APIs with RAMLby Uri SaridDeveloping Restful web apis with python-flask and mongodbby Nicola IarocciDevoxx Poland 2016 - Clemens Prerovsky - REST in PeaceDjango and Flask: Why and When To Use Each - Eric Schlesdjango: Web Development for Perfectionists with DeadlinesDjangoCon 2012 - Keynote - Geoff SchmidtDon't fear the Monadby Brian BeckmanEfficient Programming with Components: Introduction Part 1Efficient Programming with Components: Introduction Part 2Efficient Programming with Components: Lecture 2Efficient Programming with Components: Lecture 3Efficient Programming with Components: Lecture 4Efficient Programming with Components: Lecture 5Getting Started Testing by Ned BatchelderGil Zilberfeld - Intro to Mocking: How to Test Dependencies & Legacy Code MockingGil Zilberfeld - Introduction to Unit TestingGo for Pythonistasby Francesc Campoy FloresGoingNative 8: Introducing Casablanca - A Modern C++ API for Connected ComputingGoogle I/O 2010 - How Google builds APIsHit the Flask and Get Some REST: Rewriting the Cloudant API in a Single Python Back Endby Joan TouzetHow to build a Python web application with Flask and Neo4j by Nicole WhiteHow to Design Great APIsby Kevin LackerImplementing a 'Nearest Neighbor' Spatial Query with SQL Server 2012Intro to Neo4j or domain Modeling with graphs by Michael HungerIntroducing SQL Server 2012 Spatial Improvements by Greg LowIntroduction to Graph Databases by Stefan ArmbusterIntroduction to Neo4j Workshop by JIM WEBBERat Big Data Spain 2014Introduction to Neo4j by Emil EiframIntroduction to NoSQL by Martin FowlerIs Your REST API RESTful?by Miguel GrinbergKeith Devlin - 1. General Overview and the Development of NumbersKeith Devlin - 2. The Golden Ratio & Fibonacci Numbers: Fact versus FictionKeith Devlin - 3. The Birth of AlgebraMeteor meetup talk screencast with QA sessionMichael Caisse: Introduction to Modern C++ Techniques (Part I)@ BoostConMichael Caisse: Introduction to Modern C++ Techniques (Part II)@ BoostConMichael Caisse: Solving World Problems with FusionMIT 6.006 Introduction to Algorithms - Breadth-First Search (BFS) - Erik DemaineMkDocs: Documenting projects with MarkdownMongoDB at MapMyFitness from a DevOps Perspectiveby Chris MerzMongoDB Schema Designby Tugdual GrallMongoDB Schema Designby Võ Ngọc MinhMongoDB: Schema DesignNell Shamrell - Test Driven Development: A Love StoryNetwork X and Gephi - Gilad LotanO'Reilly Webcast: MongoDB Schema Design: How to Think Non-RelationalOne Hacker Way - Erik MeijerPavel Tsatsouline - Beyond stretching vol 1Professor David West - OOP is Dead! Long Live OODD!Prototyping Everythingby Rob FitzpatrickRapid prototyping & Product Innovationby Martin PriceRapid Prototyping How to build what users really really wantby Michael ChristianRavi Chandra - Fake it till you make itREST API Design: Avoid future proofing with the JSON junk drawerby Jason HarmonREST API Designby Brian SlettenREST-Ful API DesignRESTful API Design - Second Editionby apigeeRoland Bock - Selected C++11 Template Toffees From sqlpp11 - Part 1Roland Bock - Selected C++11 Template Toffees From sqlpp11 - Part 2Roy Osherove - Understanding Mock ObjectsRoy Osherove - Understanding Test Driven DevelopmentRoy Osherove - Unit Testing and TDD: Why you should care and how to make it happenRoy Osherove - Unit Testing Best PracticesRoy Osherove - Unit Testing Worst Practices at Bouvet.no breakfestSam Hatoum: Test Driven Development using Meteor - Devshop 4Sean Parent - C++ SeasoningSecrets of a Great APIby Uri SaridSoftware Design Patterns - Building Basic CodeStop Mocking, Start TestingStress and Success: The Science of Stress, Energy, and Productivity on the JobTechnology Hour - Front to back API DesignTemplates and Metaprogramming @ Game Engine Architecture ClubThe D Programming Language by Walter BrightThe Go Programming Language(A to Z - Zürich)The Road to JSON API 1.0by Steven KlabnikThe Top 10 Mistakes of Entrepreneursby Guy KawasakiWeb API Design Maturity Modelby Mike AmundsenWeb micro-framework battleby Richard JonesWebinar: From Relational Databases to MongoDBby Bryan ReineroWhat it's really like building RESTful APIs with Djangoby Paul HallettWhen to Use MongoDBby MongoDBWriting RESTful web services with Flaskby Miguel GrinbergWriting your first web app using Python and Flaskby Danielle MadeleyCaltech: Part 2: 1-D Sine Waves and Their Sums by Grant Jensen- Boostcon-MichaelCaisseUsingSpiritV2QiAndKarma799.mov
- C9 Lectures: Stephan T Lavavej - Advanced
- http://video.google.com/videoplay?docid=-4714369049736584770 | 00:55
- http://videolectures.net/turing100_penrose_mathematical_mind/ | 00:51