কমপ্লিট ফুল-স্টাক ওয়েব ডেভেলপমেন্ট কোর্স-2026

একটি ল্যাপটপ / ডেস্কটপ (Min 4 GB RAM) Description ১৩+ বছরের অভিজ্ঞতা দিয়ে আপনাকে জিরো থেকে হিরো বানানোর মিশন শুরু হলো সিজন-১ এর মাধ্যমে! একদম শুরু থ...

বেস্টসেলার 4.8 (250 রেটিং) 1,250 জন শিক্ষার্থী
শেষ আপডেট: January 2026 বাংলা

আপনি যা যা শিখবেন

প্রফেশনাল স্কিল ডেভেলপমেন্ট
রিয়েল-লাইফ প্রজেক্ট
ফ্রিল্যান্সিং গাইডলাইন
লাইফটাইম সাপোর্ট

কোর্স কন্টেন্ট

6 টি সেকশন • 140 টি লেসন
What will We Cover
What will We Cover
10:00
Essential Tools Every Developer
10:00
How to Install VS Code
10:00
How to install Node_js
10:00
How to Install Git on Windows
10:00
Introduction to HTML
Introduction to HTML
10:00
Create Your First HTML document
10:00
Basic Structure of an HTML Document
10:00
Common HTML Tags
10:00
Creating Links and Lists
10:00
Text Formatting Elements
10:00
Working with Quotes and Code
10:00
Adding Images
10:00
Embadding Audio and Video
10:00
Creating Tables with Layout, Rowspan and Colspan
10:00
Styling and Structuring Tables
10:00
Introduction to HTML Forms
10:00
Advanced Form Elements
10:00
Semantic HTML Elements
10:00
Structuring Webpages with Semantic HTML
10:00
Adding Metadata to HTM
10:00
Basic SEO Practices for HTML
10:00
Best Practices for Writing HTML
10:00
Final Project Make a Multi-section Portfolio Website
10:00
HTML5 New Features (Bonus)
10:00
CSS Crash Course
Introduction to CSS
10:00
Difference between inline, internal, and external CSS
10:00
CSS Syntax and Selectors
10:00
Colors and Backgrounds
10:00
Text Styling and Fonts
10:00
The Box Model
10:00
Width, Height, and Overflow
10:00
CSS Layout with Display
10:00
Positioning Elements
10:00
CSS Flexbox
10:00
Flexbox Practical Project Responsive Product Cards
10:00
Mastering CSS Grid Layout
10:00
Working with Links and Lists
10:00
CSS Borders Type and Styling
10:00
CSS Transitions and Animations
10:00
Pseudo-Classes and Pseudo-Elements
10:00
Responsive Design with Media Queries
10:00
Working with Units in CSS
10:00
CSS Variables (Custom Properties)
10:00
HTML CSS Final Project Sakola Responsive Landing Page Design
Sakola Project Intro
10:00
How to Setup Project
10:00
Design and Project Analysis
10:00
How to Use Google Fonta and CSS Variables
10:00
Create Header Section
10:00
How to Styling Header
10:00
Make Hero Section Part-1
10:00
Make Hero Section Part-2
10:00
Make Hero Section Part-3
10:00
About Section
10:00
Styling the About Section
10:00
Design the School Section
10:00
Working with Studing Section
10:00
Newsletter Section
10:00
Footer Section
10:00
Smooth Scrolling to Different Sections
10:00
How to Make Website Mobile Responsive (using Media Queries) part-1
10:00
How to Make Website Mobile Responsive (using Media Queries) part-2
10:00
Make Responsive for the Tablet and Laptop Devices
10:00
How to Deploy Your Website on Netlify
10:00
Download Source Code of Sakola Landing Page
10:00
JavaScript Essentials (Basic)
Introduction to JavaScript
10:00
Setup Development Environment and Run Code on Browser Console
10:00
Embedding JavaScript in HTML, Run Code using Code Runner Extentions
10:00
Statements and Comments in JavaScript
10:00
Variables and Constants
10:00
Data Types in JS (strings, numbers, booleans, undefined, null) part 1
10:00
Basic Operators Arithmetic Operators
10:00
Basic Operators Assignment Operators
10:00
Basic Operators Comparison Operators
10:00
Declaring strings and string literals
10:00
String methods lTemplate literals and string interpolationength
10:00
Template literals and string interpolation
10:00
Basic number operations addition, subtraction
10:00
Using Math object for complex operations Math
10:00
Number methods toFixed(), parseInt()
10:00
Primitive Data Types and Non-Primitive
10:00
Boolean values true and false
10:00
Conditional statements if, else if, else
10:00
Logical operators () in details
10:00
Practical Example of Logical Operators
10:00
Basic Functions in JavaScript
10:00
Parameters, Arguments and return values of Function
10:00
How to Work with Arrow functions
10:00
Function Expressions, Anonymous Functions and Callbacks
10:00
Arrays in JavaScript Creating and accessing arrays
10:00
Array methods push(), pop(), shift(), unshift()
10:00
Iterating over arrays using for loops and forEach()
10:00
Combining, slicing, and joining arrays concat(), slice(), join()
10:00
Introduction to JavaScript Object
10:00
Creating Objects with Properties and Methods
10:00
Accessing and Modifying Object Properties
10:00
Using this Keyword Inside Methods
10:00
Practical Project Create a Calculator Object and Apply Properties & Methods
10:00
Introduction to Loops in JavaScript
10:00
Looping through arrays using `for` and `for.…
10:00
Controlling Loops with break and continue with Practical Project
10:00
JavaScript Essentials (Advanced)
Working with Dates and Time in JavaScript
10:00
Getting and Setting Dates and Times
10:00
Formatting dates and times using
10:00
JavaScript Event Handling (click event)
10:00
JavaScript Event Handling (hover event)
10:00
Handling Keyboard Events
10:00
Adding Event Listeners to Elements
10:00
Event Object event.target, event.type
10:00
What is the DOM (Document Object Model)
10:00
Selecting elements getElementById
10:00
Modifying element content textContent
10:00
Adding and removing elements dynamically
10:00
Forms and Input Handling in JavaScript
10:00
Handling Input and Form Validation
10:00
Form Submission with preventDefault
10:00
Practical Project Create a (Contact Us)
10:00
Advanced Array Methods (Map, Filter, Reduce)
10:00
Using find() and some() methods for advanced…
10:00
Practical examples of Managing Shopping Cart…
10:00
Practical Examples of Filtering and Transfor…
10:00
Understanding JavaScript Object Notation (JS…
10:00
Converting JavaScript Objects to JSON Using…
10:00
Parsing JSON Strings Back into Objects with…
10:00
Error Handling in JavaScript (Syntax, Runtim…
10:00
Handle Errors using try, catch, and finally.…
10:00
Throwing custom errors with throw
10:00
Debugging JavaScript code with Practical
10:00
Web Storage API Storing and retrieving data…
10:00
Introduction to Asynchronous JavaScript
10:00
Understanding Promises in JavaScript resolve…
10:00
Using .then(), .catch(), and .finally() with…
10:00
Easy Explanation of async and wait
10:00
Practical Example of Data Fetching using JSO…
10:00
Introduction to ES6+ Syntax let, const, Arro…
10:00
Destructuring Arrays and Objects in JavaScri…
10:00
Uses of Spread and Rest Operators
10:00
Default Function Parameters
10:00
Practical Project A (Shopping Cart) Demo Usi…
10:00
JavaScript Modules How export, default expor…
10:00

বিবরণ

একটি ল্যাপটপ / ডেস্কটপ (Min 4 GB RAM) Description ১৩+ বছরের অভিজ্ঞতা দিয়ে আপনাকে জিরো থেকে হিরো বানানোর মিশন শুরু হলো সিজন-১ এর মাধ্যমে! একদম শুরু থেকে স্টেপ বাই স্টেপ গাইড করা হয়েছে। UI Design → Functional App → Play Store Publish ইনকামের পথ → ক্যারিয়ার ভাবনা ফ্রিল্যান্সিং, চাকরি অথবা অ্যাপভিত্তিক স্টার্টআপ গুগল পলিসি নিয়ে স্পেশাল লেকচার কমপ্লিট প্রজেক্ট স্টেপ বাই স্টেপ রেডি প্রজেক্ট এর সোর্স কোড ১২+ সেকশনে ১০৫+ লেকচার প্রকাশিত হয়েছে। লেকচারগুলো নিয়মিত হালনাগাদ করা হচ্ছে। কোনটার পর কোনটা শিখবো, কাকে ফলো করবো এই ধরনের সমস্যা এখন আর থাকবে না। প্রথম থেকে শেষ, সব সাপোর্ট Bongo Academy তেই পাবেন ইনশাআল্লাহ। কোড করতে গিয়ে কোনো সমস্যায় পড়লে Learn with Bongo Academy -ফেসবুক গ্রুপে Student ID সহ পোস্ট করুন। আমার ফেসবুক পেজ বা ইউটিউব চ্যানেলে যুক্ত হতে পারেন নেক্সট কাজের সব আপডেট পেতে। ⏹⏹ Bongo Academy এর কোর্স সমূহ copyrighted!! তাই কোর্স এর যেকোন লেকচার ডাউনলোড করা, অন্যত্র শেয়ার করা বে-আইনি। এক্ষেত্রে আমরা আইনানুগ ব্যবস্থা নিতে পারি ⏹⏹
কমপ্লিট ফুল-স্টাক ওয়েব ডেভেলপমেন্ট কোর্স-2026
৳2,500
৩০ দিনের মানি-ব্যাক গ্যারান্টি

এই কোর্সে যা থাকছে:

  • 140 টি ভিডিও লেসন
  • রিসোর্স ফাইল
  • লাইফটাইম অ্যাক্সেস
  • মোবাইল এবং টিভিতে অ্যাক্সেস
  • কোর্স শেষে সার্টিফিকেট