Tag: 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
-
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
-
A 10x faster TypeScript
Posted on June 26, 2025, Level intermediate Resource Length long
Most developer time is spent in editors, and it's where performance is most important. We want editors to load large projects quickly, and respond quickly in all situations. Modern editors like Visual Studio and Visual Studio Code have excellent performance as long as the underlying language services are also fast. With our native implementation, we'll be able to provide incredibly fast editor experiences. By Anders Hejlsberg.
Tags azure javascript app-development web-development performance
-
How to style an app using Emotion CSS in JS
Posted on June 3, 2025, Level beginner Resource Length medium
This blog helps you to build simple reusable button components and you will know about how to write CSS in the Js library. And how to access the props to your component and change the styles based on props. By Surendra Reddy S.
Tags css frontend web-development javascript ux
-
JavaScript frameworks - heading into 2025
Posted on March 9, 2025, Level beginner Resource Length medium
This article reflects on the state of JavaScript frameworks in 2024, concluding that the pursuit of simplicity hasn't necessarily resulted in easier development. By Ryan Carniato.
Tags frameworks cloud javascript software-architecture frontend
-
Introduction to Angular: A beginner's guide
Posted on February 28, 2025, Level beginner Resource Length medium
In the dynamic world of web development, Angular stands out as a powerful and efficient framework for building interactive web applications. Developed and maintained by Google, Angular is an open-source framework that has gained immense popularity among developers worldwide. By crsinfosolutions.com.
Tags angular nodejs javascript web-development app-development
-
Angular 2025 strategy
Posted on January 26, 2025, Level beginner Resource Length medium
For the past two and a half years, we've been laser focused on improving developer experience and performance for all Angular developers. In this post, I'd like to share a brief summary of the high-level process that we've been following to achieve this and describe our strategy for 2025. By Minko Gechev.
Tags angular web-development javascript google
-
How JavaScript signals are changing everyday development
Posted on November 7, 2024, Level beginner Resource Length medium
In recent times, JavaScript and signals have gained attention as a powerful new tool for managing reactive states. But how did that come about? By Hrvoje D.
Tags javascript web-development how-to app-development nodejs
-
React is (becoming) a full-stack framework
Posted on August 26, 2024, Level intermediate Resource Length medium
React, with its addition of Server Components and Server Actions, is evolving into a full-stack framework. Once the most popular frontend framework, it has now successfully bridged the gap between frontend and backend to reign over both sides of the chasm. By Robin Wieruch.
Tags nodejs javascript app-development frontend web-development
-
Wasm vs. Docker: Performant, secure, and versatile containers
Posted on August 18, 2024, Level intermediate Resource Length medium
Docker and WebAssembly (Wasm) represent two pivotal technologies that have reshaped the software development landscape. You've probably started to hear more about Wasm in the past few years as it has gained in popularity, and perhaps you've also heard about the benefits of using it in your application stack. This may have led you to think about the differences between Wasm and Docker, especially because the technologies work together so closely. By Savannah Ostrowski, and Sohan Maheshwar.
Tags containers devops cloud docker javascript
-
Traefik 3.0: Deep dive into wasm support with Coraza WAF plugin
Posted on June 4, 2024, Level beginner Resource Length intermediate
Custom plugins for Traefik are one of the most requested features going back to the early days of the project, starting with this issue, from back in 2017. Today, we will deep dive into WebAssembly support. By Emile Vauge.
Tags web-development app-development javascript how-to devops