End-to-End Workflow Automation with PostgreSQL and Go: Part 1
Build a reactive account management system with PostgreSQL, using triggers, tokens, and real-time notifications to automate user workflows like activation and status changes. →
Going Monadic with Go Generics
Package warp provides a collection of experimental Monad implementations in Go. →
Why Haskell Just Works?
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
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. →