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