এই ভিডিও সিরিজে আশা করি Expressjs বিষয়টাকে সহজে সহজে উপস্থাপন করতে পেরেছি। যদি আমার ভিডিওগুলো থেকে কোন কিছু শিখতে পারেন, তবে অবশ্যই আমার ভিডিওগুলো সবার সাথে শেয়ার করে আমাকে কৃতজ্ঞ করবেন । আমার এই কষ্টার্জিত কাজগুলো সবার কাছে পৌঁছে দেয়ার দায়িত্ব আপনার ।
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.
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.
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.
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.
In this video, I will explain about different types of responses that we can send from the server to the client-side.
In this video, I will explain how to make http requests using query parameters in the express server.
In this video, I will explain how to make http requests using route parameters and header in the express server.
In this video, I will explain how to make http requests using JSON or form data in the express server.
In this video, I will explain how to make http requests using JSON or form data in an express server from a client-side.
In this video, I will do a small project to use and review whatever you have learnt so far.
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.
In this video, I will discuss the express static middleware that will help us use static files such as predefined CSS, images etc.
In this video, I will discuss the popular MVC Architecture in node and express.js
In this video, I will build and deploy a complete REST API using node.js & express.js.
In this video, I will show how to create a complete REST API using node.js, express.js and MongoDB database.
In this video, I will show you how to upload files, especially images, and videos to your express server with multer package.
In this video, I will show you how to upload files, especially images, and videos to MongoDB database with multer package.
In this video, I will show you how to use one of the most popular npm packages called Morgan.
In this video, I will show how to use popular npm packages called chalk for designing your console or terminal.