├── .travis.yml ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE └── README.md /.travis.yml: -------------------------------------------------------------------------------- 1 | language: ruby 2 | rvm: 2.6 3 | before_script: gem install awesome_bot 4 | script: awesome_bot README.md --white-list travis-ci --allow 302,403 5 | notifications: 6 | email: false 7 | -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | # Contributor Covenant Code of Conduct 2 | 3 | ## Our Pledge 4 | 5 | In the interest of fostering an open and welcoming environment, we as 6 | contributors and maintainers pledge to making participation in our project and 7 | our community a harassment-free experience for everyone, regardless of age, body 8 | size, disability, ethnicity, gender identity and expression, level of experience, 9 | education, socio-economic status, nationality, personal appearance, race, 10 | religion, or sexual identity and orientation. 11 | 12 | ## Our Standards 13 | 14 | Examples of behavior that contributes to creating a positive environment 15 | include: 16 | 17 | * Using welcoming and inclusive language 18 | * Being respectful of differing viewpoints and experiences 19 | * Gracefully accepting constructive criticism 20 | * Focusing on what is best for the community 21 | * Showing empathy towards other community members 22 | 23 | Examples of unacceptable behavior by participants include: 24 | 25 | * The use of sexualized language or imagery and unwelcome sexual attention or 26 | advances 27 | * Trolling, insulting/derogatory comments, and personal or political attacks 28 | * Public or private harassment 29 | * Publishing others' private information, such as a physical or electronic 30 | address, without explicit permission 31 | * Other conduct which could reasonably be considered inappropriate in a 32 | professional setting 33 | 34 | ## Our Responsibilities 35 | 36 | Project maintainers are responsible for clarifying the standards of acceptable 37 | behavior and are expected to take appropriate and fair corrective action in 38 | response to any instances of unacceptable behavior. 39 | 40 | Project maintainers have the right and responsibility to remove, edit, or 41 | reject comments, commits, code, wiki edits, issues, and other contributions 42 | that are not aligned to this Code of Conduct, or to ban temporarily or 43 | permanently any contributor for other behaviors that they deem inappropriate, 44 | threatening, offensive, or harmful. 45 | 46 | ## Scope 47 | 48 | This Code of Conduct applies both within project spaces and in public spaces 49 | when an individual is representing the project or its community. Examples of 50 | representing a project or community include using an official project e-mail 51 | address, posting via an official social media account, or acting as an appointed 52 | representative at an online or offline event. Representation of a project may be 53 | further defined and clarified by project maintainers. 54 | 55 | ## Enforcement 56 | 57 | Instances of abusive, harassing, or otherwise unacceptable behavior may be 58 | reported by contacting the project team at [INSERT EMAIL ADDRESS]. All 59 | complaints will be reviewed and investigated and will result in a response that 60 | is deemed necessary and appropriate to the circumstances. The project team is 61 | obligated to maintain confidentiality with regard to the reporter of an incident. 62 | Further details of specific enforcement policies may be posted separately. 63 | 64 | Project maintainers who do not follow or enforce the Code of Conduct in good 65 | faith may face temporary or permanent repercussions as determined by other 66 | members of the project's leadership. 67 | 68 | ## Attribution 69 | 70 | This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, 71 | available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html 72 | 73 | [homepage]: https://www.contributor-covenant.org 74 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contribution Guidelines 2 | 3 | Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms. 4 | 5 | ## Adding to this List 6 | 7 | Please make sure your pull request adheres to the following guidelines: 8 | 9 | * Search previous entries before making a new one, as yours may be duplicate. 10 | * Make sure the talk is useful, clear and precise. That implies it has good content and has been explained well. 11 | * Use the following format: `[Title of the video](link) - by _Author_` 12 | * Make sure the link works. 13 | * Link additions should be added in alphabetical order to the relevant category. 14 | * New categories or improvements to the existing categorization are welcome. 15 | * Check your spelling and grammar. 16 | * Include the title of the presentation in your pull request. 17 | 18 | Thank you for your suggestion! 19 | 20 | ## Updating your PR 21 | 22 | A lot of times, making a PR adhere to the standards above can be difficult. If the maintainers notice anything that we'd like changed, we'll ask you to edit your PR before we merge it. If you're not sure how to do that, [here is a guide](https://github.com/RichardLitt/docs/blob/master/amending-a-commit-guide.md) on the different ways you can update your PR so that we can merge it. 23 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Apache License 2 | Version 2.0, January 2004 3 | http://www.apache.org/licenses/ 4 | 5 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 6 | 7 | 1. Definitions. 8 | 9 | "License" shall mean the terms and conditions for use, reproduction, 10 | and distribution as defined by Sections 1 through 9 of this document. 11 | 12 | "Licensor" shall mean the copyright owner or entity authorized by 13 | the copyright owner that is granting the License. 14 | 15 | "Legal Entity" shall mean the union of the acting entity and all 16 | other entities that control, are controlled by, or are under common 17 | control with that entity. For the purposes of this definition, 18 | "control" means (i) the power, direct or indirect, to cause the 19 | direction or management of such entity, whether by contract or 20 | otherwise, or (ii) ownership of fifty percent (50%) or more of the 21 | outstanding shares, or (iii) beneficial ownership of such entity. 22 | 23 | "You" (or "Your") shall mean an individual or Legal Entity 24 | exercising permissions granted by this License. 25 | 26 | "Source" form shall mean the preferred form for making modifications, 27 | including but not limited to software source code, documentation 28 | source, and configuration files. 29 | 30 | "Object" form shall mean any form resulting from mechanical 31 | transformation or translation of a Source form, including but 32 | not limited to compiled object code, generated documentation, 33 | and conversions to other media types. 34 | 35 | "Work" shall mean the work of authorship, whether in Source or 36 | Object form, made available under the License, as indicated by a 37 | copyright notice that is included in or attached to the work 38 | (an example is provided in the Appendix below). 39 | 40 | "Derivative Works" shall mean any work, whether in Source or Object 41 | form, that is based on (or derived from) the Work and for which the 42 | editorial revisions, annotations, elaborations, or other modifications 43 | represent, as a whole, an original work of authorship. For the purposes 44 | of this License, Derivative Works shall not include works that remain 45 | separable from, or merely link (or bind by name) to the interfaces of, 46 | the Work and Derivative Works thereof. 47 | 48 | "Contribution" shall mean any work of authorship, including 49 | the original version of the Work and any modifications or additions 50 | to that Work or Derivative Works thereof, that is intentionally 51 | submitted to Licensor for inclusion in the Work by the copyright owner 52 | or by an individual or Legal Entity authorized to submit on behalf of 53 | the copyright owner. For the purposes of this definition, "submitted" 54 | means any form of electronic, verbal, or written communication sent 55 | to the Licensor or its representatives, including but not limited to 56 | communication on electronic mailing lists, source code control systems, 57 | and issue tracking systems that are managed by, or on behalf of, the 58 | Licensor for the purpose of discussing and improving the Work, but 59 | excluding communication that is conspicuously marked or otherwise 60 | designated in writing by the copyright owner as "Not a Contribution." 61 | 62 | "Contributor" shall mean Licensor and any individual or Legal Entity 63 | on behalf of whom a Contribution has been received by Licensor and 64 | subsequently incorporated within the Work. 65 | 66 | 2. Grant of Copyright License. Subject to the terms and conditions of 67 | this License, each Contributor hereby grants to You a perpetual, 68 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 69 | copyright license to reproduce, prepare Derivative Works of, 70 | publicly display, publicly perform, sublicense, and distribute the 71 | Work and such Derivative Works in Source or Object form. 72 | 73 | 3. Grant of Patent License. Subject to the terms and conditions of 74 | this License, each Contributor hereby grants to You a perpetual, 75 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 76 | (except as stated in this section) patent license to make, have made, 77 | use, offer to sell, sell, import, and otherwise transfer the Work, 78 | where such license applies only to those patent claims licensable 79 | by such Contributor that are necessarily infringed by their 80 | Contribution(s) alone or by combination of their Contribution(s) 81 | with the Work to which such Contribution(s) was submitted. If You 82 | institute patent litigation against any entity (including a 83 | cross-claim or counterclaim in a lawsuit) alleging that the Work 84 | or a Contribution incorporated within the Work constitutes direct 85 | or contributory patent infringement, then any patent licenses 86 | granted to You under this License for that Work shall terminate 87 | as of the date such litigation is filed. 88 | 89 | 4. Redistribution. You may reproduce and distribute copies of the 90 | Work or Derivative Works thereof in any medium, with or without 91 | modifications, and in Source or Object form, provided that You 92 | meet the following conditions: 93 | 94 | (a) You must give any other recipients of the Work or 95 | Derivative Works a copy of this License; and 96 | 97 | (b) You must cause any modified files to carry prominent notices 98 | stating that You changed the files; and 99 | 100 | (c) You must retain, in the Source form of any Derivative Works 101 | that You distribute, all copyright, patent, trademark, and 102 | attribution notices from the Source form of the Work, 103 | excluding those notices that do not pertain to any part of 104 | the Derivative Works; and 105 | 106 | (d) If the Work includes a "NOTICE" text file as part of its 107 | distribution, then any Derivative Works that You distribute must 108 | include a readable copy of the attribution notices contained 109 | within such NOTICE file, excluding those notices that do not 110 | pertain to any part of the Derivative Works, in at least one 111 | of the following places: within a NOTICE text file distributed 112 | as part of the Derivative Works; within the Source form or 113 | documentation, if provided along with the Derivative Works; or, 114 | within a display generated by the Derivative Works, if and 115 | wherever such third-party notices normally appear. The contents 116 | of the NOTICE file are for informational purposes only and 117 | do not modify the License. You may add Your own attribution 118 | notices within Derivative Works that You distribute, alongside 119 | or as an addendum to the NOTICE text from the Work, provided 120 | that such additional attribution notices cannot be construed 121 | as modifying the License. 122 | 123 | You may add Your own copyright statement to Your modifications and 124 | may provide additional or different license terms and conditions 125 | for use, reproduction, or distribution of Your modifications, or 126 | for any such Derivative Works as a whole, provided Your use, 127 | reproduction, and distribution of the Work otherwise complies with 128 | the conditions stated in this License. 129 | 130 | 5. Submission of Contributions. Unless You explicitly state otherwise, 131 | any Contribution intentionally submitted for inclusion in the Work 132 | by You to the Licensor shall be under the terms and conditions of 133 | this License, without any additional terms or conditions. 134 | Notwithstanding the above, nothing herein shall supersede or modify 135 | the terms of any separate license agreement you may have executed 136 | with Licensor regarding such Contributions. 137 | 138 | 6. Trademarks. This License does not grant permission to use the trade 139 | names, trademarks, service marks, or product names of the Licensor, 140 | except as required for reasonable and customary use in describing the 141 | origin of the Work and reproducing the content of the NOTICE file. 142 | 143 | 7. Disclaimer of Warranty. Unless required by applicable law or 144 | agreed to in writing, Licensor provides the Work (and each 145 | Contributor provides its Contributions) on an "AS IS" BASIS, 146 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 147 | implied, including, without limitation, any warranties or conditions 148 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 149 | PARTICULAR PURPOSE. You are solely responsible for determining the 150 | appropriateness of using or redistributing the Work and assume any 151 | risks associated with Your exercise of permissions under this License. 152 | 153 | 8. Limitation of Liability. In no event and under no legal theory, 154 | whether in tort (including negligence), contract, or otherwise, 155 | unless required by applicable law (such as deliberate and grossly 156 | negligent acts) or agreed to in writing, shall any Contributor be 157 | liable to You for damages, including any direct, indirect, special, 158 | incidental, or consequential damages of any character arising as a 159 | result of this License or out of the use or inability to use the 160 | Work (including but not limited to damages for loss of goodwill, 161 | work stoppage, computer failure or malfunction, or any and all 162 | other commercial damages or losses), even if such Contributor 163 | has been advised of the possibility of such damages. 164 | 165 | 9. Accepting Warranty or Additional Liability. While redistributing 166 | the Work or Derivative Works thereof, You may choose to offer, 167 | and charge a fee for, acceptance of support, warranty, indemnity, 168 | or other liability obligations and/or rights consistent with this 169 | License. However, in accepting such obligations, You may act only 170 | on Your own behalf and on Your sole responsibility, not on behalf 171 | of any other Contributor, and only if You agree to indemnify, 172 | defend, and hold each Contributor harmless for any liability 173 | incurred by, or claims asserted against, such Contributor by reason 174 | of your accepting any such warranty or additional liability. 175 | 176 | END OF TERMS AND CONDITIONS 177 | 178 | APPENDIX: How to apply the Apache License to your work. 179 | 180 | To apply the Apache License to your work, attach the following 181 | boilerplate notice, with the fields enclosed by brackets "{}" 182 | replaced with your own identifying information. (Don't include 183 | the brackets!) The text should be enclosed in the appropriate 184 | comment syntax for the file format. We also recommend that a 185 | file or class name and description of purpose be included on the 186 | same "printed page" as the copyright notice for easier 187 | identification within third-party archives. 188 | 189 | Copyright 2018 Samar Dhwoj Acharya 190 | 191 | Licensed under the Apache License, Version 2.0 (the "License"); 192 | you may not use this file except in compliance with the License. 193 | You may obtain a copy of the License at 194 | 195 | http://www.apache.org/licenses/LICENSE-2.0 196 | 197 | Unless required by applicable law or agreed to in writing, software 198 | distributed under the License is distributed on an "AS IS" BASIS, 199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 200 | See the License for the specific language governing permissions and 201 | limitations under the License. 202 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Awesome Programming Presentations 2 | 3 | > List of programming presentations everyone should watch. 4 | 5 |
6 | 7 | [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) 8 | [![Build Status](https://travis-ci.org/techgaun/awesome-programming-presentations.svg?branch=master)](https://travis-ci.org/techgaun/awesome-programming-presentations) 9 | 10 | Don't know where to start? ➔ [Start here](#fun-to-watch). 11 | 12 | If you need some inspiration, [start with this](https://www.youtube.com/watch?v=Vhh_GeBPOhs) or listen to [this song](https://soundcloud.com/smixx/smixx-developers-feat-steve) or [this one](https://www.youtube.com/watch?v=yqTpG5obPV8). 13 | 14 | ## Table of Contents 15 | 16 | - [General](#general) 17 | - [Programming Languages](#programming-languages) 18 | - [Bash](#bash) 19 | - [CPP](#cpp) 20 | - [CSS](#css) 21 | - [Elixir](#elixir) 22 | - [Elm](#elm) 23 | - [Erlang](#erlang) 24 | - [F#](#f) 25 | - [Go](#go) 26 | - [JavaScript](#javascript) 27 | - [PHP](#php) 28 | - [Python](#python) 29 | - [Ruby](#ruby) 30 | - [Scala](#scala) 31 | - [APIs](#apis) 32 | - [Artificial Intelligence](#artificial-intelligence) 33 | - [Paradigms and Principles](#paradigms-and-principles) 34 | - [Event-Driven Architecture](#event-driven-architecture) 35 | - [CQRS and Event Sourcing](#cqrs-and-event-sourcing) 36 | - [Functional Programming](#functional-programming) 37 | - [Programming Language Principles](#programming-language-principles) 38 | - [Cloud Computing](#cloud-computing) 39 | - [Computer Security](#computer-security) 40 | - [Cryptocurrency](#cryptocurrency) 41 | - [Database Systems](#database-systems) 42 | - [DevOps](#devops) 43 | - [Distributed Systems](#distributed-systems) 44 | - [Microservices](#microservices) 45 | - [Operating Systems](#operating-systems) 46 | - [Software Testing](#software-testing) 47 | - [Miscellaneous](#miscellaneous) 48 | - [Fun to Watch](#fun-to-watch) 49 | - [IDEs and Editors](#ides-and-editors) 50 | - [Version Control](#version-control) 51 | - [Contribute](#contribute) 52 | - [License](#license) 53 | 54 | ## General 55 | 56 | - [A Conversation with Linus Torvalds](https://www.youtube.com/watch?v=Efi9wa4Fwds) 57 | - [Building and Motivating Engineering Teams](https://www.youtube.com/watch?v=7R-Y2DwWOr0) - by _Camille Fournier_ 58 | - [Evolutionary Software Architectures](https://www.youtube.com/watch?v=CglSFhwbI3s) - by _Neal Ford_ 59 | - [Fork Yeah! The Rise and Development of illumos](https://www.youtube.com/watch?v=-zRN7XLCRhc) - by _Bryan Cantrill_ 60 | - [Growing a Language](https://www.youtube.com/watch?v=_ahvzDzKdB0) by _Guy Steele_ 61 | - [How to Get a Job at the Big 4 - Amazon, Facebook, Google & Microsoft](https://www.youtube.com/watch?v=YJZCUhxNCv8) by _Sean Lee_ 62 | - [I See What You Mean](https://www.youtube.com/watch?v=R2Aa4PivG0g) - by _Peter Alvaro_ 63 | - [I want you to contribute to open source](https://www.youtube.com/watch?v=hwdeUG_gySI) by _Max Stoiber_ 64 | - [It's Dangerous to Go Alone: Battling the Invisible Monsters in Tech](https://www.youtube.com/watch?v=1i8ylq4j_EY) - by _Julie Pagano_ 65 | - [Linux Kernel Development](https://www.youtube.com/watch?v=vyenmLqJQjs) - by _Greg Kroah-Hartman_ 66 | - [Moving Fast At Scale](https://www.youtube.com/watch?v=suOjtOFfyZg) - by _Randy Shoup_ 67 | - [Overkill](https://www.youtube.com/watch?v=GWEEPt8VvmU) - by _Katrina Owen_ 68 | - [System We Love](https://www.youtube.com/watch?v=TPe6UXMDMGM) 69 | - [Systems programming as a swiss army knife](https://www.youtube.com/watch?v=HfD9IMZ9rKY) - by _Julia Evans_ 70 | - [The art of destroying software](https://vimeo.com/108441214) - by _Greg Young_ 71 | - [The Future of Programming](https://www.youtube.com/watch?v=ecIWPzGEbFc) - by _Bob Martin_ 72 | - [The Future of Programming](https://vimeo.com/71278954) - by _Bret Victor_ 73 | - [The Mess We're In](https://www.youtube.com/watch?v=lKXe3HUG2l4) - by _Joe Armstrong_ 74 | - [The Motivation for a Monolithic Codebase](https://www.youtube.com/watch?v=W71BTkUbdqE) - by _Rachel Potvin_ 75 | - [The Myth of the Genius Programmer](https://www.youtube.com/watch?v=0SARbwvhupQ) - by _Brian Fitzpatrick & Ben Collins-Sussman_ 76 | - [Thinking Above the Code](https://www.youtube.com/watch?v=-4Yp3j_jk8Q) - by _Leslie Lamport_ 77 | - [You can be a kernel hacker!](https://www.youtube.com/watch?v=0IQlpFWTFbM) - by _Julia Evans_ 78 | 79 | ## Programming Languages 80 | 81 | ### Bash 82 | 83 | - [Introduction to Advanced Bash Usage](https://www.youtube.com/watch?v=uqHjc7hlqd0) - by _James Pannacciulli_ 84 | - [The Functional Tao of Bash](https://www.youtube.com/watch?v=yD2ekOEP9sU) - by _Garrett Smith_ 85 | 86 | ### CPP 87 | 88 | - [C++ as a "Live at Head" Language](https://www.youtube.com/watch?v=tISy7EJQPzI) - by _Titus Winters_ 89 | - [CPU Caches and Why You Care](https://www.youtube.com/watch?v=WDIkqP4JbkE) - by _Scott Meyers_ 90 | - [Data-Oriented Design and C++](https://www.youtube.com/watch?v=rX0ItVEVjHc) - by _Mike Acton_ 91 | 92 | ### CSS 93 | 94 | - [3.14 Things I Didn't Know About CSS - CSSconf EU 2014](https://www.youtube.com/watch?v=WjP7TEKB7Uo) 95 | - [CSS for Software Engineers for CSS Developers](https://www.youtube.com/watch?v=wFn5nel3j6w) - by _Harry Roberts_ 96 | - [CSS Performance Tooling](https://www.youtube.com/watch?v=FEs2jgZBaQA) - by _Addy Osmani_ 97 | - [Refactoring CSS Without Losing Your Mind](https://www.youtube.com/watch?v=fvTryZjGyg8) - by _Harry Roberts_ 98 | - [Your CSS is a Mess](https://www.youtube.com/watch?v=C4z_9F6nfS8) - by _Jonathan Snook_ 99 | - [Your Very Own Component Library](https://www.youtube.com/watch?v=zSYo7m5kGHQ) - by _Alex Sexton_ 100 | 101 | ### Elixir 102 | 103 | - [A GraphQL-on-Elixir Primer](https://www.youtube.com/watch?v=enbksvAko98) - by _Bruce Williams_ 104 | - [A Practical Guide to Elixir Protocols](https://www.youtube.com/watch?v=sJvfCE6PFxY) - by _Kevin Rockwood_ 105 | - [Building beautiful systems with Phoenix contexts](https://www.youtube.com/watch?v=l3VgbSgo71E) - by _Andrew Hao_ 106 | - [Building Umbrella Project](https://www.youtube.com/watch?v=6NTmUQClHrU) - by _Wojtek Mach_ 107 | - [Consistent, Distributed Elixir](https://www.youtube.com/watch?v=CmMMpaUD3g8) - by _Chris Keathley_ 108 | - [Debugging Techniques in Elixir](https://www.youtube.com/watch?v=pj6zAgvVt5w) - by _Erich Kist_ 109 | - [Dialyzer: Optimistic Type Checking for Erlang and Elixir](https://www.youtube.com/watch?v=JT0ECYZ9FaQ) - by _Jason Voegele_ 110 | - [Discovering Processes](https://www.youtube.com/watch?v=y_b6RTes83c) - by _Saša Jurić_ 111 | - [Docker and OTP Friends or Foes](https://www.youtube.com/watch?v=nLApFANtkHs) - by _Daniel Azuma_ 112 | - [Don't Write Macros But Do Learn How They Work](https://www.youtube.com/watch?v=Bo48sQDb-hk) - by _Jesse Anderson_ 113 | - [ElixirDaze 2018 Keynote](https://www.youtube.com/watch?v=cwEXyOxbuJ0) - by _Rob Conery_ 114 | - [Elixir by the Bellyful](https://www.youtube.com/watch?v=iswld-Rpi_g) - by _Bryan Hunter_ 115 | - [Elixir in Elixir](https://www.youtube.com/watch?v=p8MGNw045AE) - by _Jay Hayes_ 116 | - [Elixir Native UI](https://www.youtube.com/watch?v=77FW-jrCyCs) - by _Boyd Multerer_ 117 | - [Elixir Power Tracing](https://www.youtube.com/watch?v=NBmNDI9OFJk) - by _Gabi Zuniga_ 118 | - [GenStage in the Kitchen](https://www.youtube.com/watch?v=M78r_PDlw2c) - by _Claudio Ortolina_ 119 | - [Go vs Elixir: A concurrency comparison](https://www.youtube.com/watch?v=SbRvX1CQ9ic) - by _Anna Neyzberg_ and _Hannah Howard_ 120 | - [High availability with Elixir and Erlang](https://www.youtube.com/watch?v=Ba3aCm3A0o8) - by _Saša Jurić_ 121 | - [Introducing HDD: Hughes Driven Development](https://www.youtube.com/watch?v=x2ckfhqB9nA) - by _José Valim_ 122 | - [Let's Get Functional With Elixir!](https://www.youtube.com/watch?v=wVrnoxNbOts) - by _Nate Taylor_ 123 | - [Metaprogramming Elixir](https://www.youtube.com/watch?v=2Bjzml_Hpvk) - by _Chris McCord_ 124 | - [Micropatterns: Learning to Reach Quickly for the Right Tool](https://www.youtube.com/watch?v=9uvp4h7gXHg) - by _Cameron Price_ 125 | - [OOP in Elixir - Lightning Talk](https://www.youtube.com/watch?v=5EtV2JUU0Z4) - by _Wojtek Mach_ 126 | - [Phoenix - Productive. Reliable. Fast](https://www.youtube.com/watch?v=STO-uN0xHDQ) - by _Chris McCord_ 127 | - [Phoenix 1.3](https://www.youtube.com/watch?v=tMO28ar0lW8) - by _Chris McCord_ 128 | - [Phoenix after 100000 lines](https://www.youtube.com/watch?v=blGJ_p4plbc) - by _Renan Ranelli_ 129 | - [Phoenix Is Not Your Application](https://www.youtube.com/watch?v=lDKCSheBc-8) - by _Lance Halvorsen_ 130 | - [Plugging the Security Holes in Your Phoenix Application](https://www.youtube.com/watch?v=w3lKmFsmlvQ) - by _Griffin Byatt_ 131 | - [Processing 2.7M Images with Elixir (vs Ruby)](https://www.youtube.com/watch?v=xoNRtWl4fZU) - by _David Padilla_ 132 | - [Profiling and Tracing for all with Xprof](https://www.youtube.com/watch?v=AAXtjPiXbWE) - by _Péter Gömöri_ 133 | - [QuickCheck for Elixir - Generate Tests Automatically](https://www.youtube.com/watch?v=nbpZRm9gl50) - by _Thomas Arts_ 134 | - [Releases and Elixir: Envisioning a more perfect union](https://www.youtube.com/watch?v=OS94i3cF6mY) - by _Paul Schoenfelder_ 135 | - [Securing Elixir Applications](https://www.youtube.com/watch?v=r0DuAse9tK8) - by _Bram Verburg_ (Applies to Erlang as well in general) 136 | - [Solid Ground](https://www.youtube.com/watch?v=5SbWapbXhKo) - by _Saša Jurić_ 137 | - [Taking Elixir to the Metal with Rust](https://www.youtube.com/watch?v=lSLTwWqTbKQ) - by _Sonny Scroggin_ 138 | - [The Feature That No One Knew About in Elixir 1.5](https://www.youtube.com/watch?v=p4uE-jTB_Uk) - by _José Valim_ 139 | - [The Hitchhiker's Guide to the Unexpected](https://www.youtube.com/watch?v=W0BR_tWZChQ) - by _Fred Hebert_ 140 | - [The Joy of Connecting Elixir to the Physical World](https://www.youtube.com/watch?v=SVy7gRU_-P8) - by _Frank Hunleth_ 141 | - [The Soul of Erlang and Elixir](https://www.youtube.com/watch?v=JvBT4XBdoUE) - by _Saša Juric_ 142 | - [Thinking In Ecto](https://www.youtube.com/watch?v=YQxopjai0CU) - by _Darin Wilson_ 143 | - [Well Behaved Native Implemented Functions for Elixir](https://www.youtube.com/watch?v=FYQcn9zcZVA) - by _Andrew Bennett_ 144 | - [Writing an Editor in Elixir](https://www.youtube.com/watch?v=6lIVWVmuPao) - by _Ian Duggan_ 145 | 146 | ### Elm 147 | 148 | - [Demystifying Parsers](https://www.youtube.com/watch?v=M9ulswr1z0E) - by _Tereza Sokol_ 149 | 150 | ### Erlang 151 | 152 | - [26 years with Erlang or How I got my grey hairs](https://www.youtube.com/watch?v=HCwRGHj5jOE) - by _Joe Armstrong_ 153 | - [Erlang: Evolution](https://www.youtube.com/watch?v=od6CfA8xEcM) - by _Robert Virding_ 154 | - [Erlang Performance Lab](https://www.youtube.com/watch?v=ncedupb-Rqw) - by _Michal Slaski_ 155 | - [How We Program Multicores](https://www.youtube.com/watch?v=bo5WL5IQAd0) - by _Joe Armstrong_ 156 | - [Scaling Distributed Erlang](https://www.youtube.com/watch?v=usEs3GPnZDg) - by _Zandra Norman_ 157 | - [Scaling Erlang cluster to 10,000 nodes](https://www.youtube.com/watch?v=FJQyv26tFZ8) - by _Maxim Fedorov_ 158 | - [The Zen of Erlang](https://www.youtube.com/watch?v=4ZIPijEqrNI) - by _Fred Herbert_ 159 | 160 | ### F# 161 | 162 | - [Understanding parser combinators: a deep dive](https://www.youtube.com/watch?v=RDalzi7mhdY) - by _Scott Wlaschin_ 163 | 164 | ### Go 165 | 166 | - [7 common mistakes in Go and when to avoid them](https://www.youtube.com/watch?v=29LLRKIL_TI) - by _Steve Francia_ 167 | - [Concurrency Is Not Parallelism](https://www.youtube.com/watch?v=cN_DpYBzKso) - by _Rob Pike_ 168 | - [Crypto For Go Developers](https://www.youtube.com/watch?v=2r_KMzXB74w) - by _George Tankersley_ 169 | - [Do not fear first class functions](https://www.youtube.com/watch?v=5buaPyJ0XeQ) - by _Dave Cheney_ 170 | - [Go Proverbs](https://www.youtube.com/watch?v=PAAkCSZUG1c) - by _Rob Pike_ 171 | - ["go test -race" Under the Hood](https://www.youtube.com/watch?v=5erqWdlhQLA) - by _Kavya Joshi_ 172 | - [How to write your own Go tool](https://www.youtube.com/watch?v=oxc8B2fjDvY) - by _Fatih Arslan_ 173 | - [Inside the Map Implementation](https://www.youtube.com/watch?v=Tl7mi9QmLns) - by _Keith Randall_ 174 | - [Program your next server in Go](https://www.youtube.com/watch?v=5bYO60-qYOI) - by _Sameer Ajmani_ 175 | - [Self Deploying Go Applications](https://www.youtube.com/watch?v=nhmAyZNlECw) - by _Kelsey Hightower_ 176 | - [Simplicity is Complicated](https://www.youtube.com/watch?v=rFejpH_tAHM) - by _Rob Pike_ 177 | - [Stupid Gopher Tricks](https://www.youtube.com/watch?v=UECh7X07m6E) - by _Andrew Gerrand_ 178 | - [The Design of the Go Assembler](https://www.youtube.com/watch?v=KINIAgRpkDA) - by _Rob Pike_ 179 | - [The Scandalous Story of the Dreadful Code Written by the Best of Us](https://www.youtube.com/watch?v=-wYLmsizBc0) - by _Katrina Owen_ 180 | 181 | ### JavaScript 182 | 183 | - [10 Things I Regret About Node.js](https://www.youtube.com/watch?v=M3BM9TB-8yA) - by _Ryan Dahl_ 184 | - [A Cartoon Intro to Fiber](https://www.youtube.com/watch?v=ZCuYPiUIONs) - by _Lin Clark_ 185 | - [A Cartoon Intro to WebAssembly](https://www.youtube.com/watch?v=HktWin_LPf4) - by _Lin Clark_ 186 | - [Benchmarking Javascript](https://www.youtube.com/watch?v=g0ek4vV7nEA) - by _Vyacheslav Egorov_ 187 | - [Hey Underscore, You're Doing It Wrong!](https://www.youtube.com/watch?v=m3svKOdZijA) - by _Brian Lonsdorf_ 188 | - [How to Build a Compiler](https://www.youtube.com/watch?v=Tar4WgAfMr4) - by _James Kyle_ 189 | - [Immutable Data and React](https://www.youtube.com/watch?v=I7IdS-PbEgI) - by _Lee Byron_ 190 | - [In The Loop](https://www.youtube.com/watch?v=cCOL7MC4Pl0) - by _Jake Archibald_ 191 | - [Learning Functional Programming with JavaScript](https://www.youtube.com/watch?v=e-5obm1G_FY) by _Anjana Vakil_ 192 | - [Performance and benchmarking](https://www.youtube.com/watch?v=65-RbBwZQdU) - by _Vyacheslav Egorov_ 193 | - [Really. Javascript.](https://www.youtube.com/watch?v=lTWGoL1N-Kc) - by _Douglas Crockford_ 194 | - [RxJS + Redux + React = Amazing!](https://www.youtube.com/watch?v=AslncyG8whg) - by _Jay Phelps_ 195 | - [The myth of the "Real JavaScript Developer"](https://www.youtube.com/watch?v=Xt5qpbiqw2g) - by _Brenna O'Brien_ 196 | - [V8, modern JavaScript, and beyond](https://www.youtube.com/watch?v=N1swY14jiKc) - by _Seth Thompson_ 197 | - [What the heck is the event loop anyway?](https://www.youtube.com/watch?v=8aGhZQkoFbQ) - by _Philip Roberts_ 198 | 199 | ### PHP 200 | 201 | - [25 Years of PHP](https://www.youtube.com/watch?v=wCZ5TJCBWMg) - by _Rasmus Lerdorf_ 202 | - [PHP in 2017](https://www.youtube.com/watch?v=fYTKm2oUzAg) - by _Rasmus Lerdorf_ 203 | 204 | ### Python 205 | 206 | - [10 Tips for Pythonic Code](https://www.youtube.com/watch?v=_O23jIXsshs) - by _Michael Kennedy_ 207 | - [A tale of concurrency through creativity in Python: a deep dive into how gevent works](https://www.youtube.com/watch?v=GunMToxbE0E) - by _Kavya Joshi_ 208 | - [Beyond PEP 8 - Best practices for beautiful intelligible code](https://www.youtube.com/watch?v=wf-BqAjZb8M) - by _Raymond Hettinger_ 209 | - [Builtin Superheroes](https://www.youtube.com/watch?v=j6VSAsKAj98) - by _David Beazley_ 210 | - [Crypto 101](https://www.youtube.com/watch?v=3rmCGsCYJF8) - by _Laurens Van Houtven_ 211 | - [Decorators: A Powerful Weapon in your Python Arsenal](https://www.youtube.com/watch?v=9oyr0mocZTg) - by _Colton Myers_ 212 | - [Fear and Awaiting in Async: A Savage Journey to the Heart of the Coroutine Dream](https://www.youtube.com/watch?v=E-1Y4kSsAFc) - by _David Beazley_ 213 | - [Learn Python Through Public Data Hacking](https://www.youtube.com/watch?v=RrPZza_vZ3w) - by _David Beazley_ 214 | - [Modern Dictionaries](https://www.youtube.com/watch?v=p33CVV29OG8) - by _Raymond Hettinger_ 215 | - [Modules and Packages: Live and Let Die!](https://www.youtube.com/watch?v=0oTh1CXRaQ0) - by _David Beazley_ 216 | - [Python asyncio](https://www.youtube.com/watch?v=ZzfHjytDceU) - by _David Beazley_ 217 | - [Python Concurrency From the Ground Up](https://www.youtube.com/watch?v=MCs5OvhV9S4) - by _David Beazley_ 218 | - [Statistics for Hackers](https://www.youtube.com/watch?v=Iq9DzN6mvYA) - by _Jake Vanderplas_ 219 | - [Transforming Code into Beautiful, Idiomatic Python](https://www.youtube.com/watch?v=OSGv2VnC0go) - by _Raymond Hettinger_ 220 | - [Type Hints](https://www.youtube.com/watch?v=2wDvzy6Hgxg) - by _Guido van Rossum_ 221 | - [Understanding the Python GIL](https://www.youtube.com/watch?v=Obt-vMVdM8s) - by _David Beazley_ 222 | - [What Does It Take To Be An Expert At Python?](https://www.youtube.com/watch?v=7lmCu8wz8ro) - by _James Powell_ 223 | 224 | ### Ruby 225 | 226 | - [In Relentless Pursuit of REST](https://www.youtube.com/watch?v=HctYHe-YjnE) - by _Derek Prior_ 227 | - [Let's build a blockchain! — A mini-cryptocurrency in Ruby](https://youtu.be/3aJI1ABdjQk?t=1043) - by _Haseeb Qureshi_ 228 | - [Nothing is Something - RailsConf 2015](https://www.youtube.com/watch?v=OMPfEXIlTVE) by _Sandi Metz_ 229 | 230 | ### Scala 231 | 232 | - [Striving to Make Things Simple and Fast](https://www.youtube.com/watch?v=K2NYwP90bNs) - by _Phil Bagwell_ 233 | 234 | ## APIs 235 | 236 | - [How To Design A Good API and Why it Matters](https://www.youtube.com/watch?v=aAb7hSCtvGw) - by _Joshua Bloch_ 237 | 238 | ## Artificial Intelligence 239 | 240 | - [Large-Scale Deep Learning with TensorFlow](https://www.youtube.com/watch?v=vzoe2G5g-w4) - by _Jeff Dean_ 241 | - [Self-Driving Lessons from Comma AI](https://www.youtube.com/watch?v=IxuU5L2MEII) - by _George Hotz_ 242 | - [TensorFlow and Deep Learning without a PhD](https://www.youtube.com/watch?v=u4alGiomYP4) - by _Martin Gorner_ 243 | - [TensorFlow and Deep Learning without a PhD, Part 2](https://www.youtube.com/watch?v=fTUwdXUFfI8) - by _Martin Gorner_ 244 | 245 | ## Paradigms and Principles 246 | 247 | ### Event-Driven Architecture 248 | 249 | - [Creating event-driven microservices: the why, how and what](https://www.youtube.com/watch?v=ksRCq0BJef8) - by _Andrew Schofield_ 250 | - [The Many Meanings of Event-Driven Architecture](https://www.youtube.com/watch?v=STKCRSUsyP0) - by _Martin Fowler_ 251 | 252 | #### CQRS and Event Sourcing 253 | 254 | - [A Decade of DDD, CQRS, Event Sourcing](https://www.youtube.com/watch?v=LDW0QWie21s) - by _Greg Young_ 255 | - [CQRS and Event Sourcing](https://www.youtube.com/watch?v=JHGkaShoyNs) - by _Greg Young_ 256 | - [DDD, event sourcing and CQRS – theory and practice](https://www.youtube.com/watch?v=rolfJR9ERxo) - by _Golo Roden_ 257 | - [Scaling Event Sourcing for Netflix Downloads](https://www.youtube.com/watch?v=rsSld8NycCU) - by _Phillipa Avery_ and _Robert Reta_ 258 | 259 | ### Functional Programming 260 | 261 | - [Controlling Time and Space: understanding the many formulations of FRP](https://www.youtube.com/watch?v=Agu6jipKfYw) - by _Evan Czaplicki_ 262 | - [Functional Programming Patterns for Mere Mortals](https://www.youtube.com/watch?v=v9QGWbGppis) - by _Daniel Chambers_ 263 | - [Railway Oriented Programming - error handling in functional languages](https://www.youtube.com/watch?v=E8I19uA-wGY) - by _Scott Wlaschin_ 264 | - [Why Isn't Functional Programming the Norm?](https://youtu.be/QyJZzq0v7Z4) - by _Richard Feldman_ 265 | 266 | ### Programming Language Principles 267 | 268 | - [Clean Code - Uncle Bob](https://youtu.be/7EmboKQH8lM) - by _Robert Cecil Martin_ 269 | - [Types, and why you should care](https://www.youtube.com/watch?v=yVuEPwNuCHw) - by _Yaron Minsky_ 270 | 271 | ## Cloud Computing 272 | 273 | - [12-Factor Apps and the Hashistack](https://www.youtube.com/watch?v=Nosa5-xcATw) - by _Kelsey Hightower_ 274 | - [Achieving Rapid Response Times in Large Online Services](https://www.youtube.com/watch?v=1-3Ahy7Fxsc) - by _Jeff Dean_ 275 | - [A Day in the Life of a Netflix Engineer - AWS re:Invent 2015](https://www.youtube.com/watch?v=-mL3zT1iIKw) - by _Dave Hahn_ 276 | - [Build user trust: running containers securely with Google Container Engine](https://www.youtube.com/watch?v=Cd4JU7qzYbE) - by _Alex Mohr_ and _Jessie Frazelle_ 277 | - [Building Software Systems At Google and Lessons Learned](https://www.youtube.com/watch?v=modXC5IWTJI) - by _Jeff Dean_ 278 | - [Cluster Management at Google with Borg](https://www.youtube.com/watch?v=0W49z8hVn0k) - by _John Wilkes_ 279 | - [Container management and deployment: from development to production](https://www.youtube.com/watch?v=XL9CQobFB8I) - by _Kelsey Hightower_ 280 | - [Infrastructure as Code Might Literally Be Impossible](https://www.youtube.com/watch?v=SLh_6Ievi7A) - by _Joe Damato_ 281 | - [Infrastructure as Code Might Literally Be Impossible Part Two](https://www.youtube.com/watch?v=nPGdN_OuU9U) - by _Joe Damato_ 282 | - [Scaling at GitHub](https://www.youtube.com/watch?v=f7ecUqHxD7o) - by _Patrick Reynolds_ 283 | - [Scaling Redis at Twitter](https://www.youtube.com/watch?v=rP9EKvWt0zo) - by _Yao Yu_ 284 | - [Scaling Up to Your First 10 Million Users](https://www.youtube.com/watch?v=vg5onp8TU6Q) - by _Joel Williams_ 285 | 286 | ## Computer Security 287 | 288 | - [Esoteric sub-domain enumeration techniques](https://www.youtube.com/watch?v=e_Gq99CKAys) - by _Bharath Kumar_ 289 | - [Knocking my neighbors kids cruddy drone offline](https://www.youtube.com/watch?v=5CzURm7OpAA) - by _Michael Robinson_ 290 | - [OAuth 2.0 and OpenID Connect (in plain English)](https://www.youtube.com/watch?v=996OiexHze0) - by _Nate Barbettini_ 291 | - [Pwned By the owner: What happens when you steal a hackers computer - Defcon 18](https://www.youtube.com/watch?v=Jwpg-AwJ0Jc) - by _Zoz_ 292 | 293 | ## Cryptocurrency 294 | 295 | - [Ethereum in 25 Minutes, Version MMXVII](https://youtu.be/mCzyDLanA7s) - by _Vitalik Buterin_ 296 | 297 | ## Database Systems 298 | 299 | - [Efficient Time Series with PostgreSQL](https://www.youtube.com/watch?v=atvgYJTBEF4) - by _Steve Simpson_ 300 | - [Modern SQL in PostgreSQL](https://www.youtube.com/watch?v=nFfS1HmiWCM) - by _Markus Winand_ 301 | - [PostgreSQL + ZFS: Best Practices and Standard Procedures](https://www.youtube.com/watch?v=dwMQXLOXUco) - by _Sean Chittenden_ 302 | - [Things every developer absolutely, positively needs to know about database indexing](https://www.youtube.com/watch?v=HubezKbFL7E) - by _Kai Sassnowski_ 303 | - [Transactions: myths, surprises and opportunities](https://www.youtube.com/watch?v=5ZjhNTM8XU8) - by _Martin Kleppmann_ 304 | - [Tuning PostgreSQL for High Write Workloads](https://www.youtube.com/watch?v=xrMbzHdPLKM) - by _Grant McAlister_ 305 | 306 | ## DevOps 307 | 308 | - [How Netflix Thinks of DevOps](https://www.youtube.com/watch?v=UTKIT6STSVM) - by _Dave Hahn_ 309 | - [Modern Continuous Delivery](https://www.youtube.com/watch?v=wjF4X9t3FMk) - by _Ken Mugrage_ 310 | - [Tracing, Fast and Slow: Digging into & improving your web service’s performance](https://www.youtube.com/watch?v=pprCOMmGnS0) - by _Lynn Root_ 311 | 312 | ## Distributed Systems 313 | 314 | - [Applying the Saga Pattern](https://www.youtube.com/watch?v=xDuwrtwYHu8) - by _Caitie McCaffrey_ 315 | - [A Brief History of Distributed Programming](https://www.youtube.com/watch?v=aDWZyYHj2XM) - by _Christopher Meiklejohn, Caitie McCaffrey_ 316 | - [A Tour Through the Distributed System Zoo](https://www.youtube.com/watch?v=L7OTjuCIZc0) - by _Mariano Guerra_ 317 | - [Conflict Resolution for Eventual Consistency](https://www.youtube.com/watch?v=yCcWpzY8dIA) - by _Martin Kleppmann_ 318 | - [CRDTs and the Quest for Distributed Consistency](https://www.youtube.com/watch?v=B5NULPSiOGw) - by _Martin Kleppmann_ 319 | - [Distribution, Scale and Flexibility with ZeroMQ](https://www.youtube.com/watch?v=yhGXJ9Jt3-A) - by _Pieter Hintjens_ 320 | - [Everything Will Flow](https://www.youtube.com/watch?v=1bNOO3xxMc0) - by _Zach Tellman_ 321 | - [Jepsen 9: A Fsyncing Feeling](https://www.youtube.com/watch?v=tRc0O9VgzB0) - by _Kyle Kingsbury_ 322 | - [Practical Load Balancing with Consistent Hashing](https://www.youtube.com/watch?v=jk6oiBJxcaA) - by _Andrew Rodland_ 323 | - [The Anatomy of a Distributed System](https://www.youtube.com/watch?v=1TIzPL4878Q) - by _Tyler McMullen_ 324 | - [What We Talk About When We Talk About Distributed Systems](https://www.youtube.com/watch?v=yC6b0709HCw) - by _Alvaro Videla_ 325 | 326 | ## Microservices 327 | 328 | - [Deploying And Scaling Microservices](https://www.youtube.com/watch?v=sO0RKuVhfw4) - by _Sam Newman_ 329 | - [Design Microservice Architectures the Right Way](https://www.youtube.com/watch?v=j6ow-UemzBc) - by _Michael Bryzek_ 330 | - [Globally scalable microservices with Container Engine & Cloud Load Balancing](https://www.youtube.com/watch?v=kmPBm-TQBSE) - by _Sandip Dinesh_ 331 | - [Mastering Chaos - A Netflix Guide to Microservices](https://youtu.be/CZ3wIuvmHeM) - by _Josh Evans_ 332 | - [Microservices at Netflix Scale: Principles, Tradeoffs & Lessons Learned](https://www.youtube.com/watch?v=57UK46qfBLY) - by _R. Meshenberg_ 333 | - [Principles Of Microservices](https://www.youtube.com/watch?v=PFQnNFe27kU) - by _Sam Newman_ 334 | - [The Seven (More) Deadly Sins of Microservices](https://www.youtube.com/watch?v=NP189MPfR7Q) - by _Daniel Bryant_ 335 | 336 | ## Operating Systems 337 | 338 | ### Unix 339 | 340 | - [Early days of Unix and design of sh](https://www.youtube.com/watch?v=FI_bZhV7wpI) - by _Stephen R. Bourne_ 341 | - [Unix Architecture Evolution from the 1970 PDP-7 to the 2018 FreeBSD Important Milestones and Lesson](https://www.youtube.com/watch?v=FbDebSinSQo) - by _Diomidis Spinellis_ 342 | 343 | ## Software Testing & Automation 344 | 345 | - [Integrated Tests Are A Scam](https://vimeo.com/80533536) - by _J.B. Rainsberger_ 346 | - [Modern Web Testing and Automation with Puppeteer](https://www.youtube.com/watch?v=MbnATLCuKI4) - by _Andrey Lushnikov and Joel Einbinder_ 347 | - [The Magic Tricks of Testing](https://www.youtube.com/watch?v=URSWYvyc42M) - by _Sandi Metz_ 348 | 349 | ## Miscellaneous 350 | 351 | ### Fun to Watch 352 | 353 | - [Best Practices for Software Development](https://www.youtube.com/watch?v=1cXquTPBpWo) - by _Chet Haase_ 354 | - [Computers are a sadness, I am the cure](https://vimeo.com/95066828) by _James Mickens_ 355 | - [Developer Stand up Comedy](http://media.ch9.ms/ch9/1ea0/ef05d6a9-86a1-43bd-af65-9ed200a41ea0/devdays054_high_ch9.mp4) - by _Scott Hanselman_ 356 | - [If you wish to learn ES6/2015 from scratch, you must first invent the universe](https://www.youtube.com/watch?v=DN4yLZB1vUQ) - by _Ashley Williams_ 357 | - [It Was Never Going to Work, So Let’s Have Some Tea](https://vimeo.com/146524997) - by _James Mickens_ 358 | - [Life As A Developer: My Code Does Not Work Because I Am A Victim Of Complex Societal Factors That Are Beyond My Control](https://www.youtube.com/watch?v=7Nj9ZjwOdFQ) - by _James Mickens_ 359 | - [Life is Terrible: Lets Talk About The Web](https://vimeo.com/111122950) - by _James Mickens_ 360 | - [Not Even Close: The State of Computer Security](https://www.youtube.com/watch?v=tF24WHumvIc) - by _James Mickens_ 361 | - [Perfectly Executing The Wrong Plan](https://www.youtube.com/watch?v=9TJTbRw4ri8) - by _Tomer Sharon_ 362 | - [Programming is terrible — Lessons learned from a life wasted.](https://www.youtube.com/watch?v=csyL9EC0S0c) - by _Thomas Figg_ 363 | - [Single Point of Failure: The (Fictional) Day Google Forgot To Check Passwords](https://www.youtube.com/watch?v=y4GB_NDU43Q) - by _Tom Scott_ 364 | - [Tail Call Optimization: The Musical!!](https://www.youtube.com/watch?v=-PX0BV9hGZY) - by _Anjana Vakil & Natalia Margolis_ 365 | - [The Birth & Death of Javascript](https://www.destroyallsoftware.com/talks/the-birth-and-death-of-javascript) - by _Gary Bernhardt_ 366 | - [The Social Coding Contract](https://www.youtube.com/watch?v=e_-qV8waPVM) - by _Justin Searls_ 367 | - [The Worst Programming Language](https://www.infoq.com/presentations/worst-programming-language/) by _Mark Rendle_ 368 | - [Virtual Machines, JavaScript and Assembler](https://www.youtube.com/watch?v=UzyoT4DziQ4) - by _Scott Hanselman_ 369 | - [WAT](https://www.destroyallsoftware.com/talks/wat) - by _Gary Bernhardt_ 370 | - [What Is Open Source & Why Do I Feel So Guilty?](https://www.youtube.com/watch?v=UIDb6VBO9os) - by _Jacob Thornton_ 371 | - [WTFJS](https://www.youtube.com/watch?v=et8xNAc2ic8) - by _Brian Leroux_ 372 | 373 | ### IDEs and Editors 374 | 375 | - [7 Habits For Effective Text Editing](https://www.youtube.com/watch?v=p6K4iIMlouI) - by _Bram Moolenaar_ 376 | - [How to Do 90% of What Plugins Do (With Just Vim)](https://www.youtube.com/watch?v=XA2WjJbmmoM) - by _Max Cantor_ 377 | - [Learning Vim in a Week](https://www.youtube.com/watch?v=_NUO4JEtkDw) - by _Mike Coutermarsh_ 378 | - [Mastering the Vim Language](https://www.youtube.com/watch?v=wlR5gYd6um0) - by _Chris Toomey_ 379 | - [More Instantly Better Vim](https://www.youtube.com/watch?v=aHm36-na4-4) - by _Damian Conway_ 380 | - [Precision Editing at the Speed of Thought](https://vimeo.com/53144573) - by _Drew Neil_ 381 | - [Going Mouseless with Vim, Tmux, and Hotkeys](https://www.youtube.com/watch?v=E-ZbrtoSuzw) - by _Leeren Chang_ 382 | - [vim + tmux](https://www.youtube.com/watch?v=5r6yzFEXajQ) - by _Nick Nisi_ 383 | - [Xi: an editor for the next 20 years](https://www.youtube.com/watch?v=4FbQre9VQLI) - by _Raph Levien_ 384 | 385 | ### Version Control 386 | 387 | - [Dissecting Git's Guts](https://www.youtube.com/watch?v=Y2Msq90ZknI) - by _Emily Xie_ 388 | - [Git](https://www.youtube.com/watch?v=idLyobOhtO4) - by _Linus Torvalds_ 389 | 390 | ## Contribute 391 | 392 | Contributions welcome! Read the [contribution guidelines](CONTRIBUTING.md) first. 393 | 394 | ## License 395 | 396 | [Apache License 2.0](LICENSE) 397 | --------------------------------------------------------------------------------