29 Decks With Associated Github Repository - Latest First - Chse one - invert order

  1   ApplicativeError functions handling and recovering from errors: A mnemonic to recall their signatures from their names   
  2   Drawing Heighway’s Dragon - Part 4 - Interactive and Animated Dragon Creation   
  3   Drawing Heighway’s Dragon - Part 3 - Simplification Through Separation of Concerns - Rotation Without Matrix Multiplication   
  4   Drawing Heighway’s Dragon - Part 2 - Recursive Function Simplification - From 2^n Recursive Invocations To n Tail-Recursive Invocations Exploiting Self-Similarity   
  5   Drawing Heighway’s Dragon - Part 1 - Recursive Function Rewrite - From Imperative Style in Pascal 64 To Functional Style in Scala 3   
  6   From Subtype Polymorphism To Typeclass-based Ad hoc Polymorphism - An Example   
  7   Function Applicative for Great Good of Leap Year Function   
  8   Hand Rolled Applicative User Validation Code Kata   
  9   Scala Left Fold Parallelisation - Three Approaches   
  10   N-Queens Combinatorial Puzzle meets Cats   
  11   Kleisli composition, flatMap, join, map, unit - implementation and interrelation - V2 updated for Scala 3   
  12   Nat, List and Option Monoids - From scratch - Combining and Folding - An example   
  13   The Sieve of Eratosthenes - Part 2 - Genuine versus Unfaithful Sieve   
  14   Computer Graphics in Java and Scala - Part 1b   
  15   Computer Graphics in Java and Scala - Part 1   
  16   Refactoring: A First Example - Martin Fowler’s First Example of Refactoring, Adapted to Java   
  17   Refactoring: A First Example - Martin Fowler’s First Example of Refactoring, Adapted to Scala   
  18   The Functional Programming Triad of map, filter and fold   
  19   Functional Core and Imperative Shell - Game of Life Example - Haskell and Scala   
  20   N-Queens Combinatorial Problem - Polyglot FP for Fun and Profit – Haskell and Scala - Part 3   
  21   N-Queens Combinatorial Problem - Polyglot FP for Fun and Profit – Haskell and Scala - Part 1   
  22   Sierpinski Triangle - Polyglot FP for Fun and Profit - Haskell and Scala   
  23   Scala 3 enum for a terser Option Monad Algebraic Data Type   
  24   The Functional Programming Triad of Folding, Scanning and Iteration - A first example in Scala and Haskell   
  25   Folding Unfolded - Part 2   
  26   Folding Unfolded - Part 1   
  27   Game of Life - Polyglot FP - Haskell and Scala - Part 1   
  28   From Scala Monadic Effects to Unison Algebraic Effects   
  29   Applicative Functor - Part 2