Nodejs complete course Bangla (Beginner to Advanced)

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

team

Introduction and setup

team

Module | Local module - exports, require

Node module refers to single/multiple JavaScript files containing variables, functions etc. that can be reused anywhere in your project. In this video, I will discuss different types of modules especially local modules. I will also explain how to use exports and requirements.

team

Module | fs module - managing files

In this video, I will discuss one of the built-in (node.js own) modules called fs (file system) which will allow you to manage files on the server-side.

team

Module | os and path module

in this video I will share 2 more built-in modules of node.js named os and path.

team

Module | http module - create http server

In this video, I will discuss one of the built-in (node.js own) modules called HTTP which will allow you to create a server.

team

http res, req model and status code

In this video, I will discuss one of the built-in (node.js own) modules called fs (file system) which will allow you to manage files on the server-side.

team

Module | external modules | npm crash course

In this video, I will show how to use external modules and work with npm in detail. I will also discuss the package.json file.

team

http routing and nodemon package

In this video, I will be explaining HTTP routing, usage of nodemon and also show you how to display a file based on user requested URL.

team

creating node server and deploy on Heroku

In this video, I will show you how to create a node server, routing and finally, deploy your server in Heroku.