Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
JavaScript became more than code — a culture, a dynasty, a paradox. In the shadow of this legacy, a...
Recently, a new colleague joined our company. His surname is Bai, and he's quite young, so we all...
Monads... Yeah, I know — it sounds weird the first time you hear it. When I first started learning...
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.
Rxjs needs a deeper understanding than 'Rxjs is Loadash for Events'
Continuing on the topic of template engines, I would like to share my thoughts on the power of...
This is a programming interview question I got some years ago. The problem When a certain...
It's not often that I wake up on a Sunday and the first thing my brain thinks of is a leetcode...
Vamos mergulhar um pouquinho em Haskell? A ideia é fazer um pouco de aritmética de Peano. Estou...
Why Your Object-Oriented Code is Driving You Crazy (And What Math Can Teach Us) Part 1 of...
As an experienced C# developer, I've always been comfortable in the world of objects, classes, and...
TL;DR; I gave a talk at LambdaConf 2025 Youtube this is a follow up post. Haskell Files -> GitHub....
Hay varias opciones para instalar las herramientas necesarias para programar en Haskell y también...
My first few years as a professional programmer, I worked at tweag.io. Though I was not a Haskell...
Understanding Servant: A Type-Level Web DSL in Haskell Relatable Problem...
This is a distro agnostic simple guide on how to setup haskell on modern linux using GHCup. ...
Writing APIs Without Servant vs. Using Servant When developing web APIs in Haskell, there...
In April 2022 I made a review of Haskell libraries for JSON Schema. The outcome of my research was...
This post introduces my Haskell project template powered by Nix Flakes -- a simple setup I use to...
Among all Haskell libraries I have used, the one I reach for the most is autodocodec. I will explain...
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).
Functional Programming (FP) is a paradigm that treats computation as the evaluation of mathematical...
I learned how to cross-compile Haskell projects under NixOS using Docker images for ARM...
I have mentioned a few times in my posts that Haskell is my go-to language. This is true even for...
This would be an irregular series of posts on my new attempt to learn Category Theory. This time, it...
Looking for help on how to properly nix with Haskell TL;DR I am looking for feedback on...
Intended audience: programmers, esp those with functional-programming background. My last outing...
We're excited to announce the release of **`neo`**, the official command-line interface for **NeoHaskell**
Is functional programming really worth learning? Why do so many developers give up halfway? I...
Higher-Order Functions Are Your New Superpower Part 2 of 4: From Code Chaos to...