https://leerob.com/rust
Rust Is Eating JavaScript (Still, in 2026) â Our most-read link of 2021 gets an update for 2026. Lee Robinson (then Vercel, now Cursor) predicted Rust would be used to reimplement more and more JavaScript ecosystem tooling, and Rspack, Biome, Turbopack, and Bun's recent rewrite keep proving him right.
23 days ago
https://master.dev/courses/frontend-architecture/
Frontend Architecture: Monoliths to Microfrontends â Maxi Ferreira walks through modular monoliths, monorepos, and microfrontends so you can pick the right structure for your codebase and know the real cost before you commit.
23 days ago
https://octanejs.dev/
Octane: React's Programming Model, But Compiled â From the creator of Inferno comes a successor: a compiled React-like framework (differences explained here) that generates reactivity ahead of time with no VDOM. Supports TSX/JSX and TSRX, with integrations for TanStack Query and Router, plus other common React libraries.
23 days ago
https://www.youtube.com/watch?v=OytpXXeNmTQ
â¶Â  The Creator of TypeScript Shows Off TypeScript 7 â Anders Hejlsberg demos the 10x speedup gained by the new Go-based TypeScript compiler on VS Code's 1.3M line codebase. He also covers the new LSP language server and why compiler API users (Vue, Astro, Svelte) must stay on TypeScript 6.
#science & technology
23 days ago
https://domenic.me/agentic-coding-setup/
Domenic Denicola's Agentic Coding Setup â It's fascinating when a prolific developer (Domenic was a key figure in the adoption of promises in JavaScript, creating jsdom, and much more) shares their workflow. This is no exception, covering areas like disposable VMs, Tailscale, and worktrees.
23 days ago
https://medium.engineering/how-we-built-the-new-table-of-contents-feature-c3825d8c279d
How Medium Built Its New 'Table of Contents' Feature â How the content site built a dynamic table of contents widget for all its articles, inspired by a third-party Chrome extension that did the same thing.
23 days ago
https://maplibre.org/maplibre-gl-js/docs/
đ MapLibre GL JS 6.0: Interactive Vector Maps for the Web â A WebGL-powered library for rendering interactive vector tile maps, forked from Mapbox GL JS after its 2020 relicensing. Version 6 goes ESM-only, requires WebGL 2, and lands broad performance gains. Release notes and a v5 to v6 migration guide.
23 days ago
https://www.locize.com/?from=js-weekly
Ship Translations Without Redeploying. Made by the i18next Team â The cloud TMS from the i18next team. saveMissing, in-context editor, AI translation, CDN. Free tier, Swiss-made.
23 days ago
https://github.com/usebruno/bruno
Bruno 4.0: An Open-Source HTTP API Client App â An open source, JavaScript-powered lightweight alternative to something like Postman for testing and making requests against HTTPÂ APIs.
23 days ago
https://tslog.js.org/
tslog 5: Zero-Dependency Logger for Node, Deno, Bun and Browsers â A ground-up rewrite, now ESM-only, and also covers workers and React Native. Pretty output by default, JSON optionally, plus middleware, file/HTTP/worker transports, secret masking, and error stacks that resolve through source maps to your original .ts lines. GitHub repo.
23 days ago
https://github.com/sindresorhus/eslint-package-json
eslint-package-json: Powerful ESLint Rules for package.json â An ESLint plugin that catches package.json mistakes like invalid names, bad version ranges, broken exports, redundant files entries, and more, and fixes many of them automatically.
23 days ago
https://www.shadscan.com/
Shadscan: Deterministic UI Audits for shadcn Apps â A tool that statically analyzes your shadcn components using almost 60 deterministic checks (no AI or API keys needed) around fundamental accessibility, state, and composition best practices.
23 days ago