Building PubEngine: A Blog Engine That Actually Respects Your Time
PubEngine is a minimal blog engine built with Go, HTMX, and SQLite that prioritizes three things: simplicity, performance, and ease of use. It's a single binary with no Javascript frameworks to maintain, just write and publish.
Browser Based Passport MRZ Reader with Tesseract.js
Browser based passport MRZ reader built with Tesseract.js and WebAssembly. this tool captures passport data instantly using any device camera, without specialized hardware required. All processing happens client side.
Barcode Scanning on iOS: The Missing Web API and a WebAssembly Solution
WebAssembly based barcode scanner for iOS/Safari browsers that lack the Barcode Detection API. Uses ZBar compiled to WASM via Emscripten to achieve almost native scanning performance directly in the browser, no native app required.