User Lifecycle Management: Part 2 – token collector

January 10, 2025 · c, database, io, mailroom and postgres

Harnessing PostgreSQL notifications and libpq async API to drive a real-time token processing pipeline with backpressure.

User Lifecycle Management: Part 1 – database schema

November 17, 2024 · database, iam, mailroom, postgres and sql

Unlock the hidden potential of PostgreSQL as a simple yet powerful workflow automation engine.

Going Monadic with Go Generics

August 30, 2024 · fp, go and language

Package warp provides a collection of experimental Monad implementations in Go.

Why is Haskell the Way It is?

May 30, 2023 · fp, haskell and language

This article delves into Haskell's use of denotational semantics, a mathematical approach to defining program logic.

Building a Full-Stack Web App with fp-ts

January 25, 2023 · fp, react and typescript

flixbox showcases a full-stack client/server web application interacting with the TheMovieDB API. It leverages the functional programming library fp-ts and its module ecosystem.

Custom Binary Protocols with Multiplexing in Go

January 7, 2023 · go and net

binproto provides generic support for binary communication protocols. Ideal for applications like game networking or file transfer, it enables low-latency data exchange.

Querying CouchDB with Human-Readable Syntax

January 2, 2023 · couchdb, database, javascript and language

tango provides a textual syntax for logical and relational expressions compatible with Mango selectors.

CommonJS Support for CouchDB Design Documents

January 2, 2023 · couchdb, database and javascript

couchilla is a bundler for packing design documents for CouchDB.