এই ভিডিও সিরিজে আশা করি Nodejs বিষয়টাকে সহজে সহজে উপস্থাপন করতে পেরেছি। যদি আমার ভিডিওগুলো থেকে কোন কিছু শিখতে পারেন, তবে অবশ্যই আমার ভিডিওগুলো সবার সাথে শেয়ার করে আমাকে কৃতজ্ঞ করবেন । আমার এই কষ্টার্জিত কাজগুলো সবার কাছে পৌঁছে দেয়ার দায়িত্ব আপনার ।
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.
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.
in this video I will share 2 more built-in modules of node.js named os and path.
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.
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.
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.
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.
In this video, I will show you how to create a node server, routing and finally, deploy your server in Heroku.