1 |
The Functional Programming Triad of map, filter and fold |
3,718 views |
|
|
|
|
|
|
2 |
Sequence and Traverse - Part 1 |
3,562 views |
|
|
3 |
Sequence and Traverse - Part 2 |
3,531 views |
|
|
4 |
Sequence and Traverse - Part 3 |
2,821 views |
|
|
5 |
Scala 3 by Example - Algebraic Data Types for Domain Driven Design - Part 1 |
2,513 views |
|
|
|
6 |
State Monad |
2,117 views |
|
|
7 |
Functional Effects - Part 1 |
2,056 views |
|
|
8 |
Functor Laws |
1,956 views |
|
|
9 |
Kleisli Composition |
1,917 views |
|
|
|
10 |
Monoids - Part 1 - With examples using Scalaz and Cats |
1,748 views |
|
|
|
11 |
Functional Effects - Part 2 |
1,731 views |
|
|
12 |
Scala 3 by Example - Algebraic Data Types for Domain Driven Design - Part 2 |
1,699 views |
|
|
|
13 |
Ad hoc Polymorphism using Type Classes and Cats |
1,587 views |
|
|
14 |
Algebraic Data Types for Data Oriented Programming - From Haskell and Scala to Java |
1,582 views |
|
|
|
|
15 |
N-Queens Combinatorial Problem - Polyglot FP for Fun and Profit – Haskell and Scala - Part 1 |
1,543 views |
|
|
|
16 |
Function Applicative for Great Good of Palindrome Checker Function |
1,533 views |
|
|
|
17 |
The Expression Problem Part 1 |
1,461 views |
|
|
|
|
18 |
Sierpinski Triangle - Polyglot FP for Fun and Profit - Haskell and Scala |
1,375 views |
|
|
|
19 |
Game of Life - Polyglot FP - Haskell and Scala - Part 1 |
1,359 views |
|
|
|
20 |
From Scala Monadic Effects to Unison Algebraic Effects |
1,307 views |
|
|
|
21 |
The Functional Programming Triad of Folding, Scanning and Iteration - A first example in Scala and Haskell |
1,293 views |
|
|
|
22 |
The Sieve of Eratosthenes - Part 1 |
1,272 views |
|
|
|
|
|
23 |
Folding Unfolded - Part 1 |
1,258 views |
|
|
|
24 |
Sum and Product Types - The Fruit Salad & Fruit Snack Example |
1,219 views |
|
|
|
|
|
25 |
Quicksort - a whistle-stop tour of the algorithm in five languages and four paradigms |
1,203 views |
|
|
|
|
|
|
|
26 |
Game of Life - Polyglot FP - Haskell and Scala - Part 2 |
1,196 views |
|
|
|
27 |
Definitions of Functional Programming |
1,145 views |
|
|
28 |
Monoids - Part 2 - With examples using Scalaz and Cats |
1,086 views |
|
|
29 |
Left and Right Folds - Comparison of a mathematical definition and a programmatic one |
1,036 views |
|
|
|
30 |
Monad Laws Must Be Checked |
1,011 views |
|
|
|
31 |
Applicative Functor - Part 2 |
972 views |
|
|
|
32 |
Arrive at monads by going from composition of pure functions to composition of effectful functions |
960 views |
|
|
33 |
Folding Unfolded - Part 4 |
953 views |
|
|
|
34 |
Folding Unfolded - Part 3 |
944 views |
|
|
|
35 |
Functional Core and Imperative Shell - Game of Life Example - Haskell and Scala |
937 views |
|
|
|
36 |
Game of Life - Polyglot FP - Haskell and Scala - Part 3 |
915 views |
|
|
|
37 |
N-Queens Combinatorial Problem - Polyglot FP for Fun and Profit – Haskell and Scala - Part 3 |
898 views |
|
|
|
38 |
Compositionality and Category Theory |
872 views |
|
|
39 |
Folding Unfolded - Part 2 |
858 views |
|
|
|
40 |
‘go-to’ general-purpose sequential collections - from Java To Scala |
835 views |
|
|
|
41 |
N-Queens Combinatorial Problem - Polyglot FP for Fun and Profit – Haskell and Scala - Part 2 |
808 views |
|
|
|
42 |
Writer Monad for logging execution of functions |
803 views |
|
|
|
43 |
Applicative Functor - Part 1 |
773 views |
|
|
|
44 |
The Expression Problem Part 2 |
755 views |
|
|
|
45 |
Applicative Functor - Part 3 |
717 views |
|
|
|
46 |
Monad Fact #5 |
690 views |
|
|
47 |
Refactoring: A First Example - Martin Fowler’s First Example of Refactoring, Adapted to Scala |
674 views |
|
|
48 |
The Uniform Access Principle |
654 views |
|
|
49 |
Scala 3 enum for a terser Option Monad Algebraic Data Type |
618 views |
|
|
50 |
Natural Transformations |
612 views |
|
|
|
51 |
Tagless Final Encoding - Algebras and Interpreters and also Programs |
602 views |
|
|
52 |
Folding Unfolded - Part 5 |
582 views |
|
|
|
53 |
N-Queens Combinatorial Problem - Polyglot FP for Fun and Profit – Haskell and Scala - Part 4 |
549 views |
|
|
|
54 |
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid |
546 views |
|
|
|
55 |
Monad Fact #6 |
516 views |
|
|
|
56 |
Scala Left Fold Parallelisation - Three Approaches |
493 views |
|
|
57 |
Computer Graphics in Java and Scala - Part 1 |
470 views |
|
|
|
58 |
The Monad Fact Series |
469 views |
|
|
|
59 |
Refactoring: A First Example - Martin Fowler’s First Example of Refactoring, Adapted to Java |
437 views |
|
|
60 |
Monad Fact #4 |
420 views |
|
|
61 |
The aggregate function - from sequential and parallel folds to parallel aggregation |
408 views |
|
|
|
62 |
Nat, List and Option Monoids - From scratch - Combining and Folding - An example |
406 views |
|
|
|
63 |
N-Queens Combinatorial Puzzle meets Cats |
399 views |
|
|
|
64 |
Monad Fact #2 |
384 views |
|
|
65 |
Monad Fact #1 |
373 views |
|
|
66 |
A sighting of sequence function in Practical FP in Scala |
371 views |
|
|
67 |
The Sieve of Eratosthenes - Part 2 - Genuine versus Unfaithful Sieve |
356 views |
|
|
|
68 |
Monad Fact #3 |
351 views |
|
|
69 |
Side by Side - Scala and Java Adaptations of Martin Fowler’s Javascript Refactoring Example |
326 views |
|
|
|
70 |
Computer Graphics in Java and Scala - Part 1b |
320 views |
|
|
|
71 |
Fusing Transformations of Strict Scala Collections with Views |
299 views |
|
|
72 |
Folding Cheat Sheet #1 |
285 views |
|
|
73 |
Kleisli composition, flatMap, join, map, unit - implementation and interrelation - V2 updated for Scala 3 |
268 views |
|
|
|
74 |
A sighting of traverse_ in Practical FP in Scala |
264 views |
|
|
75 |
A sighting of traverseFilter and foldMap in Practical FP in Scala |
256 views |
|
|
76 |
A Sighting of filterA in Typelevel Rite of Passage |
200 views |
|
|
77 |
Folding Cheat Sheet #2 |
176 views |
|
|
78 |
Folding Cheat Sheet #3 |
162 views |
|
|
79 |
Folding Cheat Sheet #4 |
154 views |
|
|
|
80 |
Hand Rolled Applicative User Validation Code Kata |
99 views |
|
|
81 |
Folding Cheat Sheet #6 |
86 views |
|
|
|
82 |
Folding Cheat Sheet #5 |
41 views |
|
|
83 |
Folding Cheat Sheet #7 |
0 views |
|
|
|
84 |
Function Applicative for Great Good of Leap Year Function |
0 views |
|
|
|
85 |
Folding Cheat Sheet #8 |
0 views |
|
|
|