Skip to content
TILens What matters today in tech v0.0.9
Theme

Topic - Edition

JavaScript

41 items on 30 Aug 2026
JavaScript GitHub Web

webpack/webpack: v5.110.2

Patch Changes Fix analyzable ESM baking around cycles, mixed-served wasm and style url maps. (by @alexander-akait in #21851) Minify more HTML and CSS shorthands, and cut two costs off printing. (by @alexander-akait in…

Source: webpack Releases github-actions[bot]
JavaScript

Add Area Annotations to PowerPoint with Node.js REST API

Adding area annotations to POWERPOINT files can feel like a daunting task, especially if you're trying to manage it manually. The good news is that with the right tools, you can automate this process. The…

Source: DEV JavaScript feed Shahzad Ashraf
JavaScript

Instant Navigation in Multi Page Apps

Next.js Instant Navigation in Multi Page Apps Not every Next.js app can "just be an SPA". This post explores which instant navigation features still work in a multi-page app, and where browser-native options can replace…

Source: DEV JavaScript feed Erfan Ebrahimnia
JavaScript

Secure Browser File Uploads Without Exposing Your API Key

A browser is a useful place to choose a file, but it is a bad place to keep a long-lived API key. Anything shipped to the browser can be inspected, copied, and replayed. That does not make browser uploads impossible; it…

Source: DEV JavaScript feed momo_dev2
JavaScript

WebMCP: Give Browser Agents Tools Instead of Buttons

AI agents can already browse a site, find a form, type into it, and click Submit. That works—until the button moves, the label is ambiguous, the form changes state, or the workflow spans six screens. WebMCP proposes a…

Source: DEV JavaScript feed Toan Nhu
JavaScript

Feature detection lies: two things I learned shipping on WebMCP

I spent eight days building a parliamentary-procedure engine on WebMCP — the emerging standard that lets a web page hand an AI agent a typed tool list through document.modelContext. The idea is one sentence: an action…

Source: DEV JavaScript feed Edy Cu
JavaScript

Browser games no download: 15 you can play right now in your browser

Browser games are back, and they’re perfect for founders who live in the browser already. When you’re shipping a SaaS or AI side project, you don’t want launchers, patches, or a 90 GB install. You want alt‑tab fun that…

Source: DEV JavaScript feed Eddie Dev
JavaScript

Keeping a 100-question quiz private in the browser

A quiz about personal experiences creates a simple product question. How much of the answer data needs to reach a server? For a single-session quiz, the useful answer can be none of it. The current version of…

Source: DEV JavaScript feed MRZHU

41 items available