Course Outline:

 

Module-1

  • HTML Tags, Attributes,
  • Elements, Comments,
  • Head, Body, Section,
  • Div, Header,
  • Footer,
  • Page Title,
  • Headings,
  • Paragraphs,
  • Hyperlinks,
  • Lists,
  • Images,
  • Tables & Form Making

 Module-2&3

  • Types of Style Sheets,
  • CSS Selectors,
  • Properties,
  • Values,
  • Backgrounds,
  • Colors,
  • Text Styling & Formatting,
  • Borders,
  • Margins,
  • Paddings,
  • Outlines,
  • Pixels,
  • Percentages,
  • Points,
  • Em,
  • Block & Inline Elements,
  • Float & Clear,
  • CSS Positioning,
  • Text Effects,
  • ID & Class Selectors,
  • Layers,
  • Pseudo Classes,
  • Pseudo Elements,
  • Media Types,
  • Layouts

 Module-4

  • About jQuery,
  • Syntax, Selectors,
  • Attributes,
  • Traversing,
  • CSS,
  • Events,
  • Effects
  • Making jQuery Scroll top with animation

 Module-5

 What is Bootstrap

  • How to use it
  • Starting to make a Personal Portfolio webpage
  • Bootstrap Basic Template

 Module-6&7

 Bootstrap Grid system     

  • Typography,
  • Tables,
  • Forms,
  • Bootstrap Navs,
  • Navbar,
  • Scrollspy,
  • modal,
  • Breadcrumbs,
  • Pagination,
  • Labels,
  • Badges, Alerts
  • Bootstrap Display,
  • Flex,
  • Float,
  • Shadow,
  • sizing,
  • spacing,
  • vertical Align

Module-8 (Setup Development Environment)

  • Overview of back-end development
  • Overview of front-end development
  • Why use Database
  • What is the development environment
  • Setup development environment
  • Run PHP code

Module-9 (PHP Fundamentals)

  • Basic syntax
  • PHP naming convention
  • Variables
  • Super global variables
  • Operators
  • Conditional statement
  • Control Statements
  • Arrays
  • Build-in functions

Module-10 (Object Oriented Programing PHP-1)

  • PHP Class
  • Objects
  • Property
  • Methods
  • Constructor
  • Destructor
  • Class autoload
  • Composer 
  • Namespace

Module-11 (Object Oriented Programing PHP-2)

  • Access modifier
  • Inheritance
  • Polymorphism
  • Problem solving

Module-12 (PHP &  MySql -1)

  • Introduce with database
  • Mysql overview
  • Database engine
  • Create mysql database
  • Connect with mysql database using php
  • Write test query
  • Close mysql connection

Module-13 (PHP & Mysql – 2)

  • Insert data into database
  • Read data from database
  • Update data into database
  • Delete data from database

Module-14 (Laravel Fundamentals)

  • Understanding the concept of a framework.
  • Understanding the concept of laravel design pattern (MVC)
  • Laravel routing
  • Middleware
  • Laravel blade template engine
  • Laravel templating
  • Artisan command

Module-15 (Laravel Query Builder & ORM)

  • Laravel Migration
  • Inserting data using the Query builder
  • Updating data using Query Builder
  • Deleting data using Query Builder
  • Select data using Query Builder
  • Inserting data using ORM
  • Updating data using ORM
  • Deleting data using ORM
  • Select data using ORM

Module-16 (Laravel Eloquent relationship)

  • One To One
  • One To Many
  • One To Many (Inverse) / Belongs To
  • Has One Through
  • Has Many Through

Module-17 (Laravel Authentication)

  • User login 
  • User registration
  • Login with username or email
  • Register with username or email
  • Logout

Module-18 (Laravel Form)

  • Design form
  • Add form data to database
  • Update form data

Module-19 (Laravel file upload)

  • Upload file/image
  • List all uploads
  • Update file/image
  • Delete file/image

Module-20 (Validate Form, Error Handling & Laravel Faker)

  • Validate request data(required, unique, etc..)
  • Try catch handling
  • Log writing
  • Error page handling
  • Show success / Failure message
  • Create data seeder
  • Seed data

Module-21 (Manage Backend Features & RESTful API Development)

  • Manage categories
  • Manage products
  • Manage orders
  • Develop API

Module-22 & 29

A Professional Project 
A basic e-commerce app that gives a clear concept of how an e-commerce application is working.

Module-30

  Project Presentation

Course Outline:

Module-1

  • HTML Tags, Attributes,
  • Elements, Comments,
  • Head, Body, Section,
  • Div, Header,
  • Footer,
  • Page Title,
  • Headings,
  • Paragraphs,
  • Hyperlinks,
  • Lists,
  • Images,
  • Tables & Form Making

 Module-2&3

  • Types of Style Sheets,
  • CSS Selectors,
  • Properties,
  • Values,
  • Backgrounds,
  • Colors,
  • Text Styling & Formatting,
  • Borders,
  • Margins,
  • Paddings,
  • Outlines,
  • Pixels,
  • Percentages,
  • Points,
  • Em,
  • Block & Inline Elements,
  • Float & Clear,
  • CSS Positioning,
  • Text Effects,
  • ID & Class Selectors,
  • Layers,
  • Pseudo Classes,
  • Pseudo Elements,
  • Media Types,
  • Layouts

 Module-4

  • About javascript,
  • Syntax, Selectors,
  • Attributes,
  • Traversing,
  • CSS,
  • Events,
  • Effects
  • Making jQuery Scroll top with animation

 Module-5

 What is Bootstrap

  • How to use it
  • Starting to make a Personal Portfolio webpage
  • Bootstrap Basic Template

 Module-6&7

 Bootstrap Grid system     

  • Typography,
  • Tables,
  • Forms,
  • Bootstrap Navs,
  • Navbar,
  • Scrollspy,
  • modal,
  • Breadcrumbs,
  • Pagination,
  • Labels,
  • Badges, Alerts
  • Bootstrap Display,
  • Flex,
  • Float,
  • Shadow,
  • sizing,
  • spacing,
  • vertical Align

Module-8 (Setup Development Environment)

  • Overview of back-end development
  • Overview of front-end development
  • Why use Database
  • What is the development environment
  • Setup development environment
  • Run PHP code

Module-9 (PHP Fundamentals)

  • Basic syntax
  • PHP naming convention
  • Variables
  • Super global variables
  • Operators
  • Conditional statement
  • Control Statements
  • Arrays
  • Build-in functions

Module-10 (Object Oriented Programing PHP-1)

  • PHP Class
  • Objects
  • Property
  • Methods
  • Constructor
  • Destructor
  • Class autoload
  • Composer 
  • Namespace

Module-11 (Object Oriented Programing PHP-2)

  • Access modifier
  • Inheritance
  • Polymorphism
  • Problem solving

Module-12 (PHP &  MySql -1)

  • Introduce with database
  • Mysql overview
  • Database engine
  • Create mysql database
  • Connect with mysql database using php
  • Write test query
  • Close mysql connection

Module-13 (PHP & Mysql – 2)

  • Insert data into database
  • Read data from database
  • Update data into database
  • Delete data from database

Module-14 (Laravel Fundamentals)

  • Understanding the concept of a framework.
  • Understanding the concept of laravel design pattern (MVC)
  • Laravel routing
  • Middleware
  • Laravel blade template engine
  • Laravel templating
  • Artisan command

Module-15 (Laravel Query Builder & ORM)

  • Laravel Migration
  • Inserting data using the Query builder
  • Updating data using Query Builder
  • Deleting data using Query Builder
  • Select data using Query Builder
  • Inserting data using ORM
  • Updating data using ORM
  • Deleting data using ORM
  • Select data using ORM

Module-16 (Laravel Eloquent relationship)

  • One To One
  • One To Many
  • One To Many (Inverse) / Belongs To
  • Has One Through
  • Has Many Through

Module-17 (Laravel Authentication)

  • User login 
  • User registration
  • Login with username or email
  • Register with username or email
  • Logout

Module-18 (Laravel Form)

  • Design form
  • Add form data to database
  • Update form data

Module-19 (Laravel file upload)

  • Upload file/image
  • List all uploads
  • Update file/image
  • Delete file/image

Module-20 (Validate Form, Error Handling & Laravel Faker)

  • Validate request data(required, unique, etc..)
  • Try catch handling
  • Log writing
  • Error page handling
  • Show success / Failure message
  • Create data seeder
  • Seed data

Module-21 (Manage Backend Features & RESTful API Development)

  • Manage categories
  • Manage products
  • Manage orders
  • Develop API

Module-22 & 29

A Professional Project 
A basic e-commerce app that gives a clear concept of how an e-commerce application is working.

Module-30

  Project Presentation

Course Outline:

Module-1

  • HTML Tags, Attributes,
  • Elements, Comments,
  • Head, Body, Section,
  • Div, Header,
  • Footer,
  • Page Title,
  • Headings,
  • Paragraphs,
  • Hyperlinks,
  • Lists,
  • Images,
  • Tables & Form Making

 Module-2&3

  • Types of Style Sheets,
  • CSS Selectors,
  • Properties,
  • Values,
  • Backgrounds,
  • Colors,
  • Text Styling & Formatting,
  • Borders,
  • Margins,
  • Paddings,
  • Outlines,
  • Pixels,
  • Percentages,
  • Points,
  • Em,
  • Block & Inline Elements,
  • Float & Clear,
  • CSS Positioning,
  • Text Effects,
  • ID & Class Selectors,
  • Layers,
  • Pseudo Classes,
  • Pseudo Elements,
  • Media Types,
  • Layouts

 Module-4

  • About javascript,
  • Syntax, Selectors,
  • Attributes,
  • Traversing,
  • CSS,
  • Events,
  • Effects
  • Making jQuery Scroll top with animation

 Module-5

 What is Bootstrap

  • How to use it
  • Starting to make a Personal Portfolio webpage
  • Bootstrap Basic Template

 Module-6&7

 Bootstrap Grid system     

  • Typography,
  • Tables,
  • Forms,
  • Bootstrap Navs,
  • Navbar,
  • Scrollspy,
  • modal,
  • Breadcrumbs,
  • Pagination,
  • Labels,
  • Badges, Alerts
  • Bootstrap Display,
  • Flex,
  • Float,
  • Shadow,
  • sizing,
  • spacing,
  • vertical Align

Module-8 (Setup Development Environment)

  • Overview of back-end development
  • Overview of front-end development
  • Why use Database
  • What is the development environment
  • Setup development environment
  • Run PHP code

Module-9 (PHP Fundamentals)

  • Basic syntax
  • PHP naming convention
  • Variables
  • Super global variables
  • Operators
  • Conditional statement
  • Control Statements
  • Arrays
  • Build-in functions

Module-10 (Object Oriented Programing PHP-1)

  • PHP Class
  • Objects
  • Property
  • Methods
  • Constructor
  • Destructor
  • Class autoload
  • Composer 
  • Namespace

Module-11 (Object Oriented Programing PHP-2)

  • Access modifier
  • Inheritance
  • Polymorphism
  • Problem solving

Module-12 (PHP &  MySql -1)

  • Introduce with database
  • Mysql overview
  • Database engine
  • Create mysql database
  • Connect with mysql database using php
  • Write test query
  • Close mysql connection

Module-13 (PHP & Mysql – 2)

  • Insert data into database
  • Read data from database
  • Update data into database
  • Delete data from database

Module-14 (Laravel Fundamentals)

  • Understanding the concept of a framework.
  • Understanding the concept of laravel design pattern (MVC)
  • Laravel routing
  • Middleware
  • Laravel blade template engine
  • Laravel templating
  • Artisan command

Module-15 (Laravel Query Builder & ORM)

  • Laravel Migration
  • Inserting data using the Query builder
  • Updating data using Query Builder
  • Deleting data using Query Builder
  • Select data using Query Builder
  • Inserting data using ORM
  • Updating data using ORM
  • Deleting data using ORM
  • Select data using ORM

Module-16 (Laravel Eloquent relationship)

  • One To One
  • One To Many
  • One To Many (Inverse) / Belongs To
  • Has One Through
  • Has Many Through

Module-17 (Laravel Authentication)

  • User login 
  • User registration
  • Login with username or email
  • Register with username or email
  • Logout

Module-18 (Laravel Form)

  • Design form
  • Add form data to database
  • Update form data

Module-19 (Laravel file upload)

  • Upload file/image
  • List all uploads
  • Update file/image
  • Delete file/image

Module-20 (Validate Form, Error Handling & Laravel Faker)

  • Validate request data(required, unique, etc..)
  • Try catch handling
  • Log writing
  • Error page handling
  • Show success / Failure message
  • Create data seeder
  • Seed data

Module-21 (Manage Backend Features & RESTful API Development)

  • Manage categories
  • Manage products
  • Manage orders
  • Develop API

Module-22 & 29

A Professional Project 
A basic e-commerce app that gives a clear concept of how an e-commerce application is working.

Module-30

  Project Presentation

কোর্স পরিচিতি

যা যা থাকছে


✅ ভর্তি  হয়ে লেভেল টেস্ট দিয়ে ক্লাস করতে হবে। 
✅ নতুন শিক্ষাক্রমের সাথে মিল করে পাঠদান।
✅ ক্লাসের পড়া ক্লাসেই শেষ করা হবে, ইনশা আল্লাহ। 
✅ পুরো বইয়ের উপর অধ্যায় ভিত্তিক লেকচার সীট।
✅ চর্চা করে পারদর্শী হওয়ার জন্য Practice Sheet. 
✅ প্রতিটি ক্লাসের ভিডিও ও লেকচার সীট। 
✅ কিছু না বুঝতে পারলে একাধিক ব্যাচে/ একাধিক বার ক্লাস করার সুযোগ।
 ✅ সিলেবাস শেষ করার জন্য বাড়তি ক্লাসের ব্যবস্থা। 
✅ সিলেবাস অনুযায়ী  আইটেম অনুসারে পরীক্ষার ব্যবস্থা। 
✅ মডেল টেস্ট এর গ্রহন।
✅ পরীক্ষা ও খাতা মূল্যায়ন করে Solve Class এর ব্যবস্থা।  
✅  অভিভাবক মিটিং ও অগ্রগতি পর্যালোচনা।


সময় ও পাঠ পরিকল্পনা


✅ সপ্তাহে ক্লাস তিনটি। 
✅ ক্নাস দিন:  সোম ও  বুধ / রবি, মঙ্গল ও বৃহস্পতিবার ।
✅ ক্লাস সময়: একাধিক সময় থেকে যে কোন সময়ে ক্লাস করার সুযোগ।
✅ প্রতিটি ক্লাস হবে এক ঘন্টা বা তার বেশি। 
✅ প্রতিটি ব্যাচে শিক্ষার্থী সব্বোর্চ  বারো জন। 
✅ প্রতিটি ক্লাস হবে এক ঘন্টা বা তার বেশি সময়।
✅ Homework ছাড়া কেউ ক্লাস করতে পারবে না। 
 ✅ ক্লাস হবে Google Meet এর মাধ্যমে। 
✅ পাঠদানে নিয়োজিত থাকবে একাধিক শিক্ষক। 
✅ সিলেবাসের পাশাপাশি ভাষা ও যোগাযোগে ভাল করার জন্য থাকছে আলাদা ক্লাস।


কোর্স ফি (অফলাইনে পড়লে)


✅ ক্লাস হবে তিন দিন। 
ক্লাস হবে এক ঘন্টা করে।
✅ ভর্তি ফি 1000। ভর্তি হওয়ার পর নোট সীট দেওয়া হবে। 
✅ মাসিক ফি 1200 টাকা। 
✅ ক্লাস চলাকালীন সময়ে মাসিক ফি দেওয়া যাবে। 
✅ কোন পরীক্ষার ফি নেই। 


কোর্স ফি (অনলাইনে পড়লে)


✅ মাসিক ফি 1000 টাকা।   
✅ Three classes per week. 
✅ কোন পরীক্ষার ফি নেই। 
✅ নোট সীট ফি নেই।  


যা যা পড়ানো  হবে 
✅ সিলেবাসের এমন কোন টপিক নেই যা পড়ানো হবে না।


শিক্ষক পরিচিতি


✅ মোহাম্মদ মোতালেব হোসেন 
বিএ (অর্নাস), এমএ ইংরেজি, 
প্রভাষক (ইংরেজি বিভাগ), সাবেক শিক্ষক, মনিপুর উচ্চ বিদ্যালয় ও কলেজ, মিরপুর, ঢাকা। 
Course সমন্বয়ক
✅ সাথে থাকছেন আমাদের শিক্ষক-শিক্ষিকাবৃন্দ

আমাদের শিক্ষক/শিক্ষিকাবৃন্দ