A field guide to running real databases in the browser — SQLite-WASM, DuckDB, PGlite, and SurrealDB — plus the local-first movement and the search tradeoffs behind them.
We decided 'dynamic website' had to mean megabytes of JavaScript framework and a server to feed it. This series is about a heresy: a static site can be genuinely dynamic, with a real database doing th…
An honest writeup of running SurrealDB in the browser — not for search, but to get dynamic application state out of a static site generator on free hosting, with no SPA and no heavy JS framework. The …
To set up the Terraform module to deploy your static website to GCS using GitHub Actions, follow these steps: Step 1: Prepare Your Environment Install Terraform: Make sure you have Terraform install…
Managing and navigating AWS Lambda functions can be a challenging task, especially if your environment has many functions spread across different projects. To make this easier, I created a bash script…