Articles by Tag #haskell

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

A quiet rewrite of the Web: PureScript on the rooftops of JavaScript

JavaScript became more than code — a culture, a dynasty, a paradox. In the shadow of this legacy, a...

Learn More 18 3Oct 27

A Monad Guide for Beginners

Recently, a new colleague joined our company. His surname is Bai, and he's quite young, so we all...

Learn More 0 0Nov 9

Monads in Haskell

Monads... Yeah, I know — it sounds weird the first time you hear it. When I first started learning...

Learn More 1 0Nov 9

Going Full-Time NeoHaskell

Jumping into full-time development, I'm making NeoHaskell financially sustainable by building a production-ready, client-validated ecosystem, starting with a reliable PostgreSQL event store and offering consulting on event-driven architectures.

Learn More 5 1Nov 4

I do not agree with Ben Lesh on his Medium article 'Regret Rxjs'

Rxjs needs a deeper understanding than 'Rxjs is Loadash for Events'

Learn More 0 1Nov 24

Choosing A Template Engine: The More Powerful Problem

Continuing on the topic of template engines, I would like to share my thoughts on the power of...

Learn More 7 0May 17

Minimal Sufficient Groups

This is a programming interview question I got some years ago. The problem When a certain...

Learn More 0 0Feb 2

Letting the compiler guarantee sortedness

It's not often that I wake up on a Sunday and the first thing my brain thinks of is a leetcode...

Learn More 0 0Oct 8

Aritmética de Peano em Haskell

Vamos mergulhar um pouquinho em Haskell? A ideia é fazer um pouco de aritmética de Peano. Estou...

Learn More 7 2Jan 15

Intro to Functional Programming - 1

Why Your Object-Oriented Code is Driving You Crazy (And What Math Can Teach Us) Part 1 of...

Learn More 11 3Jun 4

From C# to Haskell and Back Again: My Journey into Functional Programming

As an experienced C# developer, I've always been comfortable in the world of objects, classes, and...

Learn More 3 0Dec 31 '24

Learning Physics with Functional Programming and Haskell

TL;DR; I gave a talk at LambdaConf 2025 Youtube this is a follow up post. Haskell Files -> GitHub....

Learn More 13 0May 15

¿Cómo instalar Haskell?

Hay varias opciones para instalar las herramientas necesarias para programar en Haskell y también...

Learn More 4 1Mar 24

Writing better React code with functional programming

My first few years as a professional programmer, I worked at tweag.io. Though I was not a Haskell...

Learn More 1 0Aug 26

Type-Level Web DSL in Haskell

Understanding Servant: A Type-Level Web DSL in Haskell Relatable Problem...

Learn More 1 0Dec 8 '24

Setup Haskell for Neovim on Linux

This is a distro agnostic simple guide on how to setup haskell on modern linux using GHCup. ...

Learn More -1 0Apr 29

Writing APIs Without Servant vs. Using Servant

Writing APIs Without Servant vs. Using Servant When developing web APIs in Haskell, there...

Learn More 0 0Dec 8 '24

JSON Schema in Haskell using AutoDoCodec

In April 2022 I made a review of Haskell libraries for JSON Schema. The outcome of my research was...

Learn More 1 0Jul 26

Haskell Project Template with Nix Flakes

This post introduces my Haskell project template powered by Nix Flakes -- a simple setup I use to...

Learn More 0 0May 20

Magic JSON in Haskell

Among all Haskell libraries I have used, the one I reach for the most is autodocodec. I will explain...

Learn More 1 0May 23

A Minimal Static Blog Generator in Purescript - My Notes and Code Walkthrough

About two years ago, I decided to move my Tumblr blog to some sort of a custom-made static blog generating tool written in Purescript (a Haskell-inspired language that compiles to JS).

Learn More 0 0Apr 13

Understanding Functional Programming with Haskell

Functional Programming (FP) is a paradigm that treats computation as the evaluation of mathematical...

Learn More 0 0Jul 12

Cross-Compiling Haskell under NixOS with Docker

I learned how to cross-compile Haskell projects under NixOS using Docker images for ARM...

Learn More 0 0May 29

Hacking Haskell with Nix: Two Tricks

I have mentioned a few times in my posts that Haskell is my go-to language. This is true even for...

Learn More 1 0May 22

Dao of Functional Programming (Chapter 1: Clean State)

This would be an irregular series of posts on my new attempt to learn Category Theory. This time, it...

Learn More 0 0May 17

Explain to me how to nix and Haskell properly.

Looking for help on how to properly nix with Haskell TL;DR I am looking for feedback on...

Learn More 0 2Feb 5

Embracing ReaderT finally

Intended audience: programmers, esp those with functional-programming background. My last outing...

Learn More 1 0Apr 18

🚀 Introducing `neo`: A CLI Tool for Your NeoHaskell Projects

We're excited to announce the release of **`neo`**, the official command-line interface for **NeoHaskell**

Learn More 0 0Mar 27

Why I Gave Up on Functional Programming — Twice — and Still Grateful for It

Is functional programming really worth learning? Why do so many developers give up halfway? I...

Learn More 1 4Aug 26

Intro Functional Programming - 2: Higher-order Function

Higher-Order Functions Are Your New Superpower Part 2 of 4: From Code Chaos to...

Learn More 7 1Jun 5