DEV Community

JSDev Space
JSDev Space

Posted on

JavaScript Weekly #25 – What Devs Loved This Week (Aug 01, 2025)

Welcome to Issue #25 of the JavaScript Weekly Roundup — your go-to source for what’s new, useful, and exciting in the JavaScript world.
Each Friday, we gather the most talked-about updates, from powerful new libraries to smart tips and ideas worth exploring. Whether you’re polishing components or digging into server-side logic, this list will keep your dev stack fresh.

Mistral Launches Codestral Ecosystem as Enterprise AI Coding Suite

Mistral has introduced its response to GitHub Copilot: a comprehensive enterprise development ecosystem powered by its Codestral model family. At the core is Codestral 25.08, an updated model fine-tuned for real-world software environments.

🔍 Model Improvements

Codestral 25.08 delivers measurable gains based on real codebase benchmarks:

  • 30% more accepted completions
  • 📈 10% more preserved code after applying suggestions
  • 50% fewer overly long or incorrect generations

These enhancements aim to streamline development and reduce common friction points in AI-assisted coding—especially in enterprise-scale projects.


Codestral isn’t just a model update—it’s Mistral’s strategic move toward building a full-featured coding assistant ecosystem for large teams and production systems.

# Qwen 3 Coder: Alibaba’s Open 480B MoE Model for Programming

Alibaba has released Qwen 3 Coder, an open-source Mixture-of-Experts (MoE) model built for programming tasks. The model boasts 480 billion parameters (with 35B active at any time) and was trained on 7.5 trillion tokens, of which 70% are code. It’s designed to solve real-world tasks and demonstrates performance comparable to Claude 4 Sonnet on code and tool usage benchmarks.

Qwen 3 Coder

🧠 Key Features

  • 480B total / 35B active parameters
  • 7.5T tokens training corpus, heavily code-focused
  • 256K context length, scalable up to 1M tokens using YaRN
  • Trained using RL at scale, with 20K parallel environments
  • Emphasizes real-world scenarios and tool usage

The training approach lets the model learn from its own mistakes, thanks to a large-scale reinforcement learning setup.

💰 Pricing & Availability

The major downside of Qwen 3 Coder is its expensive API access:

  • At 1M context tokens, pricing can reach $6–$60 per million tokens
  • Developers are encouraged to use alternative API providers that support up to 262K context and are 3–4x cheaper

🔗 GitHub Repository

The model and further resources are available here:

👉 https://github.com/QwenLM/Qwen3-Coder


Qwen 3 Coder is a major step forward in open LLMs optimized for software development and tool interactions. While pricing may be high for some use cases, the availability of alternatives makes it flexible for research and production alike.

📜 Articles & Tutorials

Dynamic nth-child() using sibling-index() and if()

Design to Code with the Figma MCP Server

CI/CD Best Practices for Microservices Architecture

Using the OpenTelemetry Operator to boost your observability

Architecting with Constraints: A Pragmatic Guide

React Server Components: How We Got Here

How to Upload Large Objects to S3 with AWS CLI Multipart Upload

How To Create An NPM Package

Leveraging Docker with TensorFlow Models & TensorFlow.js for a Snake AI Game

The Gap Strikes Back: Now Stylable

Parsing 1 Billion Rows in Bun/Typescript Under 10 Seconds

Liquid Glass on the Web

Creating a scroll-spy with 2 lines of CSS

A Full Code Agent in 200 Lines—Here’s How

Tailwind CSS Grid: Complete Guide & Examples

Howto Generate a Calendar Table in SQL

Hydration in React 19: Smarter, Faster, and Fully Optimized

Git Smarter: 7 Essential Commands Every Dev Should Know

⚒️ Tools

OpenCut - Cap-Cut's open-source alternative

FilePursuit - is a free search tool for finding files online—documents, APKs, ZIPs, images, videos, books, and PDFs—scanned directly from public sources.

Craft Beautiful Patterns Backgrounds

Canine - A modern, open source alternative to Heroku

JavaScript Visualizer

docker-commons - All common docker scripts in one place

PicoSSG - The anti-framework static site generator. No config. No nonsense Just files in, files out.

FossFLOW - Make beautiful isometric infrastructure diagrams

Chatwoot - An Open Source Zendesk Alternative

zen - Selfhosted notes app. Single golang binary, notes stored as markdown within SQLite, full-text search, very low resource usage

CSS Layout Generator

The Open-Source Agentic Browser

SVG Doodles Collection

📚 Libs

awesome-chatgpt-prompts - This repo includes ChatGPT prompt curation to use ChatGPT and other LLM tools better.

apexcharts.js - 📊 Interactive JavaScript Charts built on SVG

chili3d - A web-based 3D CAD application for online model design and editing

upyo - Upyo is a simple and cross-runtime library for sending email messages using SMTP and various email providers. It works on Node.js, Deno, Bun, and edge functions.

concaveman - A very fast 2D concave hull algorithm in JavaScript

ReproZip - is a tool that simplifies the process of creating reproducible experiments from command-line executions, a frequently-used common denominator in computational science.

⌚ Releases

Next.js 15.4 Released

Astro 5.12

RustDesk 1.4.1 - a self-hosted open-source remote desktop app and TeamViewer alternative, was released in July 2025. Built with Rust and Dart, it's AGPL-licensed.

Sourcebot v4.6.0 Released - a self-hosted tool that helps you understand your codebase.

PixiEditor 2.0 - a FOSS Universal 2D Graphics Editor is here!

Announcing Nuxt 4.0

Bun v1.2.19 Released

Tiptap V3 Released

openpgpjs v6.2.0 Released - OpenPGP implementation for JavaScript

ESLint v9.31.0 released

oxlint v1.8.0 - ⚓ A collection of JavaScript tools written in Rust.

wasp v0.17.0 - The fastest way to develop full-stack web apps with React & Node.js.

📺 Videos

How I Built a Web Scraping AI Agent - Use AI To Scrape ANYTHING

99% of Developers Don't Get Git Rebase

Bash Scripting Tutorial for Beginners

How n8n Node Can Cut Your Costs by 90%

React Native Bootcamp in 30 HOURS for FREE 🎉

How I Built My Own Shadcn Library

10x Your Neovim Experience

Build A Sick AI-Voice Memo App W/ Next.js + OpenAI Whisper (Background Jobs / Cron Job / Inngest)

Build and Deploy a Full Stack Car Rental Booking App using React js & ImageKit | MERN Stack Project

Build an Enterprise Ready AI Powered Applicant Tracking System

DON'T Use JSON.parse & JSON.stringify

Introducing React Native Reanimated 4

🎤 Talks & Podcasts

No content this week 😢

🗞️ News & Updates

GitHub Copilot has surpassed 20 million users, Microsoft CEO Satya Nadella announced. GitHub confirmed the number reflects total usage to date.

Figma raised $1.2B in its IPO, selling 36.9M shares at $33 each—above range. The company is now valued at $16.1B ($18.5B with options), nearing its scrapped Adobe deal.

Thanks for reading this week’s roundup!
We’ll be back next Friday with more handpicked JS content. Until then, keep experimenting, stay curious, and build cool things. 🚀

Top comments (0)