Menu Icon
About
About Us
What We Do
Who We Are
Our Offices
Spain Office
Solutions
Services
AI Solutions
Technology
Haskell
Insights
Careers
Get in Touch
Get in Touch
Stack Builders Insider
Discover expert insights by industry-leading engineers to help you deliver pragmatic, reliable software solutions.
Subscribe
By subscribing to Stack Builders Insider, you agree to our
Privacy Policy
.
Learn about practical DevOps in our free resource
Find out how you can optimize DevOps for better security, reliability, and scalability.
Learn more
Clouds and Servers
Explore some topics
Search
connecting a haskell backend to a purescript frontend
Connecting a Haskell Backend to a PureScript Frontend
Haskell
Tutorial
Programming
PureScript
In this tutorial we will implement a way to extend the types in the Haskell backend to the PureScript frontend while maintaining consistency and simplifying communication.
User Icon
Javier Casas Velasco
11 mins read
ghc generics explained
GHC Generics Explained
Haskell
Tutorial
Functional Programming
GHC
This tutorial will get you up to speed with GHC generics quickly.
User Icon
Mark Karpov
19 mins read
ghc optimization and fusion
GHC optimization and fusion
Haskell
Tutorial
GHC
You may have seen GHC pragmas with mysterious rules and phase indication in the source code of some great Haskell libraries like ‘text’ or ‘vector’. What is this all about? How do you use them in your project? As it turns out, it's easier than you may think.
User Icon
Mark Karpov
62 mins read
servant authentication and sessions via cookies
Servant authentication and sessions via cookies
Tutorial
Parsing Libraries
Authentication
Cookies
Authentication is a sort of weak place in the Servant web framework. In this tutorial we build RESTful authentication in Servant storing all the session in an encrypted cookie client-side.
User Icon
Mark Karpov
15 mins read
mustache templates in haskell
Mustache templates in Haskell
Haskell
Tutorial
Design
In this tutorial we are going to use the Stache Haskell package developed by Stack Builders to work with Mustache templates — a popular logic-less template format.
User Icon
Mark Karpov
12 mins read
behavior-driven development (bdd) in haskell with hspec
Behavior-driven development (BDD) in Haskell with Hspec
Haskell
Tutorial
Testing
In this tutorial, we implement the Luhn algorithm to validate credit card numbers while we show the advantages of using a combination of Haskell and Hspec to achieve techniques and principles of the BDD software development process.
User Icon
Juan Carlos Pazmiño
16 mins read
10
11
12
13
14
...