DEV Community

# functional

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Type Isomorphism

Type Isomorphism

7
Comments
3 min read
Notes on "Erik Meijer: Functional Programming"

Notes on "Erik Meijer: Functional Programming"

4
Comments
3 min read
Does Functional Programming Make Your Code Hard To Read?

Does Functional Programming Make Your Code Hard To Read?

10
Comments 2
8 min read
Code Splitting in React

Code Splitting in React

6
Comments
3 min read
Generics for user interfaces

Generics for user interfaces

5
Comments
4 min read
koncierge 🛎 :: Una librería para segmentar usuarios

koncierge 🛎 :: Una librería para segmentar usuarios

2
Comments
4 min read
Algebraic Structures

Algebraic Structures

4
Comments 1
3 min read
The Effect Data Types: Effect

The Effect Data Types: Effect

45
Comments
14 min read
Currying Functions

Currying Functions

4
Comments
2 min read
Asynchronous Operations in JavaScript

Asynchronous Operations in JavaScript

9
Comments
3 min read
Life after Elm: What we did

Life after Elm: What we did

20
Comments
7 min read
Functional Collections

Functional Collections

3
Comments 1
3 min read
Don't be confused by closures, currying etc

Don't be confused by closures, currying etc

5
Comments
4 min read
call(), apply() and bind() in JavaScript explained

call(), apply() and bind() in JavaScript explained

13
Comments
5 min read
Day 30 of 100DaysOfCode

Day 30 of 100DaysOfCode

5
Comments
2 min read
Write your own type-safe reducer to normalize your data

Write your own type-safe reducer to normalize your data

15
Comments 2
4 min read
React: Using Modal in Functional Components

React: Using Modal in Functional Components

12
Comments 1
2 min read
Functional Programming in JS, part II - Immutability (Vanilla JS, Immutable.js and Immer)

Functional Programming in JS, part II - Immutability (Vanilla JS, Immutable.js and Immer)

20
Comments 2
11 min read
Effect-TS Core: ZIO-Prelude Inspired Typeclasses & Module Structure

Effect-TS Core: ZIO-Prelude Inspired Typeclasses & Module Structure

40
Comments
12 min read
Managing your ReactJS application state with RxJS

Managing your ReactJS application state with RxJS

21
Comments
7 min read
Is shooting yourself in the foot Functional Programming?

Is shooting yourself in the foot Functional Programming?

6
Comments
3 min read
klank.dev - audio sandbox in the browser

klank.dev - audio sandbox in the browser

28
Comments 2
4 min read
When you think your functional code is stack safe

When you think your functional code is stack safe

6
Comments 5
2 min read
Fusion = real-time UIs in Blazor + consistent caching in .NET Core

Fusion = real-time UIs in Blazor + consistent caching in .NET Core

5
Comments
1 min read
F# for the cloud worker - part 4 - AWS SAM

F# for the cloud worker - part 4 - AWS SAM

6
Comments
17 min read
Practical Guide to Fp-ts P5: Apply, Sequences, and Traversals

Practical Guide to Fp-ts P5: Apply, Sequences, and Traversals

14
Comments
6 min read
Return to Haskell

Return to Haskell

3
Comments
2 min read
Functional Programming 101: Currying Pattern

Functional Programming 101: Currying Pattern

33
Comments
4 min read
Blazing with Phoenix: Project Structure

Blazing with Phoenix: Project Structure

67
Comments 4
8 min read
Functional programming is conversational, OOP is abstract art

Functional programming is conversational, OOP is abstract art

3
Comments
2 min read
Una introducción a las mónadas (en javascript)

Una introducción a las mónadas (en javascript)

8
Comments
7 min read
I'm looking for a new coding paradigm.

I'm looking for a new coding paradigm.

5
Comments 7
4 min read
5 (practical) reasons why your next programming language to learn should be Haskell

5 (practical) reasons why your next programming language to learn should be Haskell

28
Comments 4
8 min read
ClojureScript koan kata destructuring 7

ClojureScript koan kata destructuring 7

2
Comments
1 min read
What are side effects, and what you can do about them

What are side effects, and what you can do about them

6
Comments
9 min read
F# for the cloud worker - part 3 - AWS Lambda

F# for the cloud worker - part 3 - AWS Lambda

5
Comments
12 min read
Safer Data Parsing with Try Monads

Safer Data Parsing with Try Monads

5
Comments 1
9 min read
Going back to the simple functional web

Going back to the simple functional web

11
Comments
2 min read
F# for the cloud worker - part 2 - AWS SDK for .NET

F# for the cloud worker - part 2 - AWS SDK for .NET

7
Comments
23 min read
A program of calc sum ➕ with new and smart code in JavaScript 🔥.

A program of calc sum ➕ with new and smart code in JavaScript 🔥.

9
Comments 1
2 min read
Scala collections in a nutshell

Scala collections in a nutshell

6
Comments
8 min read
Functional Programming in JS, part I - Composition (Currying, Lodash and Ramda)

Functional Programming in JS, part I - Composition (Currying, Lodash and Ramda)

107
Comments 2
13 min read
Is an exception less (pure) than a Result?

Is an exception less (pure) than a Result?

5
Comments 2
5 min read
Adventures in Async

Adventures in Async

7
Comments
6 min read
Should I use fp-ts Option?

Should I use fp-ts Option?

43
Comments 15
10 min read
Generator Functions JavaScript(Examples & Usage in Redux Saga Asynchronous Api Call)

Generator Functions JavaScript(Examples & Usage in Redux Saga Asynchronous Api Call)

11
Comments
2 min read
Cascade-esq Notation in JavaScript?

Cascade-esq Notation in JavaScript?

6
Comments
2 min read
How to Make a Wireframe for an App: A Step-By-Step Guide

How to Make a Wireframe for an App: A Step-By-Step Guide

9
Comments 2
9 min read
Practical Guide to Fp-ts: P4 — Arrays, Semigroups, Monoid

Practical Guide to Fp-ts: P4 — Arrays, Semigroups, Monoid

31
Comments
9 min read
How to fold a string in Javascript?

How to fold a string in Javascript?

6
Comments
3 min read
Handling migrations in React Native with SQLite and fp-ts

Handling migrations in React Native with SQLite and fp-ts

2
Comments
7 min read
Error-Free C# Part I: The Maybe Monad

Error-Free C# Part I: The Maybe Monad

2
Comments
5 min read
Functional Computed Properties in Vue Components

Functional Computed Properties in Vue Components

6
Comments 1
3 min read
Mobile App Development Process: From Idea to App Maintenance

Mobile App Development Process: From Idea to App Maintenance

12
Comments 3
7 min read
A novel way to approach digital audio

A novel way to approach digital audio

10
Comments
9 min read
Functional programming in typescript using fp-ts: ReaderTaskEither

Functional programming in typescript using fp-ts: ReaderTaskEither

41
Comments 5
6 min read
The Botched Implementation of useEffect()

The Botched Implementation of useEffect()

35
Comments 12
10 min read
Do you need Design Patterns in Functional Programming?

Do you need Design Patterns in Functional Programming?

154
Comments 6
5 min read
Simpler Transducers for JavaScript

Simpler Transducers for JavaScript

6
Comments
4 min read
Programação Funcional em Java #2 - Descomplicando o Vavr

Programação Funcional em Java #2 - Descomplicando o Vavr

11
Comments 3
13 min read
loading...