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

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