Simplicity through Functions
Offered By: JSConf via YouTube
Course Description
Overview
Explore functional programming concepts in JavaScript to simplify software development in this JSConf.Asia 2015 conference talk. Discover how to apply ES2015+ features to create a new style of writing JavaScript, focusing on simplicity through functions. Learn about immutable collections, pure functions, currying, composition, and communicating sequential processes. Gain insights into the differences between object-oriented and functional programming paradigms, and understand how functional concepts can enhance reliability and ease of construction in your projects. Delve into topics such as recursion with tail call optimization, transducers, and event handling using functional approaches. Join Isaac Johnston, a passionate advocate for functional programming, as he shares his experiences and demonstrates practical applications of these concepts in modern JavaScript development.
Syllabus
Intro
Limits
Outline
Reliability
Easy
Construct
Complect
Functional Programming ?
Difference Between OOP vs FP
Identity
Mutable Maps
Immutable Collections
What About Size?
Branching...
Recursion with TCO
Pure Function
Reduce
Filter
Namespaces Functions Values
Curry
Compose
Event Handlers
Communicating sequential processes
CSP
Transducers
Taught by
JSConf
Related Courses
Deno - Next Generation JavaScript RuntimeJSConf via YouTube How I Got 1600 Stars on GitHub in 2 Months of Open Source Work
JSConf via YouTube Is it Okay to Pursue Functional Programming on Frontend - JSConf Korea
JSConf via YouTube If - Extensible Design - Return "Work Life Balance"
JSConf via YouTube React x Web Components - How It Is and How It Could Be
JSConf via YouTube