লারাভেল সহ ওয়েব ডেভেলপমেন্ট এর ফুলস্ট্যাকের একটি স্বয়ংসম্পূর্ণ কোর্স। এই কোর্সটি তাদের জন্য যারা নিজেদেরকে একজন সফল ওয়েব ডেভেলপার হিসেবে জবমার্কেটে এবং ফ্রি ল্যান্স মার্কেটপ্লেসে দেখতে চান। দেখে নিন আপনাকে নিয়ে আমরা কিভাবে প্ল্যান করেছি।
Course Duration: 3 Months
যে কোন পেশার প্রফেশনালস, ছাত্র ছাত্রীরা আমাদের এই কোর্সটিতে অংশগ্রহণ করতে পারবেন। কোন নির্দিষ্ট ব্যাকগ্রাউন্ড বা পড়াশুনা ছাড়াই এই কোর্সের সব বিষয় আপনি বুঝতে পারবেন। তবে কম্পিউটার এর ব্যাসিক ব্যবহার, টাইপিং এবং সফট ওয়ার ইন্সটলেশন নিয়ে ধারনা থাকতে হবে।
- এই কোর্সের শেষে, আপনি ওয়ার্ল্ড ওয়াইড ওয়েবের গঠন এবং কার্যকারিতা বর্ণনা করতে, HTML, CSS, JavaScript, PHP, এবং MySQL এর সমন্বয়করে ডায়নামিক ওয়েব সাইট তৈরি করতে সক্ষম হবেন।
- আপনি ভবিষ্যতে আপনার নিজের ব্যক্তিগত বা ব্যবসায়িক ওয়েবসাইট তৈরি করার জন্য একটি কার্যকরী হিসেবে লারাভেলকে ব্যবহার করতে পারবেন ।
- সম্পূর্ণ কোর্সটির মাঝে তিনটি পরিপূর্ণ রিয়েল লাইফ প্রজেক্ট এর মাধ্যমে আপনার দক্ষতা যাচাই করে নিতে পারবেন।
Laravel Full Stack Web Development
This course is designed to start you on a path toward future studies in web development and design, no matter how little experience or technical knowledge you currently have. The web is a very big place, and if you are a typical internet user, you probably visit several websites every day, whether for business, entertainment, or education. But have you ever wondered how these websites actually work? How are they built? How do browsers, computers, and mobile devices interact with the web? What skills are necessary to build a website? With almost 1 billion websites now on the internet, the answers to these questions could be your first step toward a better understanding of the internet and developing a new set of internet skills.
- Basic Computer fundamentals.
- Concept of Internet browsing.
By the end of this course, you’ll be able to describe the structure and functionality of the world wide web, create dynamic web pages using a combination of HTML, CSS, JavaScript, PHP, and MySQL, apply essential programming language concepts when creating HTML forms, select an appropriate web hosting service, and publish your web pages for the world to see. Finally, you’ll be able to develop a working model for creating your own personal or business websites in the future and be fully prepared to take the next step in more advanced web development or design course or specialization.
Part –1: HTML, HTML5
- Introduction to markup languages and their types & versions.
- Concept of Web design, PSD mockup, Wireframe, Text Editor, IDE, File extension, URL.
- HTML Basic Syntax (Documents, Doctype declarations, comments, viewing source code etc.)
- Elements with Tag and Attributes.
- Commonly used elements with their attributes (Heading, paragraph, Formatting, Quotation, Link, Image, List)
- More commonly used elements with their attributes (Table, Block & Inline, Head, Style, Script)
- Form Elements and their attributes, http methods.
- Global and Event attributes.
- Special Elements (Audio, Video, plugins, Iframe etc)
- Meta data, Character set, Lang, View-port, Semantics and Entities.
- XHTML
Part – 2: CSS2, CSS3
- Introduction to CSS and their versions.
- Basic syntax (Selector, Declaration, Property, Property-value, Comments) and writing ways such as hierarchy/specificity.
- Common CSS property and their values (Color, Background, Border, Margin, Padding, Width, Height, Outline).
- More common CSS property and their values (Text, Font, Links, List, Tables).
- More common CSS property and their values (Display, Position, Overflow, Float, Align).
- Other common CSS property and their values.
- Advanced CSS Selectors with combinations.
- Units of Color and Size.
- Advanced CSS property and their values (Rounded Corner, Gradient, Shadows, Text effect, Box-sizing, Flexbox, Web-font, Media query).
- CSS Transform, Transitions and Animations.
- Basic Concept about Less, Sass, Framework and Aural Sheet.
Part – 3: Bootstrap 4
- Introduction to CSS frameworks and versions.
- Containers and Grid
- Jumbotron, Typography, Colors and Images.
- Bootstrap Tables, Alert, and Buttons.
- Bootstrap Progress Bars, Spinner and Pagination.
- Bootstrap Cards, Dropdowns, Collapse bar, Navigation bar and Forms.
- Bootstrap Modal, Carousel, Tooltip and Popover.
- Bootstrap Toast and others.
Part – 4: Javascript/ES6
- Introduction to Programming Language, scripting language.
- Basic Syntax of JavaScript (Print, Comments).
- Variables, Operators, Statements and Data type.
- Conditional Statements (If, If-else, Switch, Break, Continue).
- Loop Statements (For, while, do-while).
- Arrays, Functions and Objects.
- Built in Objects and their method and properties (String, Number, Array, Dates).
- JavaScript DOM.
- JavaScript BOM.
- JavaScript Regular Expression, Type Conversion, Error & Exceptions.
- Important Keywords (this, let, const), debugging and versions.
Part – 5: JQuery
- Introduction to libraries.
- JQuery Syntax.
- JQuery Selector, Event.
- JQuery Effect (Hide, Show, Fade, Slide, Animate etc.).
- JQuery common methods (Get, Set, Add, Remove, CSS, Size).
- JQuery traverse (Ancestor, Descendant, Sibling, Filter).
Part – 1: PHP 5, 7
- Introduction to server, server side programming language and PHP.
- PHP installation, local server installation.
- PHP Basic Syntax, Comments, Variables, Operators, Constant, Data types and Printing.
- Built in functions (Strings, Number, Math).
- PHP Array
- Conditional Statements (If, If-else, Switch, Break, Continue).
- Loop Statements (For, while, do-while).
- PHP Regular Expressions, Filter, Superglobal variables and Dates.
- PHP Form handling.
- PHP File handling, Directory, Errors & Exceptions.
- Basic Concepts of OOP PHP.
Part – 2: MySQL
- Introduction to Database and MySQL.
- Database installation, connection.
- Create and Manipulate Database.
- Create, Insert, Update, Delete Tables.
- MySQL built in functions.
- CRUD Operation.
Part – 3: AJAX
- Introduction to AJAX.
- Basic Concept of XML and HTTP request.
- Steps of AJAX Operation.
- XMLHttpRequest Methods and properties.