115 Decks - Latest First - Ch
se one -
invert order
1
Combinatorial Interview Problems with Backtracking Solutions - from Procedural to Functional Programming - Part 2
2
Combinatorial Interview Problems with Backtracking Solutions - from Procedural to Functional Programming - Part 1
3
Test Doubles - Terminology, Definitions and Illustrations - with Examples - Part 1
4
ApplicativeError functions handling and recovering from errors: A mnemonic to recall their signatures from their names
5
Folding Cheat Sheet #9 - List Unfolding - 'unfold' as the Computational Dual of 'fold', and how 'unfold' relates to 'iterate'
6
List Unfolding - 'unfold' as the Computational Dual of 'fold', and how 'unfold' relates to 'iterate'
7
Drawing Heighway’s Dragon - Part 4 - Interactive and Animated Dragon Creation
8
The Nature of Complexity in John Ousterhout’s Philosophy of Software Design
9
Drawing Heighway’s Dragon - Part 3 - Simplification Through Separation of Concerns - Rotation Without Matrix Multiplication
10
Drawing Heighway’s Dragon - Part 2 - Recursive Function Simplification - From 2^n Recursive Invocations To n Tail-Recursive Invocations Exploiting Self-Similarity
11
Drawing Heighway’s Dragon - Part 1 - Recursive Function Rewrite - From Imperative Style in Pascal 64 To Functional Style in Scala 3
12
Fibonacci Function Gallery - Part 2
13
Fibonacci Function Gallery - Part 1
14
The Debt Metaphor - Ward Cunningham in his 2009 YouTube video
15
From Subtype Polymorphism To Typeclass-based Ad hoc Polymorphism - An Example
16
Folding Cheat Sheet #8 - Folding with monoids
17
Function Applicative for Great Good of Leap Year Function
18
Folding Cheat Sheet #7 - The three duality theorems of fold
19
Folding Cheat Sheet #6 - Left and right folds and tail recursion
20
Folding Cheat Sheet #5 - Folding a list right and left using Cons and Nil results in the identity and reverse functions
21
Hand Rolled Applicative User Validation Code Kata
22
A Sighting of filterA in Typelevel Rite of Passage
23
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
24
Folding Cheat Sheet #4 - For functions that can be defined both as a right fold and as a left fold, one may be more efficient than the other
25
Folding Cheat Sheet #3 - The universal property of fold
26
Folding Cheat Sheet #2 - Programmatic and mathematical definitions of right fold and left fold
27
Folding Cheat Sheet #1 - Folding over recursively defined data structures for natural numbers and lists
28
Folding Cheat Sheet Series Titles
29
Scala Left Fold Parallelisation - Three Approaches
30
Tagless Final Encoding - Algebras and Interpreters and also Programs
31
Fusing Transformations of Strict Scala Collections with Views
32
A sighting of traverse_ in Practical FP in Scala
33
A sighting of traverseFilter and foldMap in Practical FP in Scala
34
A sighting of sequence function in Practical FP in Scala
35
N-Queens Combinatorial Puzzle meets Cats
36
Kleisli composition, flatMap, join, map, unit - implementation and interrelation - V2 updated for Scala 3
37
The aggregate function - from sequential and parallel folds to parallel aggregation
38
Nat, List and Option Monoids - From scratch - Combining and Folding - An example
39
The Sieve of Eratosthenes - Part 2 - Genuine versus Unfaithful Sieve
40
Sum and Product Types - The Fruit Salad & Fruit Snack Example
41
Algebraic Data Types for Data Oriented Programming - From Haskell and Scala to Java
42
The Sieve of Eratosthenes - Part 1
43
The Uniform Access Principle
44
Computer Graphics in Java and Scala - Part 1b
45
The Expression Problem Part 2
46
Computer Graphics in Java and Scala - Part 1
47
The Expression Problem Part 1
48
Side by Side - Scala and Java Adaptations of Martin Fowler’s Javascript Refactoring Example
49
Refactoring: A First Example - Martin Fowler’s First Example of Refactoring, Adapted to Java
50
Refactoring: A First Example - Martin Fowler’s First Example of Refactoring, Adapted to Scala
51
‘go-to’ general-purpose sequential collections - from Java To Scala
52
The Functional Programming Triad of map, filter and fold
53
Functional Core and Imperative Shell - Game of Life Example - Haskell and Scala
54
N-Queens Combinatorial Problem - Polyglot FP for Fun and Profit – Haskell and Scala - Part 4
55
Quicksort - a whistle-stop tour of the algorithm in five languages and four paradigms
56
N-Queens Combinatorial Problem - Polyglot FP for Fun and Profit – Haskell and Scala - Part 3
57
Left and Right Folds - Comparison of a mathematical definition and a programmatic one
58
N-Queens Combinatorial Problem - Polyglot FP for Fun and Profit – Haskell and Scala - Part 2
59
N-Queens Combinatorial Problem - Polyglot FP for Fun and Profit – Haskell and Scala - Part 1
60
Sierpinski Triangle - Polyglot FP for Fun and Profit - Haskell and Scala
61
Function Applicative for Great Good of Palindrome Checker Function
62
Scala 3 enum for a terser Option Monad Algebraic Data Type
63
Folding Unfolded - Part 5
64
The Functional Programming Triad of Folding, Scanning and Iteration - A first example in Scala and Haskell
65
Folding Unfolded - Part 4
66
Folding Unfolded - Part 3
67
Folding Unfolded - Part 2
68
Folding Unfolded - Part 1
69
Game of Life - Polyglot FP - Haskell and Scala - Part 3
70
Game of Life - Polyglot FP - Haskell and Scala - Part 2
71
Game of Life - Polyglot FP - Haskell and Scala - Part 1
72
Scala 3 by Example - Algebraic Data Types for Domain Driven Design - Part 2
73
From Scala Monadic Effects to Unison Algebraic Effects
74
Monad Fact #6
75
Monad Fact #5
76
Monad Fact #4
77
Monad Fact #3
78
Monad Fact #2
79
Monad Fact #1
80
The Monad Fact Series
81
Scala 3 by Example - Algebraic Data Types for Domain Driven Design - Part 1
82
State Monad
83
Applicative Functor - Part 3
84
Applicative Functor - Part 2
85
Functional Effects - Part 2
86
Functional Effects - Part 1
87
Symmetry in the interrelation of flatMap/foldMap/traverse and flatten/fold/sequence
88
Ad hoc Polymorphism using Type Classes and Cats
89
Year when lambda functions were introduced in various languages
90
Function Composition - forward composition versus backward composition
91
Non-strict functions, bottom, and Scala by-name parameters
92
Addendum to `Monads do not Compose`
93
Monad Transformers - Part 1
94
Monads do not Compose
95
Functor Composition
96
Sequence and Traverse - Part 3
97
Sequence and Traverse - Part 2
98
Monoids - Part 2 - With examples using Scalaz and Cats
99
Monoids - Part 1 - With examples using Scalaz and Cats
100
Definitions of Functional Programming
101
Sequence and Traverse - Part 1
102
Applicative Functor - Part 1
103
Writer Monad for logging execution of functions
104
Kleisli Composition
105
Monad Laws Must Be Checked
106
Point-free or Die - Tacit Programming in Haskell
107
Monad as Functor with pair of Natural Transformations
108
Natural Transformations
109
Functor Laws
110
Compositionality and Category Theory
111
Arrive at monads by going from composition of pure functions to composition of effectful functions
112
De Morgan's Laws are Monoid Homomorphisms
113
Lambda Expressions and Java 8 - Lambda Calculus, Lambda Expressions, Syntactic Sugar, First Class Functions
114
The Open-Closed Principle - Part 2 - The Contemporary Version - An Introduction
115
The Open-Closed Principle - Part 1 - The Original Version