// articles — notes on functional engineering

Articles.

Writing on Scala, Gleam, effect systems, streaming and the craft of building software that's correct by construction.

8 June 2026 · 14 min read

Encrypting PostgreSQL Columns in Scala with skunk-crypt

A hands-on guide to application-level AES-256-GCM encryption for Postgres columns — using skunk-crypt's drop-in Skunk codecs, with searchable columns, key rotation, and the gotchas that bite in production.

ScalaPostgreSQLSkunkEncryptionCats EffectSecurity
25 May 2026 · 5 min read

GPGPU.js -Run JavaScript on Your GPU With Zero Shader Knowledge

A short tour of how GPGPU.js allows you to run JavaScript on your GPU without writing shaders.

JavaScriptGPGPUWebGPUGPU ComputingPerformance