DEV Community

# functional

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
What is a Side Effect Anyway? - #30DaysofFP Week 2

What is a Side Effect Anyway? - #30DaysofFP Week 2

6
Comments
5 min read
Merging IO and Either into one monad

Merging IO and Either into one monad

8
Comments
5 min read
30 Days of Functional Programming

30 Days of Functional Programming

6
Comments
2 min read
An intro to Functional Programming - #30DaysofFP Week 1

An intro to Functional Programming - #30DaysofFP Week 1

7
Comments
6 min read
Truth about Functional Programming

Truth about Functional Programming

7
Comments 6
2 min read
Functional components in Vue.js (2.x)

Functional components in Vue.js (2.x)

46
Comments 7
9 min read
Modern Javascript Techniques

Modern Javascript Techniques

147
Comments 3
15 min read
Zen and Functional C#

Zen and Functional C#

60
Comments 9
5 min read
Expression comparison between C# and Java

Expression comparison between C# and Java

6
Comments 3
1 min read
[Discuss] What's your favourite Fibonacci implementation and in which language? Mine is in Haskell

[Discuss] What's your favourite Fibonacci implementation and in which language? Mine is in Haskell

10
Comments 5
2 min read
Using fp-ts for HTTP requests and validation

Using fp-ts for HTTP requests and validation

33
Comments 1
10 min read
Haskell - Encoding and Decoding JSON with Aeson

Haskell - Encoding and Decoding JSON with Aeson

8
Comments
3 min read
Pyprint - Print like you would in Python, but in Javascript

Pyprint - Print like you would in Python, but in Javascript

6
Comments
1 min read
Building a Blog in Haskell with Yesod–Giving Back

Building a Blog in Haskell with Yesod–Giving Back

6
Comments
2 min read
Making Await More Functional in JavaScript

Making Await More Functional in JavaScript

51
Comments 8
4 min read
Passing Functions as Parameters in JavaScript

Passing Functions as Parameters in JavaScript

16
Comments
3 min read
Typescript - Using Option Data Type in Redux Reducer

Typescript - Using Option Data Type in Redux Reducer

15
Comments
3 min read
7 Easy functional programming techniques in Go

7 Easy functional programming techniques in Go

190
Comments 11
9 min read
Kotlin extension function vs function literal with receiver

Kotlin extension function vs function literal with receiver

8
Comments
2 min read
rethink nested loops in Javascript functional

rethink nested loops in Javascript functional

9
Comments 1
2 min read
Ramda library - compose, map, sum

Ramda library - compose, map, sum

2
Comments
1 min read
Writing an Interpreter in OCaml

Writing an Interpreter in OCaml

18
Comments
6 min read
Functors from first principle - explained with JS

Functors from first principle - explained with JS

86
Comments 3
7 min read
Building a Blog in Haskell with Yesod–JSON API

Building a Blog in Haskell with Yesod–JSON API

6
Comments 2
5 min read
Optional .... what else?

Optional .... what else?

17
Comments
3 min read
Of a Higher Order - Map, Filter, Reduce

Of a Higher Order - Map, Filter, Reduce

13
Comments 1
7 min read
An Intro to Redux that you can understand

An Intro to Redux that you can understand

274
Comments 9
3 min read
Practical Profunctor Lenses & Optics In PureScript

Practical Profunctor Lenses & Optics In PureScript

25
Comments
21 min read
Use maths not process for reliable web apps

Use maths not process for reliable web apps

13
Comments
7 min read
Enhanced your functional tests with Symfony (API context)

Enhanced your functional tests with Symfony (API context)

19
Comments 4
3 min read
Typing Higher Order Components in React

Typing Higher Order Components in React

9
Comments
3 min read
Writing Immutable and Functional JavaScript

Writing Immutable and Functional JavaScript

58
Comments 5
3 min read
Data mutation in functional JavaScript

Data mutation in functional JavaScript

28
Comments
7 min read
The Future of Programming - Rejected!

The Future of Programming - Rejected!

51
Comments 42
3 min read
Writing a Tictactoe game in Haskell

Writing a Tictactoe game in Haskell

9
Comments 3
6 min read
Side Effects and Composition

Side Effects and Composition

10
Comments
5 min read
Building a Blog in Haskell with Yesod–Returning JSON

Building a Blog in Haskell with Yesod–Returning JSON

6
Comments
2 min read
Dead Simple Python: Lambdas, Decorators, and Other Magic

Dead Simple Python: Lambdas, Decorators, and Other Magic

125
Comments 15
14 min read
Quick tip! Map loop, already returns a array

Quick tip! Map loop, already returns a array

6
Comments
1 min read
Dead Simple Python: Generators and Coroutines

Dead Simple Python: Generators and Coroutines

142
Comments 7
14 min read
A gentle introduction to Python generators

A gentle introduction to Python generators

13
Comments 2
3 min read
Boilerplate free config in Kotlin using Hoplite

Boilerplate free config in Kotlin using Hoplite

11
Comments 3
3 min read
Building a Blog in Haskell with Yesod–Authorization

Building a Blog in Haskell with Yesod–Authorization

6
Comments
2 min read
Let the compiler do the work for you!

Let the compiler do the work for you!

51
Comments 10
5 min read
Erlang, Chess and Bitboards. The application that was supposed to appear one day

Erlang, Chess and Bitboards. The application that was supposed to appear one day

10
Comments 13
5 min read
Improve your JavaScript with functional programming

Improve your JavaScript with functional programming

59
Comments 7
3 min read
Applying the callee's name aka self-referential functions

Applying the callee's name aka self-referential functions

7
Comments
2 min read
7 Functional programming techniques in Java - A primer

7 Functional programming techniques in Java - A primer

54
Comments 2
10 min read
Mastering the useEffect API

Mastering the useEffect API

74
Comments
2 min read
Given a choice, would you choose an iterative approach or a recursive one?

Given a choice, would you choose an iterative approach or a recursive one?

5
Comments 3
1 min read
Building a Blog in Haskell with Yesod–Authentication

Building a Blog in Haskell with Yesod–Authentication

6
Comments
2 min read
Web API architecture for millenials

Web API architecture for millenials

15
Comments
5 min read
Tidy Redux Reducers with Lodash FP

Tidy Redux Reducers with Lodash FP

8
Comments 3
2 min read
Hacking JS async/await to chain Monads

Hacking JS async/await to chain Monads

9
Comments
3 min read
How to Replace React Components With PureScript

How to Replace React Components With PureScript

20
Comments 1
18 min read
Lazy Recursion Using JavaScript Generators

Lazy Recursion Using JavaScript Generators

22
Comments 1
2 min read
JavaScript Sets are Excellent!

JavaScript Sets are Excellent!

83
Comments 16
2 min read
Building a Blog in Haskell with Yesod–Using a Database

Building a Blog in Haskell with Yesod–Using a Database

9
Comments
3 min read
Clojure: Another functional programming language

Clojure: Another functional programming language

4
Comments 1
8 min read
OOP vs FP

OOP vs FP

7
Comments 9
1 min read
loading...