Articles by Tag #node

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Modern API Development with Node.js, Express, and TypeScript using Clean Architecture

APIs are the backbone of modern web applications. As the complexity of applications grows, it's...

Learn More 573 42Aug 17 '24

10 JavaScript concepts every Node developer must master

Node.js has quickly become a standard for building web apps and systems software, thanks to its...

Learn More 536 51Oct 5 '24

I Built an Event Scheduler in NodeJs using Google Calendar API 🚀

Introduction Since COVID, my calendar has been full of stand-ups, team meetings, and...

Learn More 368 40Aug 12 '24

JavaScript Memory Management and Optimization Techniques for Large-Scale Applications

Memory management is crucial for JavaScript applications, particularly as they scale. Whether...

Learn More 358 41Nov 6 '24

Why I Decided to Stop Working with React.js in 2025

After years of working with React, I’ve decided to move on. Here’s why React isn’t my framework of choice anymore.

Learn More 315 132Jan 7

Node.js Frameworks Roundup 2024 — Elysia / Hono / Nest / Encore — Which should you pick?

Node.js web frameworks — where do we even begin? With so many options out there, choosing the right...

Learn More 280 35Nov 1 '24

A Modern Node.js + TypeScript Setup for 2025 🚀

With the latest features and tools in Node.js, setting up a modern TypeScript project has never been...

Learn More 269 18Jan 29

Encore.ts — 9x faster than Express.js & 3x faster than Bun + Zod

A couple of months ago we released Encore.ts — an Open Source backend framework for...

Learn More 266 40Aug 2 '24

Five Design Patterns to know in Node.js

Hey there! I recently went through multiple knowledge resources to learn more about popular design...

Learn More 257 21Oct 7 '24

How to let ChatGPT call functions in your app

You can now give OpenAI access to your app’s APIs when answering prompts. This means, with just a few...

Learn More 250 20Aug 14 '24

Building a Real-Time Chat Application with Socket.io, Express, React.js, and Chakra UI (Vite Setup)

In this blog, we’ll build a real-time chat application using Socket.io for bi-directional...

Learn More 244 41Sep 23 '24

End-to-End AWS DevOps Project: Automating Build and Deployment of a Node.js Application to Amazon ECS using GitLab CI/CD

Table of Contents Introduction Project Overview Technology Stack Architecture...

Learn More 230 19Nov 29 '24

npm Vs npx

If you’ve been working with Node.js, you’ve likely encountered both npm and npx. While they sound...

Learn More 229 48Oct 4 '24

Meteor.js 3 is officially here!

We are thrilled to announce the release of Meteor.js 3.0, a milestone in our journey to create a...

Learn More 205 11Jul 22 '24

DevSecOps Project: "Secure Full-Stack Node.js Web Application Deployment with Jenkins, Docker, Kubernetes, and HashiCorp Vault"

Table of Contents Project Overview Prerequisites Phase 1: Infrastructure Setup 1.1...

Learn More 183 13Sep 14 '24

Mastering Middleware in Node.js: The Secret Sauce of Express.js 🥪

Introduction: What’s Cooking in Express.js? 👀👩🏻‍🍳 If you’ve spent any time in the Node.js...

Learn More 181 14Aug 28 '24

How to build a full stack blog application using NodeJS MongoDB ExpressJS

Welcome to our comprehensive tutorial on building a full-featured full-stack Blog application...

Learn More 180 3Jul 16 '24

Building simple event-driven applications with Pub/Sub

In this post, I’ll walk you through how to create an event-driven Node.js app in TypeScript. We will...

Learn More 178 0Nov 19 '24

Why the Latest JavaScript Frameworks Are a Waste of Time

New JavaScript frameworks come out every year, promising to be the next big thing. But after years of chasing trends, I’ve decided to step off the hype train. Here’s why.

Learn More 174 81Mar 14

How to Create Your Own Job Board Web App Using React.js, Node.js, SerpApi, and MUI

In this blog, we'll walk through building a job board web app using React.js (with Vite for setup),...

Learn More 173 19Sep 29 '24

Mastering JavaScript Event Delegation

In modern JavaScript development, event handling plays a crucial role in making web applications...

Learn More 170 22Nov 23 '24

11 GitHub Repositories to learn NodeJs

In this post, I’ll share 11 super helpful GitHub repositories to help you learn and get better at...

Learn More 166 18Nov 4 '24

Tracking down high memory usage in Node.js

In this article, I will share my approach of tracking down and fixing high memory usage in...

Learn More 166 5Dec 14 '24

How to make your Express.js APIs 9x faster with Encore.ts

Encore.ts is Open Source backend framework for TypeScript. This guide walks you through how to...

Learn More 155 21Sep 10 '24

Deploy Your Express Backend in Vercel for Free 🚀⚡

Introduction Have you ever struggled with deploying your backend application? Don't worry...

Learn More 143 16Aug 20 '24

Build a Production-Ready SaaS Application in TypeScript

Thinking of building a SaaS application? This starter template will help you create a scalable and...

Learn More 137 14Mar 18

How to make your Express app 9x faster (and type-safe)

💡 This guide shows you how to migrate an existing Express.js app to Encore.ts, an Open Source backend...

Learn More 135 27Oct 7 '24

Solving the "Punycode Module is Deprecated" Issue in Node.js

Hi everyone, my name is Asim Khan, and I am currently a full stack developer at Meta Melon. Recently,...

Learn More 133 0Aug 23 '24

🦸 Supercharge your debugging skills with the console.trace

Summary 🔍 What's your debugging superpower? Mine was discovering console.trace() - it...

Learn More 122 22Dec 13 '24

🔥 I Built a stunning chat app with React 🚀

Introduction Developing a real-time chat application involves more than just basic messaging. In this...

Learn More 121 9Oct 29 '24