Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Functional programming has gained popularity due to its ability to provide efficient and scalable...
TL;DR; I gave a talk at LambdaConf 2025 this is a follow up post. Haskell Files -> GitHub. I'll...
Why Your Object-Oriented Code is Driving You Crazy (And What Math Can Teach Us) Part 1 of...
Handling Infinity and Recursive Elegance Part 3 of 4: From Code Chaos to Mathematical...
This is the final part of a series of articles entitled Functional Patterns. Make sure to check out...
Parsers are what now?! Even to a Haskeller —proficient in the magics of functors and monads— the...
This is part 2 of a series of articles entitled Functional Patterns. Make sure to check out the...
Vamos mergulhar um pouquinho em Haskell? A ideia é fazer um pouco de aritmética de Peano. Estou...
A while back I encountered a conversation on a platform that shall remain unnamed, where people were...
Continuing on the topic of template engines, I would like to share my thoughts on the power of...
Higher-Order Functions Are Your New Superpower Part 2 of 4: From Code Chaos to...
Trigger Warning: this article contains Haskell codeblocks! Introduction As a...
They are at best artisans, at worst specialized monkeys. TL;DR Concerning the engineering...
This is part 5 of a series of articles entitled Functional Patterns. Make sure to check out the...
Author: Roman Matveev. LinkedIn x.com Purpose The goals of this article is to research...
This is part 3 of a series of articles entitled Functional Patterns. Make sure to check out the...
Hay varias opciones para instalar las herramientas necesarias para programar en Haskell y también...
This is part 4 of a series of articles entitled Functional Patterns. Make sure to check out the...
Hey everyone, I'm excited to announce the launch of my brand-new Haskell programming course on...
Imagine you’re my colleague: you have functional Scala experience and must start contributing to the...
As an experienced C# developer, I've always been comfortable in the world of objects, classes, and...
An experienced developer, doing quantum computing and the author of Coalton, the library that brings...
Demystifying triggers in NeoHaskell
After 3 weeks facing a wall of awful, I managed to fix this concurrency bug in the service worker...
Haskell is renowned for its elegant aesthetics and ability to express complex concepts in a concise...
While learning Haskell, you will come across List, the most popular indexable container available in...
Among all Haskell libraries I have used, the one I reach for the most is autodocodec. I will explain...
Understanding Servant: A Type-Level Web DSL in Haskell Relatable Problem...
Over the last few days, I've been solving Advent of Code 2024 puzzles in Haskell. This is only my...
This is a second take for my previous blog post Abusing Haskell: Executable Blog Posts. This time, I...