DEV Community

# functional

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Configuring VSCode Colorized Brackets

Configuring VSCode Colorized Brackets

6
Comments 3
2 min read
Beautiful Functions: Compose

Beautiful Functions: Compose

32
Comments 2
2 min read
currentTarget vs. target

currentTarget vs. target

8
Comments 1
3 min read
Flow control, short-circuit expressions and functional programming in JavaScript

Flow control, short-circuit expressions and functional programming in JavaScript

18
Comments 6
5 min read
Reading from the Standard Input (stdin) using PureScript

Reading from the Standard Input (stdin) using PureScript

4
Comments
2 min read
Functional Programming in Ruby with Blocks and Procs

Functional Programming in Ruby with Blocks and Procs

10
Comments
5 min read
Callbacks & Higher Order Functions in JavaScript

Callbacks & Higher Order Functions in JavaScript

19
Comments
8 min read
PicoLisp Explored: The cache function

PicoLisp Explored: The cache function

2
Comments
4 min read
Point-Free Programming

Point-Free Programming

4
Comments
7 min read
How to 1-of-n switch Dataflow streams on Observable

How to 1-of-n switch Dataflow streams on Observable

2
Comments
1 min read
User validation with Passport.js and fp-ts

User validation with Passport.js and fp-ts

6
Comments
1 min read
Advent of Code #4 (in JavaScript & Haskell)

Advent of Code #4 (in JavaScript & Haskell)

12
Comments
5 min read
Functions

Functions

4
Comments
1 min read
Becoming a JavaScript Jedi - Mastering the JavaScript Filter

Becoming a JavaScript Jedi - Mastering the JavaScript Filter

3
Comments
2 min read
Encoding HKTs in TypeScript (Once Again)

Encoding HKTs in TypeScript (Once Again)

41
Comments 4
5 min read
Compreendendo tipos de dados algébricos com exemplos em Elixir

Compreendendo tipos de dados algébricos com exemplos em Elixir

8
Comments
9 min read
Implementando estados mutáveis e arquitetura cliente-servidor com funções recursivas e troca de mensagens entre processos

Implementando estados mutáveis e arquitetura cliente-servidor com funções recursivas e troca de mensagens entre processos

3
Comments
7 min read
How to Make Any Method Chainable in JavaScript

How to Make Any Method Chainable in JavaScript

2
Comments
3 min read
Creating A Flip Book Animation With React: The declarative way

Creating A Flip Book Animation With React: The declarative way

5
Comments
3 min read
Decomposing Composition

Decomposing Composition

4
Comments 7
10 min read
recursion in typescript

recursion in typescript

8
Comments 1
2 min read
Functions in c

Functions in c

1
Comments 2
4 min read
Advent of code 2021 - day 3

Advent of code 2021 - day 3

5
Comments
1 min read
A case study in concise code - Algorithm X

A case study in concise code - Algorithm X

4
Comments
15 min read
Binary Tree Traversal, Part 2

Binary Tree Traversal, Part 2

5
Comments
3 min read
Monads in a simple way

Monads in a simple way

56
Comments
3 min read
Functional programming Baby Steps: Options and Eithers

Functional programming Baby Steps: Options and Eithers

29
Comments
4 min read
Getting Funky With Filters

Getting Funky With Filters

8
Comments
8 min read
Do You Know Where Haskell Is Used?

Do You Know Where Haskell Is Used?

13
Comments 1
5 min read
Advent of Code 2021 - day 2

Advent of Code 2021 - day 2

6
Comments
1 min read
Advent of Code 2021 - day 1

Advent of Code 2021 - day 1

6
Comments
1 min read
Compile-time safe models separation in Scala

Compile-time safe models separation in Scala

5
Comments
3 min read
partial functions you say?

partial functions you say?

5
Comments
3 min read
Binary Tree Traversal, Part 1

Binary Tree Traversal, Part 1

5
Comments
5 min read
Using Elixir's "with" statement.

Using Elixir's "with" statement.

33
Comments 5
6 min read
Monads In Python

Monads In Python

6
Comments
6 min read
100 lines of Elixir

100 lines of Elixir

5
Comments
4 min read
TS Belt - fast, modern, and practical utility library for FP in TypeScript

TS Belt - fast, modern, and practical utility library for FP in TypeScript

15
Comments
4 min read
From object-oriented JS to functional ReScript

From object-oriented JS to functional ReScript

9
Comments 2
21 min read
Immutably remove object properties in JavaScript

Immutably remove object properties in JavaScript

6
Comments
3 min read
PicoLisp Explored: The idx function

PicoLisp Explored: The idx function

6
Comments
3 min read
Higher Order Functions Explained in Plain English

Higher Order Functions Explained in Plain English

11
Comments
1 min read
Advent of Code #3 (in JavaScript & Haskell)

Advent of Code #3 (in JavaScript & Haskell)

5
Comments 2
4 min read
Riddle 1: Multiples of 3 or 5

Riddle 1: Multiples of 3 or 5

2
Comments
3 min read
Advent of Code #2 (in JavaScript & Haskell)

Advent of Code #2 (in JavaScript & Haskell)

6
Comments 1
3 min read
Semantics, Not Syntax; Developer empowerment using functional-first programming

Semantics, Not Syntax; Developer empowerment using functional-first programming

118
Comments 11
11 min read
Advent of Code #1 (in JavaScript & Haskell)

Advent of Code #1 (in JavaScript & Haskell)

13
Comments 2
3 min read
How functional programming made me a better developer, with Elixir

How functional programming made me a better developer, with Elixir

16
Comments
6 min read
Revealing Module design pattern and when (not) to use it in PHP

Revealing Module design pattern and when (not) to use it in PHP

6
Comments
4 min read
What is a Functor?

What is a Functor?

16
Comments
4 min read
From Java to C++ - lambdas

From Java to C++ - lambdas

4
Comments
9 min read
Building Efficient Algorithms Using Memoization and Closures in Javascript

Building Efficient Algorithms Using Memoization and Closures in Javascript

65
Comments 5
5 min read
Classic Algorithms: Solving the 100 Doors Riddle

Classic Algorithms: Solving the 100 Doors Riddle

2
Comments
7 min read
JS Features - Why JS will be the future? :)

JS Features - Why JS will be the future? :)

10
Comments
2 min read
(Kinda sloppy) Monad-based Options in Scala

(Kinda sloppy) Monad-based Options in Scala

3
Comments
2 min read
Those weird humans

Those weird humans

3
Comments
7 min read
Project 3: Ruby+Sinatra and React Router v6

Project 3: Ruby+Sinatra and React Router v6

3
Comments
2 min read
PicoLisp Explored: The SET function

PicoLisp Explored: The SET function

3
Comments
4 min read
Loops, Array Methods, and Recursion

Loops, Array Methods, and Recursion

15
Comments
17 min read
What does "functional programming" mean to you?

What does "functional programming" mean to you?

16
Comments
4 min read
loading...