JS Callback Heaven
Programming with callbacks has been every JavaScript programmer's struggle since always. "Callback hell" is the reason why we have created Promises, Observables, reactive programming libraries, and other smart tools to help us avoid using callbacks directly. In this talk, we'll go beyond reactive programming and take a fresh look at callbacks. We will discover an incredible pattern among simple callbacks, that allows us to do everything that Observables or Promises or Iterables can do, and through familiar functional APIs. That pattern is fondly named "Callbags".
EVENT:
Amsterdam JSNation 2018
https://amsterdamjs.com/
SPEAKER:
Andre Staltz
PERMISSIONS:
Amsterdam JS Organizer provided Coding Tech with the permission to republish this video.
CREDITS:
JSNation YouTube channel: https://www.youtube.com/channel/UCQM428Hwrvxla8DCgjGONSQ
Other Videos By Coding Tech
2018-06-27 | Cryptography For Beginners |
2018-06-25 | Fearless Interview |
2018-06-24 | A Webpack Survival Guide |
2018-06-23 | A Case for Oxidation: The Rust Programming Language |
2018-06-22 | Strategies for Better UX |
2018-06-20 | When Fast is Faster Than Fastest |
2018-06-17 | If You Don’t Succeed At Beating HQ Trivia, Try Cheating! |
2018-06-16 | Top 10 Data Engineering Mistakes |
2018-06-13 | Microservices: How To Build Systems That Survive |
2018-06-11 | Introduction To TypeScript |
2018-06-10 | JS Callback Heaven |
2018-06-10 | Styled Components For Your React Apps |
2018-06-09 | [JavaScript] Master the Art of the AST and Take Control of Your JS |
2018-06-09 | Secure Coding Best Practices |
2018-06-07 | VS Code Can Do That?! VS Code Tips and Tricks |
2018-06-05 | Words of Wisdom on Coding |
2018-05-30 | Mathematics of Animation |
2018-05-26 | Building AI Products: From Paper to Prototype to Production |
2018-05-25 | PHP in 2018 by the Creator of PHP |
2018-05-24 | The Future of Rails 6: Scalable by Default |
2018-05-23 | Postgres 10, Performance, and You |