DEV Community

Cover image for Stay ahead in web development: latest news, tools, and insights #148
Adam
Adam

Posted on Originally published at weeklyfoo.com

Stay ahead in web development: latest news, tools, and insights #148

Signup here for the newsletter to get the weekly digest right into your inbox.

weeklyfoo #148 is here: your weekly digest of all webdev news you need to know! This time you'll find 36 valuable links in 5 categories! Enjoy!

🚀 Read it!

  • Session revocations at scale: How Canva revokes sessions for hundreds of millions of users with encrypted cookies and in-memory lookups, and why moving revocation records to S3 cut database load and shrank the cache by Canva / engineering, security, scale / 12 min read

📰 Good to know


🧰 Tools

  • scriptc: Compiles ordinary TypeScript into small native executables — no Node, no V8 in the binary, ~2ms startup and 170–200KB static builds by Vercel Labs / typescript, compiler, tools
  • hilos: Team chat where AI coding agents are members of the channel next to the humans — plan in a thread, the agent works on the repo and comes back with a PR to review by Pablo Stanley / ai, agents, tools
  • Octane: React's programming model compiled ahead of time — no VDOM, no rules-of-hooks bookkeeping, JSX and TSX supported by Dominic Gannaway / javascript, react, framework
  • tslog 5: Zero-dependency logger for Node, Deno, Bun and browsers — pretty or JSON output, transports, secret masking, stacks mapped back to your TypeScript lines by Eugene Terehov / typescript, logging, tools
  • eslint-package-json: ESLint rules that catch bad names, broken exports and invalid version ranges in package.json, and autofix most of them by Sindre Sorhus / javascript, linting, tools
  • Seal: Open standard for proving a file is real — sealed artifacts anchored to a public ledger that prove integrity, time and issuing certificate by Seal / security, tools
  • htmx 4.0: Fourth major version of the library, released — of course — on a Game Boy cartridge by htmx / web, html, tools
  • Codex Security: CLI and TypeScript SDK that scans repos for vulnerabilities, validates them, and tracks findings over time by OpenAI / security, cli, tools
  • pgGraph: Postgres extension for graph search, traversal, shortest path and relationship queries straight against ordinary tables by Evokoa / postgres, databases, tools
  • TurboFieldfare: Runs Gemma 4 26B on Apple Silicon in roughly 2GB of RAM by streaming weights instead of loading all 14.3GB at once by drumih / ai, llm, tools
  • Claude Code Merge Queue: Local merge queue for parallel coding agents, so simultaneous landings stop racing each other on push by funador / ai, agents, tools
  • numbat: Endpoint visibility into what AI agents actually do, with optional pre-action blocking and forensic reconstruction by Perplexity / ai, security, tools
  • jsdom 30: The browser environment emulator behind countless test suites picks up CSS.escape, CSS.supports and background-position-x by jsdom / javascript, testing, tools
  • Ada v4: The WHATWG-compliant URL parser Node depends on gets another speed pass by Yagiz Nizipli / nodejs, performance, tools
  • modern-tar: Zero-dependency streaming tar parser and writer by ayuhito / javascript, tools

ðŸĪŠ Fun

  • PGSimCity: Postgres internals as a 3D city you can walk around in and break on purpose by Nikolay Samokhvalov / postgres, fun / 1 min read
  • A chat app that rewrites its own UI in real time: Raw HTML, CSS and JavaScript streamed straight into the DOM, so the model rebuilds its own interface into games and themes while you talk to it by Varshith V Hegde / ai, fun / 23 min read

📚 Videos

Want to read more? Check out the full article here.

To sign up for the weekly newsletter, visit weeklyfoo.com.

Top comments (0)