Tag: Javascript
-
Rust vs TypeScript in 2026: Balancing raw performance with rapid delivery
Posted on June 5, 2026, Level beginner Resource Length medium
A comparative analysis of Rust and TypeScript for 2026, highlighting Rust's superior throughput and zero-GC latency against TypeScript's rapid full-stack development capabilities. The article guides developers on selecting the right tool based on project constraints. By Rustify.
Tags performance software-architecture javascript web-development app-development
-
OpenWorkers: Escaping Cloudflare lock-in with self-hosted serverless
Posted on June 3, 2026, Level beginner Resource Length short
OpenWorkers is an open-source project that allows developers to run Cloudflare Workers-compatible JavaScript code on their own infrastructure, addressing the vendor lock-in issues associated with proprietary serverless platforms. By Kelly.
Tags serverless open-source javascript cloud cio
-
Frontend memory leaks: A 500-repository static analysis and five-scenario benchmark study
Posted on April 25, 2026, Level intermediate Resource Length long
Frontend memory leaks remain alarmingly prevalent in production codebases, with 86% of 500 analyzed repositories containing at least one missing-cleanup pattern that can silently accumulate memory at a rate of approximately 8 KB per navigation cycle. This comprehensive study combines static analysis across React, Vue, and Angular frameworks with controlled benchmark scenarios to quantify both the prevalence and real-world cost of these often-overlooked issues. By Ko-Hsin Liang.
Tags performance nodejs javascript ux
-
How to implement spring physics buttons with Framer Motion
Posted on April 25, 2026, Level intermediate Resource Length medium
Experience buttons that feel dynamic and tangible with Framer Motion's spring physics for a natural hover and tap interaction. By Tiger Abrodi.
Tags performance nodejs javascript apis ux
-
Building a blog in TanStack (Part 1 of 2)
Posted on April 22, 2026, Level intermediate Resource Length medium
Implementation of a markdown-based blog using TanStack Start, a new full-stack framework that extends TanStack Router with server-side capabilities. By Adam Rackis.
Tags web-development react javascript app-development nodejs
-
The React Foundation: A new home for React hosted by the Linux Foundation
Posted on March 19, 2026, Level beginner Resource Length medium
The React Foundation has officially launched, hosting React, React Native, and JSX, with 8 Platinum founding members, including Amazon, Microsoft, and Meta. By Matt Carroll.
Tags javascript management react web-development
-
Node.js moves to annual major releases starting with Node 27
Posted on March 11, 2026, Level intermediate Resource Length medium
Node.js transitions to annual major releases, simplifying upgrade cycles and aligning with ecosystem needs. By socket.dev.
Tags nodejs javascript web-development app-development
-
Using the Temporal API in Angular without including a Polyfill
Posted on February 3, 2026, Level beginner Resource Length medium
The Temporal API is a modern replacement for JavaScript's `Date` object, offering better date/time handling (time zones, calendars). Chrome/Edge 144 and Firefox now support it natively. By Alexander Lehner.
Tags angular app-development web-development nodejs javascript
-
ES2026 solves JavaScript headaches with dates, math and modules
Posted on January 24, 2026, Level intermediate Resource Length medium
JavaScript ES2026 delivers significant JavaScript improvements, addressing longstanding issues with dates, math precision, resource management, and module loading. By Mary Branscombe.
Tags app-development web-development performance javascript
-
How to set up TypeScript with Express
Posted on October 13, 2025, Level intermediate Resource Length long
Explore how to enhance your Express applications with TypeScript's powerful features for scalability and error prevention, culminating in a deployment guide using Kinsta's hosting. By Jeremy Holcombe.
Tags restful how-to software apis javascript
-
Smart prefetching with TanStack Query for instant UX
Posted on September 16, 2025, Level intermediate Resource Length medium
Prefetching data is one of the most powerful techniques in React Query. It helps you improve perceived performance by loading data before the user needs it — resulting in near-instant navigation. Enhance your React app's performance by leveraging TanStack Query's prefetching capabilities, enabling instant data retrieval for improved user experience and seamless navigation. By jsdev.space.
Tags javascript web-development app-development react ux
-
Modern Node.js patterns for 2025
Posted on September 14, 2025, Level intermediate Resource Length medium
Node.js has undergone a remarkable transformation since its early days. If you've been writing Node.js for several years, you've likely witnessed this evolution firsthand—from the callback-heavy, CommonJS-dominated landscape to today's clean, standards-based development experience. By kashw1n.com.
Tags javascript web-development app-development nodejs javascript