“javascript”
Expo for Cross-Platform Development in 2026
Explore how Expo has evolved into a complete cross-platform development platform in 2026. Learn about Expo Router, EAS, and the managed workflow.
React Native New Architecture Explained
Deep dive into React Native new architecture with Fabric, TurboModules, and the JSI. Understand how it improves performance and developer experience.
Deno: A Modern Runtime for Server-Side JavaScript
Deno 2 in production: the secure-by-default permission model, native TypeScript, the npm and JSR ecosystems, std modules, and the web-standard APIs that make server code boring to write.
Real-Time Collaboration with CRDTs
How conflict-free replicated data types converge without a central authority: the YATA algorithm, Yjs shared types, update exchange, awareness, and a runnable collaborative editor.
WebGPU for the Browser: GPU Compute with JavaScript
A practical introduction to WebGPU GPU compute: adapters, devices, WGSL shaders, compute pipelines, and running data-parallel workloads in the browser with JavaScript.
State Management in 2026: Signals, Stores, and Fine-Grained Reactivity
Why signals became the default reactive primitive in 2026, where the TC39 signals proposal stands, and when a store still beats a computed. Preact Signals, React Compiler, and Zustand side by side.
Monorepos with pnpm, Turborepo, and Nx
A practical tour of the 2026 monorepo stack: pnpm workspaces for dependency management, Turborepo for task caching, and Nx when you outgrow it. Covers workspace:*, catalogs, remote caching, affected-only CI, and module federation.
The Cost of JavaScript: Bundle Size Optimization
Why a kilobyte of JavaScript costs more than a kilobyte of anything else, and how tree shaking, code splitting, dependency audits, and CI budgets keep bundles lean.