Expressjs complete course Bangla (Beginner to Advanced)

এই ভিডিও সিরিজে আশা করি Expressjs বিষয়টাকে সহজে সহজে উপস্থাপন করতে পেরেছি। যদি আমার ভিডিওগুলো থেকে কোন কিছু শিখতে পারেন, তবে অবশ্যই আমার ভিডিওগুলো সবার সাথে শেয়ার করে আমাকে কৃতজ্ঞ করবেন । আমার এই কষ্টার্জিত কাজগুলো সবার কাছে পৌঁছে দেয়ার দায়িত্ব আপনার ।

team

what is express.js?

Express.js is one of the most popular frameworks of node.js, which will allow us to write less code and save time for writing server-side programming. you must learn JavaScript and node.js before starting express. It will help you to learn MERN stack, MEAN stack etc.

team

how to create express server

Creating a server using express is too easy. you need to know about different HTTP methods for handling client requests on a server. In this video, I will show how to create an express server and how HTTP methods work.

team

http methods and postman

In this video, I will explain how to handle different HTTP requests from the client-side in the server. I will also show how to use the powerful software 'postman' for testing http requests.

team

express js router and routes

In this video, I will explain how to handle routing using an express Router. I will also show you the effective and recommended way of handling many routes in your server.

team

http response | html file, json data

In this video, I will explain about different types of responses that we can send from the server to the client-side.

team

http request with query parameter

In this video, I will explain how to make http requests using query parameters in the express server.

team

http request with route parameter and header

In this video, I will explain how to make http requests using route parameters and header in the express server.

team

how to make post request with josn or from data

In this video, I will explain how to make http requests using JSON or form data in the express server.

team

how to send and receive form data

In this video, I will explain how to make http requests using JSON or form data in an express server from a client-side.

team

Area Calculator express.js Project

In this video, I will do a small project to use and review whatever you have learnt so far.

team

How to set up environment variables

How to set up an environment variable?

team

middleware in express.js

In this video, I will discuss what actually express middleware is, and whey do we need them. I will also demonstrate their usages and available types.

team

express static middleware

In this video, I will discuss the express static middleware that will help us use static files such as predefined CSS, images etc.

team

MVC architecture

In this video, I will discuss the popular MVC Architecture in node and express.js

team

CORS setup

In this video, I will explain Cross-Origin Resource Sharing (CORS).

team

REST API without database | MVC

In this video, I will build and deploy a complete REST API using node.js & express.js.

team

REST API with MongoDB database | MVC

In this video, I will show how to create a complete REST API using node.js, express.js and MongoDB database.

team

Upload files, images, videos to server

In this video, I will show you how to upload files, especially images, and videos to your express server with multer package.

team

Upload files, images, videos to database

In this video, I will show you how to upload files, especially images, and videos to MongoDB database with multer package.

team

morgan npm package HTTP request logger

In this video, I will show you how to use one of the most popular npm packages called Morgan.

team

chalk npm package

In this video, I will show how to use popular npm packages called chalk for designing your console or terminal.