Skip to content
Navigation menu
Log in
Create account
DEV Community
Close
#
functional
Follow
Hide
Posts
Left menu
đź‘‹
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
React components -(Class component v/s function component)
Manikandan K
Manikandan K
Manikandan K
Follow
Feb 1 '24
React components -(Class component v/s function component)
#
component
#
webdev
#
react
#
functional
Comments
Add Comment
1 min read
A hidden power tool for arrays in TS
Patrice Gauthier
Patrice Gauthier
Patrice Gauthier
Follow
Jan 25 '24
A hidden power tool for arrays in TS
#
functional
#
typescript
#
javascript
3
 reactions
Comments
Add Comment
3 min read
Why won't my forEach lambda allow me to exit my function with a return statement in Java?
Raphael De Lio
Raphael De Lio
Raphael De Lio
Follow
Jan 25 '24
Why won't my forEach lambda allow me to exit my function with a return statement in Java?
#
java
#
lambda
#
functional
Comments
Add Comment
2 min read
On rewriting a Go command-line program in Haskell
Hercules Lemke Merscher
Hercules Lemke Merscher
Hercules Lemke Merscher
Follow
Jan 23 '24
On rewriting a Go command-line program in Haskell
#
haskell
#
functional
#
opinion
#
go
4
 reactions
Comments
2
 comments
6 min read
All You Need is ... Higher Order Functions
Brian Greig
Brian Greig
Brian Greig
Follow
Jan 23 '24
All You Need is ... Higher Order Functions
#
javascript
#
webdev
#
node
#
functional
Comments
Add Comment
3 min read
Revisiting Haskell after 10 years
Hercules Lemke Merscher
Hercules Lemke Merscher
Hercules Lemke Merscher
Follow
Jan 15 '24
Revisiting Haskell after 10 years
#
haskell
#
functional
#
programming
9
 reactions
Comments
3
 comments
7 min read
How to handle concurrency in Clojure with core.async
J0sueTM
J0sueTM
J0sueTM
Follow
Jan 15 '24
How to handle concurrency in Clojure with core.async
#
clojure
#
async
#
functional
60
 reactions
Comments
4
 comments
6 min read
đź’ˇBlock
Ken Okabe
Ken Okabe
Ken Okabe
Follow
Jan 17 '24
đź’ˇBlock
#
functional
#
math
#
tutorial
Comments
Add Comment
4 min read
Modern Java - do we need explicit class declarations?
Taqmuraz
Taqmuraz
Taqmuraz
Follow
Dec 31 '23
Modern Java - do we need explicit class declarations?
#
java
#
functional
#
designpatterns
#
architecture
1
 reaction
Comments
Add Comment
5 min read
Currying vs Dependency Injection
Paolo Sciarra
Paolo Sciarra
Paolo Sciarra
Follow
Dec 29 '23
Currying vs Dependency Injection
#
java
#
patterns
#
beginners
#
functional
9
 reactions
Comments
3
 comments
3 min read
Jena - pure functional Lisp descendant
Taqmuraz
Taqmuraz
Taqmuraz
Follow
Dec 28 '23
Jena - pure functional Lisp descendant
#
java
#
language
#
functional
#
own
3
 reactions
Comments
9
 comments
3 min read
8 months of OCaml after 8 years of Haskell in production
Dmitrii Kovanikov
Dmitrii Kovanikov
Dmitrii Kovanikov
Follow
Dec 16 '23
8 months of OCaml after 8 years of Haskell in production
#
ocaml
#
haskell
#
functional
#
programming
53
 reactions
Comments
26
 comments
1 min read
Unison: From 0 to Cloud
Zelenya
Zelenya
Zelenya
Follow
Dec 20 '23
Unison: From 0 to Cloud
#
unison
#
functional
#
distributedsystems
#
programming
1
 reaction
Comments
Add Comment
8 min read
Record Type Alias Combinators: A Public Service Announcement
John Pavlick
John Pavlick
John Pavlick
Follow
Dec 18 '23
Record Type Alias Combinators: A Public Service Announcement
#
elm
#
combinators
#
designsystem
#
functional
20
 reactions
Comments
4
 comments
9 min read
Do or do not, there is no try
Sultan
Sultan
Sultan
Follow
Dec 18 '23
Do or do not, there is no try
#
monads
#
javascript
#
functional
#
tutorial
3
 reactions
Comments
1
 comment
7 min read
"The Evolution of Programming Paradigms: From Procedural to Functional"
Prince RUKUNDO
Prince RUKUNDO
Prince RUKUNDO
Follow
Dec 10 '23
"The Evolution of Programming Paradigms: From Procedural to Functional"
#
programming
#
oop
#
procedular
#
functional
11
 reactions
Comments
Add Comment
3 min read
Mastering Clean Functions: 10 Practices for Elegance in Code ✨
Devang Tomar
Devang Tomar
Devang Tomar
Follow
Dec 10 '23
Mastering Clean Functions: 10 Practices for Elegance in Code ✨
#
coding
#
codingbestpractises
#
cleancode
#
functional
2
 reactions
Comments
Add Comment
3 min read
About Functional Software Architecture
Christian Himpe
Christian Himpe
Christian Himpe
Follow
Dec 10 '23
About Functional Software Architecture
#
functional
#
architecture
#
documentation
#
programming
Comments
Add Comment
5 min read
Level-Up as a Developer by Working with Legacy Codebases
Joel Louzado
Joel Louzado
Joel Louzado
Follow
Dec 6 '23
Level-Up as a Developer by Working with Legacy Codebases
#
resources
#
tdd
#
functional
1
 reaction
Comments
Add Comment
2 min read
Level up your Typescript game, functionally - Part 1
Prashanth R.
Prashanth R.
Prashanth R.
Follow
Nov 25 '23
Level up your Typescript game, functionally - Part 1
#
typescript
#
functional
#
programming
#
webdev
6
 reactions
Comments
Add Comment
9 min read
Level up your Typescript game, functionally - Part 3
Prashanth R.
Prashanth R.
Prashanth R.
Follow
Nov 25 '23
Level up your Typescript game, functionally - Part 3
#
typescript
#
functional
#
programming
#
rust
3
 reactions
Comments
Add Comment
3 min read
Level up your Typescript game, functionally - Part 2
Prashanth R.
Prashanth R.
Prashanth R.
Follow
Nov 25 '23
Level up your Typescript game, functionally - Part 2
#
typescript
#
functional
#
programming
#
scala
Comments
Add Comment
9 min read
A simple Game Rule System using 0 for Success
Slobi
Slobi
Slobi
Follow
Nov 21 '23
A simple Game Rule System using 0 for Success
#
gamedev
#
typescript
#
functional
Comments
Add Comment
3 min read
Lambda Calculus - Represent in Clojure
hungle00
hungle00
hungle00
Follow
Nov 12 '23
Lambda Calculus - Represent in Clojure
#
clojure
#
lambdacalculus
#
functional
3
 reactions
Comments
Add Comment
3 min read
Deriving state from events
Jakub Zalas
Jakub Zalas
Jakub Zalas
Follow
Nov 10 '23
Deriving state from events
#
kotlin
#
eventsourcing
#
functional
#
ddd
8
 reactions
Comments
4
 comments
9 min read
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account