Public list by ~javascriptweekly

Issue 796 - Anders Hejlsberg demos TypeScript 7's 10x speedup

Rust Is Eating JavaScript | Lee Robinson

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

Architect Scalable Frontend Applications

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

Octane — React's programming model, compiled

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

TypeScript 7 Is Here (And It's 10× Faster)

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

My Agentic Coding Setup, July 2026

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

How we built the new Table of Contents feature

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

Introduction - MapLibre GL JS

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

Beautiful logging for TypeScript

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

shadscan: Audit shadcn apps for UI fundamentals

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