DEV Community

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

Posted on • Originally published at weeklyfoo.com

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

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

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


📰 Good to know


🧰 Tools

  • vet: vet is a command-line tool that acts as a safety net for the risky curl / bash pattern. It lets you inspect, diff against previous versions, and lint remote scripts before asking for your explicit approval to execute. Promoting a safer, more transparent way to handle remote code execution. by getvet.sh / linux, installer
  • Octelium: A next-gen FOSS self-hosted unified zero trust secure access platform that can operate as a remote access VPN, a ZTNA/BeyondCorp architecture, API/AI gateway, a PaaS, an infrastructure for MCP & A2A architectures or even as an ngrok-alternative and a homelab infrastructure. by octelium.com / infra
  • SmartStepper: A powerful React component that simplifies the creation of multi-step forms with state management, validation, and a flexible UI approach. by Milad Shirian / react, ui
  • Juris: JURIS is JavaScript Unified Reactive Interface Solution, the first and only Reactive Object Framework for the web by jurisjs.com / javascript, framework
  • Awesome-Selfhosted: A list of Free Software network services and web applications which can be hosted on your own servers by awesome-selfhosted.net / selfhosted, foss
  • Type Challenges: Collection of TypeScript type challenges with online judge by tsch.js.org / typescript, training
  • CartMate: SSL Certificate Management System (API + UI) by Fabrizio Salmi / ssl, certificate, management
  • Courses: Find coding courses, read reviews & save money by courses.reviews / education, learning
  • Repomix: Repomix is a powerful tool that packs your entire repository into a single, AI-friendly file. Perfect for when you need to feed your codebase to Large Language Models (LLMs) or other AI tools like Claude, ChatGPT, DeepSeek, Perplexity, Gemini, Gemma, Llama, Grok, and more. by Kazuki Yamada / ai, github
  • whatsapp-api-js: A TypeScript server agnostic Whatsapp's Official API framework by Tomás Raiti / whatsapp, api, typescript
  • Isoflow: A React component for drawing network diagrams. by Mark Mankarious / diagrams
  • OpenFLOW: Make beautiful isometric infrastructure diagrams by Stan / diagrams, pwa
  • Hyprland: Modern compositor with the looks by hypr.land / window-manager
  • Omarchy: Opinionated Arch/Hyprland Setup by omarchy.org / arch, hyprland
  • yacs: Yet another credential store by Raiyan Yahya / secrets
  • HN Slop: Fresh AI generated startup ideas from the current Hacker News front page by Josh Cohenzadeh / ideas, hackernews
  • Time Picker: A simple TimePicker for your Shadcn UI project. by time.openstatus.dev / react, ui
  • AG Charts: AG Charts is a fully-featured and highly customizable JavaScript charting library. The professional choice for developers building enterprise applications by charts.ag-grid.com / charts, javascript
  • Yet Another React Lightbox: Modern React lightbox component. Performant, easy to use, customizable and extendable. by Igor Danchenko / react, ui
  • FliiipBook: A simple gif animation app for the web by Jonathan Andrew Myers / gif, animations
  • Glass3D: Glass3D Generator by glass3d.dev / css
  • gmailtail: tail -f your gmail by Ed Huang / gmail, tail, logs
  • Kingfisher: Kingfisher is a blazingly fast secret‑scanning and validation tool built in Rust by mongodb / rust, secrets
  • squawk: Linter for Postgres migrations & SQL by Steve Dignam / postgres, databases, linter

🎨 Design


🤪 Fun


📚 Tutorials


📺 Videos

  • Building Agents with Model Context Protocol: This workshop from Anthropic - the creators of MCP - talks about the philosophy behind MCP, its impact on the broader ecosystem since launch, and how developers can use it to build context-rich AI apps and agentic experiences. by Mahesh Murag / ai, agents, mcp

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

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

Top comments (1)

Collapse
 
artydev profile image
artydev • Edited

Hey Adam,
Thank you for the awesome Juris :-)
The only framework that does need bundlers, no Node modules, no JSX.
That integrates Reactivity, Dependencies Injections, battle tested

To develop with Juris, you only need :

<script type="module">
    import Juris from "https://unpkg.com/juris@0.8.0/juris.mini.js";
</script>
Enter fullscreen mode Exit fullscreen mode

You can use it in yout favorite framework if you want