Web Engineering
Oxc: Unifying Web Tooling with Ultra-Fast Rust Parsers
An in-depth look at Oxc (Oxidation Compiler), a suite of high-performance Rust tools for web development. Compare speed benchmarks vs ESLint and Prettier.
Sachin SharmaCreator
Jun 23, 2026
3 min read

Featured Resource
Quick Overview
An in-depth look at Oxc (Oxidation Compiler), a suite of high-performance Rust tools for web development. Compare speed benchmarks vs ESLint and Prettier.

Previous Article
sqlite3 WASM + OPFS: Browser Persistent Storage Guide (2026)
IndexedDB is notoriously slow for large datasets. Discover the official API guide to running sqlite3 WASM inside browsers at native speeds using the W3C Origin Private File System (OPFS).

Next Article
SwiftUI-Style Declarative Animations in Flutter
Managing AnimationControllers, Tween classes, and state disposals can clutter your Flutter code. Discover how to write clean, SwiftUI-style declarative animations.