GM IT - Course - Web Development with MERN
Home Courses Web Development with MERN

Web Development with MERN

jobplacement জব প্লেসমেন্ট সাপোর্ট Lifetime Access Lifetime Access Class Recording Class Recording Certificate Certificate
Web Development with MERN Overview
Web Development with MERN
50% OFF
৳6,000 ৳3,000 (50% OFF)
এই course-এ যা পাচ্ছেন
৩ মাসের প্রাইভেট জার্নি
ইন্টার্নশিপ সুযোগ
ডে-লং ওয়ার্কশপ
লাইভ ক্লাস + Extra Class
প্রবলেম সলিউশন ক্লাস
লাইফটাইম এক্সেস
সার্টিফিকেট + গেট টুগেদার
বিনামূল্যে Freelancing Course

আপনি এই কোর্সে কী কী শিখবেন

middleicon
Foundations First – HTML, CSS, CSS Frameworks (যেমন Bootstrap, Tailwind CSS) এবং JavaScript-এর মৌলিক ধারণা শিখে রেসপনসিভ ও ইন্টারঅ্যাকটিভ ওয়েব পেজ তৈরি করুন।
middleicon
Frontend with React – React.js-এর কম্পোনেন্ট, হুক, React Router, API ইন্টিগ্রেশন এবং স্টেট ম্যানেজমেন্ট শিখে ডাইনামিক ও স্কেলেবল UI তৈরি করুন।
middleicon
Server-Side Development – Node.js ও Express.js ব্যবহার করে স্কেলেবল ব্যাকএন্ড সিস্টেম তৈরি করুন, যেখানে থাকবে অথেনটিকেশন, API, এবং মিডলওয়্যার ব্যবস্থাপনা।
middleicon
Working with Databases – MongoDB (একটি NoSQL ডাটাবেজ) শিখুন, যেখানে থাকবে ডাটা স্টোর, রিট্রিভ এবং দক্ষভাবে ম্যানিপুলেট করার কৌশল, পাশাপাশি CRUD অপারেশন।
middleicon
Full-Stack Integration – React এবং Node.js সংযোগ করুন, API রিকুয়েস্ট তৈরি করুন, রেসপন্স হ্যান্ডেল করুন এবং স্টেট ম্যানেজ করুন।
middleicon
Authentication & Security – JWT অথেনটিকেশন, রোল-বেইসড অ্যাক্সেস, এবং প্রোটেক্টেড রুট ইমপ্লিমেন্ট করে অ্যাপটিকে নিরাপদ করুন।
middleicon
Deployment & Hosting – Vercel ও Netlify ব্যবহার করে আপনার ফুল-স্ট্যাক অ্যাপ্লিকেশন লাইভে চালু করার পদ্ধতি শিখুন।
middleicon
Final Project & Advanced Features – একটি বাস্তবসম্মত প্রোজেক্ট তৈরি করুন, Redux দিয়ে স্টেট ম্যানেজ করুন, এবং অ্যাডভান্সড ফিচার ইন্টিগ্রেট করুন।
middleicon
বোনাস: ক্যারিয়ার ও চাকরির প্রস্তুতি – ডেভেলপার হিসেবে ক্যারিয়ার গড়তে ইন্টারভিউ প্রস্তুতি, রেজুমে টিপস, GitHub পোর্টফোলিও গাইডেন্স, এবং রিয়েল-ওয়ার্ল্ড কোডিং চ্যালেঞ্জ অনুশীলন করুন!

আপনার Instructor-এর সাথে পরিচিত হন

Abdul Al Joboyer Chy
Abdul Al Joboyer Chy
Instructor of MERN
৫+ বছর শিক্ষকতা
৫০০+ Students
4.9 Rating
১০+ বছর Industry Experience

Instructor bio not available.

9টি Module-এ সম্পূর্ণ দক্ষতা

1.1 Introduction new updated version
1.2 Installation Vs Code Git Nodejs
1.3 Github Introduction
1.4 HTML Intro and Tags(h, p, b, i ol, ul, a)
1.5 HTML-Tag (img, video, table)
1.6 HTML-Tag (Semantic, input, button)
1.7 CSS-intro css color, text style, sizing , decoration
1.8 CSS - box model, pseudo class, background color, border
1.9 CSS - positioning, element display styling
1.10 CSS -Layout Flex, grid
1.11 CSS - Media Query - Responsiveness
1.12 Food Mart webpage using HTML CSS - Part 1
1.13 Food Mart webpage using HTML CSS - Part 2
1.14 Food Mart webpage using HTML CSS - Part 3
1.15 CSS Framework - Bootstrap Tailwind CSS
1.16 Introduction to JavaScript and its Data Type
1.17 JavaScript - Variable
1.18 JavaScript - Operators
1.19 JavaScript - Logical Operator and Condition
1.20 JavaScript - Array Intro and Method
1.21 JavaScript - Object and its method and Array , Object combination
1.22 Javascript - String and it_s all method (Including ES6)
1.23 Javascript - Loop
1.24 Javascript - Function
1.25 Javascript Scope
1.26 DOM Intro and connecting with HTML and Javascript
1.27 JS DOM Selectors
1.28 Javascript DOM Manipulation - create, update, delete element and innerHTML
1.29 JS DOM - classlist add, remove, style add
1.30 Javascript DOM - EventHandling, Evenlistener
1.31 Data Fetching With JS DOM
1.32 Project - Food Ordering APP using JS DOM
2.1 React Introduction and Folder Structure, JSX Intro
2.2 React - Components and Props
2.3 Props Drilling, Children, EventHandling
2.4 useState Hook, onChange input
2.5 useEffect , api call, useState
2.6 useMemo Hook and useRef Hook
2.7 Conditional Rendering,Ternary operator Truthy value, Falsy value
2.8 React Router - Part 1
2.9 React Router - Part 2
2.10 React Hook Form vs Normal Form
2.11 LocalStorage vs SessionStorage
2.12 React with Bootstrap and Tailwind Css
2.13 Project Attire Club Website Frontend Part-1
2.14 Project AttireClub - WebsiteFrontend Part-2
2.15 Project AttireClub Website Frontend Part-3
2.16 Project AttireClub Website Frontend Login Registration Final Part
3.1 Introduction to Nodejs and Express js
3.2 Introduction To Server and API
3.3 Server Creation and API call Through POSTMAN
3.4 API calling method and way (POST , PUT, DELETE, GET)
4.1 Introduction to Database, MongoDB, Difference Between Nosql and Sql DB
4.2 MongoDB Atlas connecting and DB creation
4.3 Introduction to CRUD and Implementation of GET, POST method
4.4 CRUD operation GET, PUT
4.5 Database - DELETE Operation
5.1 Connecting Frontend and Backend , POST Operation
5.2 CRUD operation from Frontend (GET, Dynamic Fetch)
5.3 Update Operation
5.4 Delete Operation and File Uploading
6.1 Intro to Authentication and Authorization
6.2 Authentication
6.3 Hashing password, JWT token generate
6.4 Login Functionality
6.5 Private Route and Role based routing
7.1 How to Deploy a Website & Deployment Integration
7.2 Backend Deployment
8.1 Introduction to REDUX
8.2 Redux Implementation
8.3 Redux Tool Kit Implementation
8.4 Final Project Planning
8.5 Final Project - Dashboard Structure
8.6 Dashboard - Product Add Form Design
8.7 Dashboard - Table Design & Home Design
8.8 Dashboard - Product add and get
8.9 Dashboard Update and Delete Product
8.10 Visitor - Product viewing and product details and order page design
8.11 Visitor Product add to cart and cart page protecting
8.12 Product Order Proccessing
8.13 Order Managing for Both Customer and Admin
8.14 Deployment
1. Resume Building Tips
2. Account creation in job website and job searching technique
3. Interview Preparation
Course Details
Web Development with MERN
সম্পূর্ণ A–Z কোর্স
মোট Modules9টি
মোট Topics 85+
DurationN/A
LevelBeginner → Pro
Languageবাংলা
Class TypePre-Recorded

একটি Course-এ সব কিছু

1-on-1 Mentor Support
৩ মাসের প্রাইভেট জার্নি
3 months private journey
Internship Opportunity
ইন্টার্নশিপ সুযোগ
Internship
Day Long Workshop
ডে-লং ওয়ার্কশপ
Day Long Workshop
Class Recording
লাইভ ক্লাস
Live Class
Problem Solution Class
প্রবলেম সলিউশন ক্লাস
Problem Solution Class
Progress Tracking
প্রোগ্রেস ট্র্যাকিং
Progress Tracking
Lifetime Access
লাইফটাইম এক্সেস
Lifetime access
Extra Class
Extra Class সুবিধা
Live Class and Extra Class
Certificate
সার্টিফিকেট + গেট টুগেদার
Certificate & area get together

কোর্স সম্পর্কে সব কিছু জানুন

শূন্য থেকে web-Developer হওয়ার যাত্রা শুরু করুন আমাদের সম্পূর্ণ প্র্যাকটিক্যাল-বেইজড MERN Stack কোর্সের মাধ্যমে!ওয়েব ডেভেলপমেন্ট শিখুন শুরু থেকে এডভান্স লেভেল পর্যন্ত! 🏆 HTML, CSS, JavaScript দিয়ে ওয়েব ডেভেলপমেন্টের বেসিক থেকে শুরু করে React, Node.js, Express, MongoDB শিখবেন হাতে কলমে। 🛠️ ফ্রন্টেন্ড ও ব্যাকেন্ড কানেকশন, ডেপ্লয়মেন্ট সহ রিয়েল-ওয়ার্ল্ড প্রজেক্ট তৈরি করে আপনি হয়ে উঠবেন এক দক্ষ MERN Stack Web ডেভেলপার এবং জব প্রিপারেশন সহ সম্পূর্ণ গাইডলাইন এক কোর্সেই! ! 

🚀✨


Earning Potential
মাসে ৳৩০,০০০+ আয়
Freelancing ও job-এ এই skill-এর চাহিদা অনেক বেশি
Beginner Friendly
Beginner-Friendly
আগের কোনো experience লাগবে না — শূন্য থেকে শুরু করুন
Industry-Level Projects
Industry-Level Projects
Real client project নিয়ে কাজ করবেন course চলাকালীনই
1:1 Mentor Support
১:১ Mentor Support
WhatsApp-এ ৭ দিন, ২৪ ঘণ্টা dedicated mentor support

Course শেষে পাবেন GM IT Certificate

LinkedIn Icon
LinkedIn-এ যোগ করুন
আপনার professional profile-এ certificate add করুন
Freelancing Icon
Freelancing-এ ব্যবহার করুন
Upwork, Fiverr-এ profile-এ শো করুন clients-দের কাছে
Event Icon
Area Get-Together
Certificate পাওয়ার সময় special event-এ অংশ নিন

আজই শুরু করুন —
আপনার ক্যারিয়ার আপনার হাতে

৩ মাস-এর এই course-টি আপনার জীবন বদলে দিতে পারে। এখনই ভর্তি হন এবং আমাদের 0+ সফল শিক্ষার্থীর দলে যোগ দিন।

বিনামূল্যে Demo নিন