Tagged articles
5 articles
Page 1 of 1
Code Mala Tang
Code Mala Tang
Jun 8, 2025 · Backend Development

Why Overusing try/catch Can Kill Your Node.js Performance (And How to Fix It)

Overusing generic try/catch blocks in Node.js can silently swallow errors, degrade performance by up to 26%, and create debugging nightmares, while strategic error handling—targeted catches, proper resource cleanup, and error boundaries—offers faster, more maintainable code and prevents memory leaks.

BackendError HandlingExpress.js
0 likes · 6 min read
Why Overusing try/catch Can Kill Your Node.js Performance (And How to Fix It)
21CTO
21CTO
Jun 7, 2024 · Backend Development

Top 5 Node.js Backend Frameworks in 2024: Express, Nest, Koa, Hapi, Adonis

This article reviews the five most popular Node.js backend frameworks of 2024—Express.js, NestJS, Koa.js, Hapi.js, and Adonis.js—highlighting their core features, typical use cases, and providing code examples to help developers choose the right tool for their projects.

Adonis.jsBackend FrameworksExpress.js
0 likes · 14 min read
Top 5 Node.js Backend Frameworks in 2024: Express, Nest, Koa, Hapi, Adonis
21CTO
21CTO
Mar 31, 2024 · Backend Development

Top 5 Node.js Backend Frameworks to Master in 2024

An overview of the five most popular Node.js backend frameworks in 2024—Express.js, NestJS, Koa.js, Hapi.js, and Adonis.js—detailing their key features, typical use cases, and code examples to help developers choose the right tool for building scalable web applications.

Adonis.jsExpress.jsHapi.js
0 likes · 14 min read
Top 5 Node.js Backend Frameworks to Master in 2024
21CTO
21CTO
Nov 11, 2021 · Backend Development

Top Backend Web Frameworks Every Developer Should Know

This article introduces five popular backend web frameworks—Django, Laravel, Flask, Express.js, and Ruby on Rails—highlighting their language bases, design patterns, key features, and why they are strong choices for developers seeking efficient and scalable server‑side solutions.

DjangoExpress.jsFlask
0 likes · 4 min read
Top Backend Web Frameworks Every Developer Should Know
21CTO
21CTO
Feb 6, 2019 · Backend Development

Why Choose the MEAN Stack for Your Next Web Project?

This article explains the MEAN stack—MongoDB, Express.js, AngularJS, and Node.js—detailing each component, comparing it with LAMP/LNMP, and highlighting its JavaScript‑centric, cost‑effective, open‑source advantages for modern web development.

AngularJSExpress.jsJavaScript
0 likes · 7 min read
Why Choose the MEAN Stack for Your Next Web Project?