FP primer: Denotational semantics

May 30, 2023 · fp, haskell and language

This post is the first of a series, which I think may be useful for those learning functional programming.

Read more

Barebones web app example using fp-ts

January 25, 2023 · fp and typescript

flixbox demonstrates a full stack client/server web application for interacting with the TheMovieDB API using typed functional programming library fp-ts and its friends.

Read more

Length-prefix message framing in Go

January 7, 2023 · go and net

binproto implements low-level support for binary-based two-way communication protocols. You can use it to create your own low-latency binary protocols for things like game networking or file transfer.

Read more

Parsing logical expressions with the Shunting yard algorithm

January 2, 2023 · couchdb, javascript and language

tango implements textual syntax for logical/relational expressions compatible with Mango selectors.

Read more

Bundle your CouchDB map/reduce functions with ease

January 2, 2023 · couchdb, database and javascript

couchilla is a bundler for packing design documents for CouchDB.

Read more