Facebook Twitter GitHub LinkedIn LinkedIn LinkedIn

Posts tagged: haskell

July 26, 2021

Composable Data Validation with Haskell

By Ben Levy and Christian Charukiewicz
Creating and extending an embedded domain-specific language for highly configurable and performant data validation.
May 27, 2021

Final tagless encodings have little to do with typeclasses

By Ben Levy
Using a final tagless encoding does not require typeclasses, and we can achieve many of the same benefits with simpler code.
January 11, 2021

Why Haskell is our first choice for building production software systems

By Christian Charukiewicz
Haskell's features enable rapid development, easy maintainability, and excellent performance, making it a top choice as an industrial-strength programming language.
November 23, 2020

Reducing the pain of grouping SQL query results using Haskell

By Ben Levy and Christian Charukiewicz
Semigroups allow us to transform the denormalized results of our SQL queries into a structure that models parent-child relationships by focusing on the types we want to achieve rather than by writing tedious merge operations.