close
The Wayback Machine - https://web.archive.org/web/20231201201640/https://dev.to/t/functional

DEV Community

# functional

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
A simple Game Rule System using 0 for Success

A simple Game Rule System using 0 for Success

Comments
3 min read
Level up your Typescript game, functionally - Part 2

Level up your Typescript game, functionally - Part 2

Image Image Image 3
Comments
9 min read
Level up your Typescript game, functionally - Part 1

Level up your Typescript game, functionally - Part 1

Image Image Image 4
Comments
9 min read
Level up your Typescript game, functionally - Part 3

Level up your Typescript game, functionally - Part 3

Image Image Image 6
Comments
3 min read
Lambda Calculus - Represent in Clojure

Lambda Calculus - Represent in Clojure

Image Image Image Image 6
Comments
3 min read
Deriving state from events

Deriving state from events

Image Image Image 5
Comments 2
9 min read
Unlocking the Power of Functional Programming: A Comprehensive Guide

Unlocking the Power of Functional Programming: A Comprehensive Guide

Comments
7 min read
Functional event sourcing example in Kotlin

Functional event sourcing example in Kotlin

Image Image Image Image Image 20
Comments 4
17 min read
How to use PostgreSQL with Haskell: hasql

How to use PostgreSQL with Haskell: hasql

Comments
7 min read
Simplified Redux

Simplified Redux

Image 2
Comments
5 min read
Introduction to Functional Domain Driven Design in Kotlin

Introduction to Functional Domain Driven Design in Kotlin

Comments
10 min read
How to use PostgreSQL with Haskell: beam

How to use PostgreSQL with Haskell: beam

Image Image 2
Comments
7 min read
How to use PostgreSQL with Haskell: persistent + esqueleto

How to use PostgreSQL with Haskell: persistent + esqueleto

Comments
6 min read
How to use PostgreSQL with Haskell: selda

How to use PostgreSQL with Haskell: selda

Comments
5 min read
Functional Programming: an accumulator of methods to transform objects in Javascript

Functional Programming: an accumulator of methods to transform objects in Javascript

Image 1
Comments
2 min read
Functional Error Handling in .NET With the Result Pattern

Functional Error Handling in .NET With the Result Pattern

Image 2
Comments
6 min read
Functional domain modeling in Elixir

Functional domain modeling in Elixir

Image Image 10
Comments 4
7 min read
Declarative JavaScript

Declarative JavaScript

Image Image Image Image Image 15
Comments 1
5 min read
Não use funções puras com Go

Não use funções puras com Go

Image Image Image Image Image 13
Comments
3 min read
Functional event sourcing

Functional event sourcing

Image Image Image Image Image 27
Comments 1
8 min read
Functional domain model

Functional domain model

Image Image Image 16
Comments 8
6 min read
In PHP, function parameters

In PHP, function parameters

Image 6
Comments 2
6 min read
Um rápido Hello World com Haskell

Um rápido Hello World com Haskell

Image Image Image Image Image 41
Comments 3
4 min read
Explorando a lib usehooks-ts para Desenvolvimento no React

Explorando a lib usehooks-ts para Desenvolvimento no React

Comments
6 min read
JavaScript and Functional Programming: A Dive into Pure Functions, Currying, and Functional Composition

JavaScript and Functional Programming: A Dive into Pure Functions, Currying, and Functional Composition

Image Image Image Image Image 12
Comments
5 min read
How to use PostgreSQL with Haskell: rel8

How to use PostgreSQL with Haskell: rel8

Image Image Image 4
Comments
6 min read
How to use PostgreSQL with Haskell: opaleye

How to use PostgreSQL with Haskell: opaleye

Comments
6 min read
How to use PostgreSQL with Haskell: squeal

How to use PostgreSQL with Haskell: squeal

Image Image 2
Comments
7 min read
How to use PostgreSQL with Haskell. Elephantine library review 2023

How to use PostgreSQL with Haskell. Elephantine library review 2023

Comments
4 min read
How to use PostgreSQL with Haskell: postgresql-simple

How to use PostgreSQL with Haskell: postgresql-simple

Comments
7 min read
Harmonising Elegance: The Art of Functional Programming in Software Design

Harmonising Elegance: The Art of Functional Programming in Software Design

Image 1
Comments
3 min read
Creating a Scheduled Lambda Function on AWS: A Step-by-Step Guide

Creating a Scheduled Lambda Function on AWS: A Step-by-Step Guide

Image 2
Comments
3 min read
Understanding Closures in Python: A Comprehensive Tutorial

Understanding Closures in Python: A Comprehensive Tutorial

Comments
5 min read
Do Conceito à Implementação: Criando e Utilizando Hooks Personalizados no React

Do Conceito à Implementação: Criando e Utilizando Hooks Personalizados no React

Image 1
Comments
5 min read
A Guide to Using the Option Type in TypeScript

A Guide to Using the Option Type in TypeScript

Image Image 7
Comments 2
6 min read
Make Expressions, not Statements

Make Expressions, not Statements

Image Image 5
Comments 5
4 min read
Do your Values align with FP Values?

Do your Values align with FP Values?

Image Image Image 7
Comments 1
12 min read
A poll: hot events or applicatives? Choose two!

A poll: hot events or applicatives? Choose two!

Image 1
Comments
15 min read
Designing a SHT Language

Designing a SHT Language

Comments
11 min read
Pattern matching meets JS

Pattern matching meets JS

Comments
14 min read
GADT-like types in Rust

GADT-like types in Rust

Image Image Image Image 13
Comments
4 min read
Part 1 – Build a Wordle Helper Using Elm and A Little Bit of Logic

Part 1 – Build a Wordle Helper Using Elm and A Little Bit of Logic

Image Image Image Image 7
Comments
4 min read
Exploring DO Notation in JS

Exploring DO Notation in JS

Image Image Image 6
Comments
13 min read
Part 3 – Build a Wordle Helper Using Elm and A Little Bit of Logic

Part 3 – Build a Wordle Helper Using Elm and A Little Bit of Logic

Image Image Image Image 5
Comments
6 min read
Part 2 – Build a Wordle Helper Using Elm and A Little Bit of Logic

Part 2 – Build a Wordle Helper Using Elm and A Little Bit of Logic

Image Image Image Image 4
Comments
7 min read
Fundamentals of Functional Programming: Learn with JavaScript

Fundamentals of Functional Programming: Learn with JavaScript

Image 5
Comments 2
2 min read
Advanced switch-case / pattern-matching in Javascript

Advanced switch-case / pattern-matching in Javascript

Comments
3 min read
Parallel promises made simple - Javascript Tip

Parallel promises made simple - Javascript Tip

Comments
2 min read
Cellular Automata in Elm: Build Conway's Game of Life

Cellular Automata in Elm: Build Conway's Game of Life

Image Image Image 6
Comments 2
7 min read
How to render a basic calendar UI in Elm

How to render a basic calendar UI in Elm

Image Image Image 5
Comments
11 min read
Debugging without a “real” debugger

Debugging without a “real” debugger

Image Image 2
Comments
6 min read
Events are best served hot

Events are best served hot

Image Image Image 5
Comments
9 min read
Functions Describe the World

Functions Describe the World

Image Image Image Image Image 35
Comments 2
7 min read
Calculating the maximum profit from stocks: Purescript Leetcode Solution

Calculating the maximum profit from stocks: Purescript Leetcode Solution

Comments
9 min read
Calculating the maximum profit from stocks: Purescript Leetcode Solution (Updated to use Typeclass)

Calculating the maximum profit from stocks: Purescript Leetcode Solution (Updated to use Typeclass)

Comments
3 min read
Justifying a paragraph of text in Purescript: Part 3

Justifying a paragraph of text in Purescript: Part 3

Comments
3 min read
Justifying a paragraph of text in Purescript: Part 2

Justifying a paragraph of text in Purescript: Part 2

Comments
4 min read
Justifying a paragraph of text in Purescript: Part 1

Justifying a paragraph of text in Purescript: Part 1

Comments
4 min read
Typescript - Union types e type guards

Typescript - Union types e type guards

Image Image Image Image Image 13
Comments
5 min read
Converting an Integer to Roman Numeral in Purescript

Converting an Integer to Roman Numeral in Purescript

Image 1
Comments
5 min read
loading...