Skip to main content

14 docs tagged with "node.js"

View all tags

Caching with Redis

Learn the Cache-Aside pattern to speed up your API responses and reduce database load.

Express Routing & Controllers

Learn how to organize your server paths and handle different HTTP methods. Understand how to use Express Router for modular code and Controllers for separating logic. Build a mini-library API to practice your routing skills.

Express.js Framework

Learn how to build a web server quickly using Express.js, the most popular Node.js framework. Understand routing, middleware, and how to handle requests and responses. Get hands-on experience creating your first API endpoints.

Nginx as a Reverse Proxy

Learn how to secure your Node.js API and React frontend by using Nginx as a high-performance reverse proxy. This chapter will guide you through the configuration needed to route API requests to your backend while serving your frontend efficiently. By the end, you'll have a professional setup that keeps your MERN application fast and secure.

Node.js Basics

Learn how to run JavaScript on your computer and understand the Node.js runtime environment. Get familiar with core modules, the global object, and how to share code using modules.