Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
This article was permanently moved to my personal website: chshersh.com :: Pragmatic Category...
This article was permanently moved to my personal website: chshersh.com :: Pragmatic Category...
THERE are various techniques and tools to do unit testing in OCaml. A small selection: Alcotest -...
In this article, I will present and explain a real-world usage of Generalized Algebraic Data Types...
Building my first project in OCaml
Accessing the power of static typing for server-side form validation and error reporting
Welcome to this beginner-friendly OCaml tutorial! My goal is to make this your ultimate...
Welcome to the second part of Basic OCaml, where we dive into writing practical OCaml code! This...
If you've ever worked with JavaScript, you've probably encountered tiny, hyper-focused utility...
How to use 'labels' to provide helpful parse error messages
I'd like to express my gratitude to Richard Feldman for his incredible teachings in Functional...
I'm trying to package Ocaml programs for future container deployments. Upon looking at docker hub,...
Foto de Louis Hansel en Unsplash Sources Why Functional Programming Doesn't...
How to have complete control over the XML output from your code
I didn't want to. Nobody wants to. But when you're building a system that signs JSON and realize half...
More project-oriented tutorials are needed to help developers learn OCaml effectively. This tutorial...
I was writing a new post about replacing exceptions in Tsonnet with a monadic approach, and the...
Last week, I had a great chat with Dillon Mulroy from Vercel, and the (almost) uncut recording is now...
When Failure is Not an Option: A Practical Case for OCaml ...