Recreating Manfred Mohr's Cubic Limit Series with Effect
This post walks through the process of recreating Manfred Mohr's iconic artwork Cubic Limit, P-161 with TypeScript and Effect using a fully functional rendering pipeline. →
Batch Processing Account Lifecycle Events from PostgreSQL
mailroom demonstrates how to manage account lifecycles and batch-process operations—such as activation and password resets—using PostgreSQL triggers and notifications. →
Experimenting with Functional Abstractions in Go
warp is a collection of functional data types built to experiment with Go's generics and their effectiveness in modeling functional abstractions. →
Thinking in Haskell
This post introduces the basics of denotational semantics and how it provides a mathematical framework for reasoning about program correctness in Haskell. →
Building a Full-Stack Web App with fp-ts
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
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
tango provides a textual syntax for logical and relational expressions compatible with Mango selectors. →
CommonJS Support for CouchDB Design Documents
couchilla is a bundler for packing design documents for CouchDB. →