New Tech
SQLite WASM (OPFS): How to Install, Set Up, and Use a Persistent Browser Database
How to install SQLite WASM (OPFS) and set up a persistent SQLite database in the browser. Includes OPFS setup, Yjs SQLite integration, and COOP/COEP headers guide.
Sachin SharmaCreator
Aug 6, 2026
6 min read

Featured Resource
Quick Overview
How to install SQLite WASM (OPFS) and set up a persistent SQLite database in the browser. Includes OPFS setup, Yjs SQLite integration, and COOP/COEP headers guide.

Previous Article
Zig for Systems Programming: A Rust Developer's First Impressions
Ditching the borrow checker for explicit allocators? A Rust developer shares first impressions of Zig, comparing compile-time reflection (comptime), manual memory control, C interop, and error handling.

Next Article
Agritech: Building a Sensor Data Pipeline for Crop Monitoring
Learn how to build a scalable agritech telemetry pipeline for soil moisture, ambient temperature, and satellite imagery processing.