For full text search please use the '?' prefix. e.g. ? Onboarding

Functional Programming

Collections

  • Pure and Impure Functions in JavaScript: A Complete Guide
  • Functional programming constructs
  • Function Composition in Large React Applications: Best Practices and Real-World Examples

Books

  • Functional-Light JavaScript is a book balanced, pragmatic look at FP in JavaScript. #bookshelf
  • Professor Frisby's Mostly Adequate Guide to Functional Programming: Mostly adequate guide to FP (in javascript) #bookshelf
    • https://mostly-adequate.gitbook.io/mostly-adequate-guide/

Functional programming deals with values; imperative programming deals with objects.
-Alexander Stepanov, โ€œElements of Programmingโ€, p. 5


Children
  1. A primer on functional architecture
  2. Composing Software
  3. Curry or Partial Application?
  4. FP + Monads
  5. Functional Programming - How and Why
  6. Functional Programming: Part 5 - Functors
  7. Functional composition
  8. The Power of Currying
  9. What's Functional Programming All About?
  10. Why Functional Programming Should Be the Future of Software Development
  11. Why I Am Learning Category Theory 1
Collections
Books