Ever watched your coding agent confidently write massive amounts of JavaScript for a simple swipe gesture, only for the animation to stutter? 😅
Watch our side-by-side test: with Modern Web Guidance enabled, the coding agent pulls expert-vetted swipe-to-remove guide into its context window, handling features like scroll snap and intersection observer with ease → goo.gle/mwg
Playwright MCP or Playwright CLI: pick either, your agent gets all of this 🎭
🧰 WebMCP: pages hand the agent their own tools
🔎 Find: grep the page instead of reading all of it
🪶 Leaner snapshots, fewer tokens on every step
🔴 Do it by hand once, get Playwright code back
🗣️ Codegen in TypeScript, Python, Java and C#
🔌 Your real Chrome, logins included
🎬 60 fps video with an animated cursor and chapters
📱 Mobile and device emulation
🌗 Light/dark flipped mid-session
🌐 Mock any request, or pull the plug and go offline
📸 Hi-res screenshots
🩹 Crashed tab or dropped connection? It'll recover
npx @playwright/mcp@latest
github.com/microsoft/playwri…
npm i -g @playwright/cli@latest
github.com/microsoft/playwri…
10,000 installs and counting! 📈 We created Modern Web Guidance to bring web platform expertise right into your agent workflows. Have you tried pairing these skills with Chrome DevTools for agents to audit performance and automatically fix code?
Check it out and join 10K+ web developers who are coding smarter → goo.gle/4yEVz1h
🚀 Building file sharing into your app?
Uploads, shareable links, previews & image transformations don’t have to be complicated.
This Filestack guide shows you how to build a complete file-sharing app with #Nextjs + #TypeScript. 🔥
👉 blog.filestack.com/build-fil…#WebDev
In 2025, TypeScript became the most-used language on GitHub. Then came TypeScript 7, a native port built to be up to 10x faster.
Creator @ahejlsberg joins The Peterman Pod to unpack the move to Go, the technical tradeoffs, agentic AI, and more.
commandline.microsoft.com/ty…
Skip writing complex JavaScript to make form elements like textarea fit user input 🍝
The field-sizing CSS property is a newly available Baseline feature that lets form controls naturally adjust their sizing to fit their contents. Find the documentation here → goo.gle/4a1HJMM
🚀 React devs, this one’s worth upgrading for!
Filestack React SDK v7.0.0 is here with:
⚡ Full #TypeScript rewrite
⚛️ React 19 support
🧩 New FilestackProvider
🔥 Better Next.js, Vite & Remix support
🐛 Infinite re-render fixes
👉 blog.filestack.com/filestack…#WebDev#Filestack
🎒Head back to campus with a new offer for college students from @YouTube & @Google: Get YouTube Premium (uninterrupted, ad-free music, background play, and offline downloads) paired with @GoogleAI Pro, giving you higher usage limits in @GeminiApp, 5 TB of storage, and built-in AI tools in @gmail and @googledocs.
We are experiencing high error rates around 20% for web experiences and api traffic. Archive downloads and raw repository content downloads are experiencing an approximate 50% error rate. Investigations are on-going into the root cause, and updates will... githubstatus.com/incidents/z…
In the next version of Bun
Web APIs like `URL`, `Headers`, and `URLSearchParams` get up to 4x faster
ALT Bun v1.4
URL, Headers & URLSearchParams — operations per second, longer is faster
Bun v1.4
Bun v1.3.14
Node v26
9.62M ops/s 4.6x faster than v1.3.14
new URL (url)
"https://example.com/search?q=bun#results"
2.10M ops/s
3.51M ops/s
4.37M ops/s 3.6x faster than v1.3.14
new URL (path, base)
"../assets/logo.svg" against a page URL
1.22M ops/s
1.93M ops/s
4.15M ops/s 18.4x faster than v1.3.14
new URL (LongUrl)
2 KB of query string
225K ops/s
641K ops/s
10.1M ops/s 5.1x faster than v1.3.14
URL. parse (url)
1.97M ops/s
1.92M ops/s
2.48M ops/s 1.6x faster than v1.3.14
new Headers({...})
3 headers from an object
1.60M ops/s
610K ops/s
2.17M ops/s 1.4x faster than v1.3.14
new URLSearchParams ({...})
5 params from an object
Linux x64 • same machine • mitata • bars scaled per benchmark
1.55M ops/s
1.66M ops/s
bench/snippets/{url-kinds,headers, urlsearchparams}.mjs
Effect v4 Release Candidate is here!
After months of beta releases, real-world usage, and community feedback, v4 is entering the final stretch before stable.
Try it, migrate, test your integrations, and tell us what still breaks before 4.0.
↓↓↓
effect.website/blog/releases…
ALT Effect v4 Release Candidate banner. A horizontal timeline shows 3.0 stable on the left, 4.0 RC in the center marked “we are here,” and 4.0 stable on the right.
Meet Chrome DevTools Connect for WebStorm → goo.gle/4i2wPuL
Now your AI agent can open Chrome, inspect rendering, read console logs, and verify runtime fixes without you leaving the WebStorm IDE.
In the next version of Bun
RegExp gets up to 281x faster
ALT Dark benchmark card titled "RegExp in Bun". Top right, struck through: the GitHub issue title "Node.js is 300× faster than Bun at isbot regexp" (oven-sh/bun#5197, closed). Huge headline: "281× faster on the isbot regex." Subtext: "110 alternatives, four lookbehinds, 263,487 real user-agent strings. Same script, same machine." Three horizontal bars, drawn to scale, lower is better: Bun v1.3.14 (before) 32,395 ms — spans the full width; Node.js v26 (V8/Irregexp) 141 ms — a thin sliver; Bun v1.4 (after) 115 ms — an even thinner pink sliver. Footer: Apple Silicon, benchmark from github.com/quick-lint/bun-vs-node; improvements: JIT-compiled lookbehinds, alternation dispatch, prefix factoring, wider Boyer-Moore search. The isbot regex source is faintly visible as background texture.