Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Search
Log in
Create account
DEV Community
Close
#
monad
Follow
Hide
Posts
Left menu
👋
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
Complementing exceptions - Introducing monads for error handling in ruby
Cherry Ramatis
Cherry Ramatis
Cherry Ramatis
Follow
Aug 13 '23
Complementing exceptions - Introducing monads for error handling in ruby
#
ruby
#
errors
#
monad
#
webdev
245
reactions
Comments
27
comments
8 min read
Safe-navigation monad
Kang-min Liu
Kang-min Liu
Kang-min Liu
Follow
Jun 19 '23
Safe-navigation monad
#
perl
#
monad
#
safenav
2
reactions
Comments
3
comments
3 min read
Practical Monads with Raku and Monad::Result
Rawley Fowler
Rawley Fowler
Rawley Fowler
Follow
Mar 12 '23
Practical Monads with Raku and Monad::Result
#
raku
#
monad
2
reactions
Comments
Add Comment
5 min read
Functional programming with fp-ts.
Petr Tcoi
Petr Tcoi
Petr Tcoi
Follow
Feb 6 '23
Functional programming with fp-ts.
#
typescript
#
fpts
#
functor
#
monad
Comments
1
comment
10 min read
monad in Functional programming
Anusorn Chaikaew
Anusorn Chaikaew
Anusorn Chaikaew
Follow
Dec 16 '22
monad in Functional programming
#
chatgpt
#
monad
#
functional
#
programming
Comments
Add Comment
5 min read
JS Promises are monadic... just not the way you'd expect
Voltra
Voltra
Voltra
Follow
Jun 6 '22
JS Promises are monadic... just not the way you'd expect
#
javascript
#
promise
#
monad
6
reactions
Comments
Add Comment
2 min read
You already know Monad(ic) stuff
Sakib Hadžiavdić
Sakib Hadžiavdić
Sakib Hadžiavdić
Follow
May 17 '22
You already know Monad(ic) stuff
#
monad
#
haskell
#
scala
#
await
7
reactions
Comments
Add Comment
5 min read
Reselect, but in OCaml
Mike Skoe
Mike Skoe
Mike Skoe
Follow
Oct 19 '21
Reselect, but in OCaml
#
ocaml
#
redux
#
monad
#
memoization
4
reactions
Comments
Add Comment
3 min read
Other tools for Monadic error handling
Alexey Tukalo
Alexey Tukalo
Alexey Tukalo
Follow
Feb 8 '21
Other tools for Monadic error handling
#
typescript
#
promise
#
javascript
#
monad
6
reactions
Comments
Add Comment
6 min read
Promise and other tools for Monadic error handling
Alexey Tukalo
Alexey Tukalo
Alexey Tukalo
Follow
Nov 17 '20
Promise and other tools for Monadic error handling
#
promise
#
monad
#
errors
#
maybe
2
reactions
Comments
Add Comment
4 min read
95th day into the monadic space - opening
domagoj miskovic
domagoj miskovic
domagoj miskovic
Follow
Oct 17 '20
95th day into the monadic space - opening
#
haskell
#
100daysofcode
#
functional
#
monad
5
reactions
Comments
Add Comment
3 min read
Error-Free C# Part I: The Maybe Monad
webbureaucrat
webbureaucrat
webbureaucrat
Follow
Sep 17 '20
Error-Free C# Part I: The Maybe Monad
#
csharp
#
monad
#
functional
2
reactions
Comments
Add Comment
5 min read
Programação Funcional em Java #2 - Descomplicando o Vavr
Gabriel Suaki
Gabriel Suaki
Gabriel Suaki
Follow
Sep 10 '20
Programação Funcional em Java #2 - Descomplicando o Vavr
#
java
#
functional
#
vavr
#
monad
11
reactions
Comments
3
comments
13 min read
Programação Funcional em Java #1 - Fundamentos básicos do paradigma
Gabriel Suaki
Gabriel Suaki
Gabriel Suaki
Follow
Sep 1 '20
Programação Funcional em Java #1 - Fundamentos básicos do paradigma
#
java
#
functional
#
vavr
#
monad
14
reactions
Comments
Add Comment
5 min read
fp-ts 2.8.0 で追加された bind, bindTo について
e_ntyo
e_ntyo
e_ntyo
Follow
Aug 23 '20
fp-ts 2.8.0 で追加された bind, bindTo について
#
fpts
#
haskell
#
typescript
#
monad
10
reactions
Comments
Add Comment
2 min read
바인드(bind) 모나드 합성이 진짜 함수형일까?
Ingun 전인건
Ingun 전인건
Ingun 전인건
Follow
May 1 '20
바인드(bind) 모나드 합성이 진짜 함수형일까?
#
monad
#
functional
#
haskell
#
mathematics
3
reactions
Comments
Add Comment
3 min read
Is bind (monadic composition) really functional?
Ingun 전인건
Ingun 전인건
Ingun 전인건
Follow
May 1 '20
Is bind (monadic composition) really functional?
#
functional
#
monad
#
haskell
#
math
4
reactions
Comments
Add Comment
6 min read
Introduction to Fluture - A Functional Alternative to Promises
Aldwin Vlasblom
Aldwin Vlasblom
Aldwin Vlasblom
Follow
Apr 6 '20
Introduction to Fluture - A Functional Alternative to Promises
#
functional
#
javascript
#
promises
#
monad
58
reactions
Comments
7
comments
14 min read
Simple Introduction to Monads - With Java Examples
Christian Neumanns
Christian Neumanns
Christian Neumanns
Follow
Apr 2 '20
Simple Introduction to Monads - With Java Examples
#
monad
#
bind
#
java
#
functional
11
reactions
Comments
Add Comment
20 min read
Monad is Monoid - explained without math
Ingun 전인건
Ingun 전인건
Ingun 전인건
Follow
Mar 25 '20
Monad is Monoid - explained without math
#
monad
#
monoid
#
categorytheory
#
math
14
reactions
Comments
Add Comment
4 min read
Monad가 Monoid인 이유 수학 없이 이해하기
Ingun 전인건
Ingun 전인건
Ingun 전인건
Follow
Mar 25 '20
Monad가 Monoid인 이유 수학 없이 이해하기
#
모나드
#
monad
#
모노이드
#
monoid
8
reactions
Comments
Add Comment
3 min read
What should and shouldn't be handled with Reader
Federico Sordillo
Federico Sordillo
Federico Sordillo
Follow
Feb 24 '20
What should and shouldn't be handled with Reader
#
reader
#
monad
#
fpts
4
reactions
Comments
2
comments
2 min read
Why Monad Composes Operations Sequentially
Riccardo Odone
Riccardo Odone
Riccardo Odone
Follow
Feb 3 '20
Why Monad Composes Operations Sequentially
#
functional
#
monad
6
reactions
Comments
Add Comment
2 min read
Functors and Monads in plain TypeScript
Alexey Tukalo
Alexey Tukalo
Alexey Tukalo
Follow
Dec 13 '19
Functors and Monads in plain TypeScript
#
monad
#
promise
#
array
#
functor
47
reactions
Comments
Add Comment
7 min read
Haskell do notation explained through JavaScript async await - part 2
Szabo Gergely
Szabo Gergely
Szabo Gergely
Follow
Aug 28 '19
Haskell do notation explained through JavaScript async await - part 2
#
haskell
#
javascript
#
promise
#
monad
7
reactions
Comments
Add Comment
7 min read
hyper-ts で type-safe & stateless なExpressアプリケーションを構築する
e_ntyo
e_ntyo
e_ntyo
Follow
Aug 2 '19
hyper-ts で type-safe & stateless なExpressアプリケーションを構築する
#
hyperts
#
typescript
#
monad
#
iots
10
reactions
Comments
Add Comment
3 min read
Haskell do notation explained through JavaScript async await - part 1
Szabo Gergely
Szabo Gergely
Szabo Gergely
Follow
Jul 29 '19
Haskell do notation explained through JavaScript async await - part 1
#
haskell
#
javascript
#
promise
#
monad
7
reactions
Comments
Add Comment
6 min read
Hacking JS async/await to chain Monads
Artur Muniz
Artur Muniz
Artur Muniz
Follow
Jul 23 '19
Hacking JS async/await to chain Monads
#
showdev
#
monad
#
functional
#
javascript
9
reactions
Comments
Add Comment
3 min read
Manual error handling
Thiago Massari Guedes
Thiago Massari Guedes
Thiago Massari Guedes
Follow
Jun 26 '19
Manual error handling
#
go
#
programming
#
monad
4
reactions
Comments
Add Comment
1 min read
Difference between monad-transfomer, mtl, and mtl-style technique
Moremi Vannak
Moremi Vannak
Moremi Vannak
Follow
Mar 6 '19
Difference between monad-transfomer, mtl, and mtl-style technique
#
haskell
#
monad
#
monadtransformer
#
mtl
18
reactions
Comments
Add Comment
3 min read
Book Notes: Learn You a Haskell for Great Good!
Nested Software
Nested Software
Nested Software
Follow
Dec 4 '18
Book Notes: Learn You a Haskell for Great Good!
#
haskell
#
functional
#
monad
#
javascript
79
reactions
Comments
Add Comment
19 min read
Monad Say What? (Part 1)
Ian Hofmann-Hicks
Ian Hofmann-Hicks
Ian Hofmann-Hicks
Follow
Nov 9 '18
Monad Say What? (Part 1)
#
monad
#
javascript
#
functional
91
reactions
Comments
13
comments
7 min read
Monad in TypeScript
e_ntyo
e_ntyo
e_ntyo
Follow
Apr 29 '18
Monad in TypeScript
#
typescript
#
haskell
#
scala
#
monad
31
reactions
Comments
Add Comment
5 min read
Handling errors with Either
Avalander
Avalander
Avalander
Follow
Apr 8 '18
Handling errors with Either
#
javascript
#
functional
#
either
#
monad
37
reactions
Comments
12
comments
6 min read
Is a burrito a monad?
Tom Sherman
Tom Sherman
Tom Sherman
Follow
Jul 25 '20
Is a burrito a monad?
#
monad
4
reactions
Comments
1
comment
1 min read
Generators mon amour
Nickolay Platonov
Nickolay Platonov
Nickolay Platonov
Follow
Jun 30 '20
Generators mon amour
#
javascript
#
typescript
#
effect
#
monad
5
reactions
Comments
2
comments
3 min read
In praise of Vavr's Option
David Schmitz
David Schmitz
David Schmitz
Follow
May 26 '17
In praise of Vavr's Option
#
vavr
#
javaslang
#
monad
#
java
16
reactions
Comments
2
comments
4 min read
Reverse Maybe as Another Applicative-not-Monad
Yuriy Syrovetskiy
Yuriy Syrovetskiy
Yuriy Syrovetskiy
Follow
Feb 22 '17
Reverse Maybe as Another Applicative-not-Monad
#
haskell
#
applicative
#
monad
5
reactions
Comments
Add Comment
2 min read
A Good Video for Haskell Monad
chenge
chenge
chenge
Follow
Jan 25 '19
A Good Video for Haskell Monad
#
haskell
#
monad
10
reactions
Comments
6
comments
1 min read
Reinventing wheels with cheats using Rustlang
Choon-Siang Lai
Choon-Siang Lai
Choon-Siang Lai
Follow
Jul 30 '18
Reinventing wheels with cheats using Rustlang
#
rust
#
monad
#
functional
#
categorytheory
9
reactions
Comments
4
comments
1 min read
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account