Welcome to my blog, where I share thoughts, tutorials, and insights on
software engineering, functional programming, and industry trends.
2025-09-28
A weekend sprint documenting the evolution from basic OCaml models
to comprehensive validation infrastructure with field enhancements,
time utilities, and cryptographic security improvements for the
Chaufr MVP
2025-09-21
Building a comprehensive database testing suite for Chaufr:
integration tests, transaction verification, migration rollback
testing, connection pool stress tests, and performance benchmarks
using Alcotest, Lwt, and Caqti
2025-09-14
Implemented a production-minded database migration system for
Chaufr: CLI, tracking, checksum validation, rollback, and safe SQL
execution.
2025-08-31
A comprehensive sprint retrospective documenting the implementation
of a near-production-ready database and service layer using OCaml,
Caqti, UUID v7, and standardized error handling for the Chaufr MVP
2025-08-24
A practical, production-focused walkthrough of building a PostgreSQL
connection pool in OCaml using Caqti_lwt_unix, with health checks,
graceful shutdown, and Dream integration
2025-08-10
A comprehensive guide to deploying OCaml applications on Azure App
Service using Azure Container Registry - from authentication
challenges to production success
2025-07-12
How I built a fully automated OCaml solution pipeline for Advent of
Code with input downloading, solution running, and automatic
submission
2025-06-08
A beginner's guide to functional programming with OCaml