-
Transducers by Rich Hickey
Great talk on generalizing combinators like map,filter across different data structures.
-
Reading code good by Saron Yitbarek
Dec 15, 2014 programming
Great talk on how to read code together.
-
Nailing the Hard Things by Ben Horowitz(Netscape co-founder)
Dec 15, 2014 entrepreneurship
Great Q&A with Ben Horowitz on entrepreneurship, venture capital and software industry in general.
-
Importance of Mathematics
Great talk on why abstract mathematics is super important.
-
AWS innovation at Scale
Dec 15, 2014 design
Great talk on how AWS scales to millions of users,same time keeping costs as low as possible.
-
Javascript... Torrents... and Mad Science!
Nov 16, 2014 javascript
Great talk on streaming torrents and peer to peer communication in javascript.
-
Internet of things using FirefoxOS phone
Oct 24, 2014 javascript
Great video on how to build cool things using FirefoxOS phone circuit board.
-
Pixar - A Human Story of Computer Animation
Oct 15, 2014 design
Great Q&A with founders of Pixar on how computer graphics over last few decades.
-
What the heck is the event loop anyway?
Oct 15, 2014 javascript
Great talk on inner workings of Javascript event loop.
-
Concurrency Is Not Parallelism - Rob Pike
Great talk by Rob pike on how concurrency not always means parallelism. Slides are available here.