// the find
learnwithsumit/nodejs-basic-bangla
This repository contains necessary codes and resources that I discuss in my Node.js Tutorial series at Youtube. Playlist link: https://www.youtube.com/watch?v=WC-g0JtEIwM&list=PLHiZ4m8vCp9PHnOIT7gd30PCBoYCpGoQM
A companion repo for a Bangla-language Node.js YouTube tutorial series by Sumit Saha. It holds the code files discussed across lessons — events, streams, HTTP, and modules. This is strictly for Bengali-speaking beginners following along with those specific videos.
The ESLint + Prettier setup is done properly with airbnb-base rules, which is better than most beginner tutorial repos that skip linting entirely. The lesson-by-lesson folder structure means you can check out exactly where a video left off without digging through a single dumped file.
Last commit was March 2021 — Node and its ecosystem have moved significantly since then, and the tutorial content won't reflect modern practices like ES modules or current LTS APIs. There are only 3 lessons worth of code files, so the repo covers a small fraction of Node basics. Without watching the videos, the files have zero context — they're not self-explanatory standalone examples. No tests, no explanations in code, no progression path beyond what the video series covers.