Author: Igor Konnov| Protocols Made Fun
Test faster, fix more| hypothesis.works
A look at the design and mechanics of StreamData, a data generation and property testing library for Elixir.| andrealeopardi.com
In this edition of our Haskell in Production series, we feature e-bot7 – a low-code conversational AI platform designed for customer service and support.| Haskell in Production: e-bot7
What's the Functor typeclass, and how can it be used? Find all the information you need to get started with Functor in our beginner-friendly blog post.| Functor Typeclass in Haskell
tl;dr - I wrote a small library for CountMin sketches in Haskell (you can find the code on GitLab, @ mrman/haskell-countmin). I then try to optimize it and fail, but throw in an example of doctest usage, CI with Gitlab, and how to host the generated Haddock on GitLab Pages. In some work and exploration earlier this year I found some time to read more about sketches – probablistic data structures usually used for summarizing data.| vadosware.io
Testing is important, and it’s hard to get people to do as much of it as theyshould. Testing tools matter because the smoother the process is, the more tests...| Jane Street Tech Blog