Dynamic content in EJS using Express

Dynamic content in EJS using Express

Let's learn how to use & load dynamic content in our EJS website.

A simple website using routing & EJS

A simple website using routing & EJS

Let's create a simple website using EJS (Embedded JavaScript) as the templating engine and Tailwind CSS for styling.

Modules, async & error handling

Modules, async & error handling

Let's explore more advanced features of Node.js, including working with modules, asynchronous programming with callbacks and Promises, and handling errors.

Deeper Dive into Routes and JSON API

Deeper Dive into Routes and JSON API

Let's dive deeper into Express by exploring various HTTP methods (GET, POST, UPDATE, DELETE, PATCH) and creating JSON API endpoints with sample data.

Getting Started with Node.js

Getting Started with Node.js

Welcome to the world of Node.js! Whether you're a beginner or an experienced developer, Node.js is a powerful tool that allows you to build scalable and efficient server-side applications. In this lesson, we'll cover the basics of Node.js and how to set up a simple server.