
Is JavaScript's popularity declining?
We analyze the latest IEEE Spectrum ratings, see how AI is changing the rules of the game, and explain what awaits JavaScript in the future.
Articles and guides from practicing developers. Learn new things, find solutions and implement your ideas.

We analyze the latest IEEE Spectrum ratings, see how AI is changing the rules of the game, and explain what awaits JavaScript in the future.

We analyze how new mechanisms for publishing packages make npm safer for everyone — from library authors to application developers.

In September, npm experienced one of the largest attacks on popular packages. We analyze why this is dangerous, how supply chain attacks work, and what steps will help protect your projects.

Let's take a look at the you-might-not-need-an-effect plugin: why it is needed, how it helps to get rid of unnecessary useEffect in React and write cleaner, predictable code.

A new fullstack framework from the creators of React Query. Minimalism, speed and control without clutter.

How Copilot CLI helps you write commands in simple words and makes the terminal smarter.

How MCP gave artificial intelligence access to DevTools and taught it to debug code directly in the browser.

Hydration 2.0, real Ref and farewell to legacy — in the new beta Preact, developers have made mini-React even faster and more convenient. Let's analyze in simple terms why we should update and what this changes for the frontend.

The latest releases of Node.js 24.9 and 22.20 have brought powerful improvements to the HTTP module, workers, and memory profiling. We analyze how new features make servers more stable, debugging more convenient, and why it is important for every developer.

How to embed authorization and data preloading directly into routes without crutches. A new level of convenience in React Router 7.9!

What proposals are discussed by TC39 and why they can turn the usual JavaScript upside down

We show on real examples why new array methods replace the old crutches with reverse(). Briefly, clearly and without mutations.