Posts tagged "ocaml"

5 articles

February 20, 2025

Cohttp vs. libcurl: Why Terrateam switched to libcurl

Terrateam switched its HTTP library to libcurl but we ran into some unique issues during development

December 28, 2023

Announcing Audit Trail

Everything you want to know about operations that Terrateam has executed is now at your fingertips.

December 28, 2023

Ocaml to PostgreSQL: Building Dynamic Queries with Type Safety

Learn how we implemented dynamic query execution in PostgreSQL for our Audit Trail feature, balancing type safety and performance.

January 17, 2023

The Scavenger Method of Refactoring

How I refactor big pieces of code.