Web Design & Development Training




Register Now
*
*
*

Web Design & Development

Web Design

Web Development

How did you hear about us *

Occupation *

State of Residence *

About The Training

The WEB DEVELOPMENT TRAINING is organise by the web programming team at Alabian Solutions Limited so it is a practical oriented training class. There will be a tutor lead section, class programming session and a project development section. Every student will be expected to complete a web project (a Computer Based Test or a Responsive Personal Resume Website or both) using the technology learnt during the training. All graduand will benefit from free consultation service from Alabian Solutions Ltd.

This training is targeted at:

  • Beginners will zero skill set in programming
  • People who already build website using CMS (WordPress, Joomla etc) but want to learn how to build it from scratch
  • Web designer that want to extend their skill and become web developer creating web app and software
  • People with app ideas but looking for how to implement them or people that want to change careers

Technologies To be Taught

Git

HTML5

CSS3

Bootstrap

JavaScript

jQuery

PHP

MySQL

Laravel

Web Design &
Development
Download Timetable
Weekday
  • Time:9am - 2pm
  • Date:27th May'24 - 16th Aug'24
Weekend
  • Time:10am - 6pm
  • Date:25th May'24 - 17th Aug'24
Web
Design
Download Timetable
Weekday
  • Time:9am - 2pm
  • Date:27th May'24 - 16th Aug'24
Weekend
  • Time:10am - 6pm
  • Date:25th May'24 - 17th Aug'24
Web
Development
Download Timetable
Weekday
  • Time:9am - 2pm
  • Date:27th May'24 - 16th Aug'24
Weekend
  • Time:10:0am - 6:pm
  • Date:25th May'24 - 17th Aug'24
Training Venue

Alabian Solutions Limited Infinite Grace Plaza Plot 4 Oyetubo Street off Obafemi Awolowo Way Ikeja Lagos

Training Requirement

  • No programing experiences
    Good computer usage skill No previous coding (programing) experience is required for this training, as the training can be taken by somebody with zero skill in programming. The training will be so intense participant will end the training with skills they can use to develop world class software.
  • Good computer usage skill
    All students are expected to know how to navigate their way on a computer system, They should know how to create files, save files in a folder and be very familiar with their computer keyboard.
  • Hardware Requirement
    Students are expected to come for the training with a laptop that has Wireless LAN, minimum 2Gb RAM, minimum free space on hard disk should be 50Gb minimum Dual Core CPU and USB port.
  • Software Requirement
    All students are expected to have a PDF reader and Microsoft office installed in their system. Any other software needed will be provided by our organization.

About Git

Git is a distributed version control system used for tracking changes made to files and also for coordinating work done on those files among multiple people. It is primarily used for source-code management in software development. Participants will learn how to use these tools for working in team

WHY GIT

Git is a powerful version control system that allows you to keep track of changes made to your codebase over time. It helps you to collaborate with others more efficiently by tracking changes, merging code changes, and resolving conflicts.

COURSE CURRICULUM FOR GIT

Introduction to Version ControlL

  • What is Version Control
  • Why is Version Control Important
  • Types of Version Control

Introduction to Git

  • What is Git
  • Installing Git
  • Configuring Git
  • Git workflow

Git Basics

  • Creating a Git Repository
  • Cloning a Git Repository
  • Basic Git Commands (add, commit, push, pull, status)

Git Branching

  • Understanding Branching
  • Creating and Deleting Branches
  • Merging Branches
  • Merging Branches
  • Resolving Merge Conflicts

Git Remote

  • Adding Remote Repositories
  • Pushing and Pulling Changes
  • Fetching and Pulling Changes

Git Collaboration

  • Collaborating with Others
  • Gitignore

About HTML 5

Participants will learn the basics of HTML5, the training will start with instruction on how set up their IDE (Integrated Development Environment) and upload files to a live web server with an ftp client. They will go over HTML5 basics like valid document structure, and the usefulness of writing good HTML5 semantic tags. Each participant is expected to produce a webpage using the tags learnt in this module.

WHY HTML

HTML is the foundation of web development, and understanding it is essential for anyone who wants to build web applications. Knowing HTML will help you understand how web pages are structured, how they are displayed in a web browser, and how they interact with other web technologies.?

COURSE CURRICULUM FOR HTML

Overview of HTML

  • HTML Tags
  • HTML Elements
  • HTML Attributes
  • HTML Comments
  • Heading
  • Paragraphs
  • Text Formatting
  • Quotations
  • Links
  • Images
  • Tables
  • Lists
  • Block and Inline Elements
  • HTML Style Guide
  • Iframes
  • File Paths
  • Audio/Video
  • Viewport meta tag for Responsive web Design

About CSS 3

We will teach participants from the very basics of CSS3 to some fairly advanced concepts like floating, CSS rule conflict resolution, flexbox etc. We will also be taught the 'box model', background property, CSS3 font and even browser developers’ tool. This module will be culminated by converting the webpages created in HTML5 modules into a beautiful website.

WHY CSS

Knowledge of CSS is a valuable skill in the web development industry, and it can help you advance your career. Many job postings for web developers require knowledge of CSS, and employers are always looking for candidates who can create visually appealing and responsive web pages.

COURSE CURRICULUM FOR CSS

INTRODUCTION TO CSS

  • Benefits of CSS
  • CSS Syntax
  • How to add CSS to HTML
  • Code commenting in CSS
  • CSS Selectors (ID, Class, Tags, Attributes)
  • CSS Selectors
  • Pseudo-classes
  • Pseudo Elements
  • Applying Colors
  • Background Styling
  • CSS-Text Fonts
  • Height and Width
  • Position
  • Float
  • Flex
  • CSS Borders
  • Box model
  • Margins and Padding
  • Outline in CSS
  • Text Formatting
  • Fonts styling
  • Using Icons
  • Lists
  • CSS Tables
  • DropDowns
  • Styling Forms
  • Website Layout

ABOUT BOOTSTRAP 5

In this training, we are going to show participant how to build a mobile friendly Web Application with minimal effort using the latest version of Bootstrap. It will amaze you to see how we can simplify the task of Front-end development using Bootstrap.

WHY BOOTSTRAP 5

Bootstrap provides a set of pre-built components and styles that can save a significant amount of time when building web pages. By using Bootstrap, you can focus on customizing and fine-tuning your web pages rather than building everything from scratch.

COURSE CURRICULUM FOR BOOTSTRAP

Layout

  • Breakpoints
  • Containers
  • Grid
  • Columns
  • Gutters
  • Utilities
  • Z-index

Content

  • Images
  • Tables
  • Grid
  • Figures

Forms

  • Form control
  • Select
  • Checks & radios
  • Input group
  • Input group
  • Layout

Components

  • Accordion
  • Alerts
  • Badge
  • Buttons
  • Button group
  • Card
  • Carousel
  • Close button
  • Collapse
  • List group
  • Modal
  • Navbar

ABOUT JAVASCRIPT

For some of the participants JavaScript will be the first programming language they will be learning. Our instructors will simplify the act of programming. JavaScript will add interactivity to web pages. The module will cover just about everything - from common language constructs and data types to objects, functions, arrays, closures, Document Object Model (DOM) and Browser Object Model (BOM) API. Apart from just adding interactivity to a webpage we teach participant how to use JavaScript to create Web Applications and prepare them for other JavaScript Library they will learn in the training.

WHY JAVASCRIPT

JavaScript is the backbone of front-end web development, and it is used to build user interfaces, control animations, and handle user input. By learning JavaScript, you can create visually appealing and responsive user interfaces that enhance the user experience.

COURSE CURRICULUM FOR JAVASCRIPT

Introduction to JavaScript

  • Overview of JavaScript
  • Developer console
  • Adding JavaScript into HTML
  • JavaScript Statements
  • Basic Syntax
  • JavaScript Comments
  • Interaction: alert, prompt, confirm

Variables in JavaScript

  • The use of variables?
  • JavaScript Let
  • JavaScript Const
  • JavaScript Reserved Words

Data Types

  • Numbers
  • Strings
  • Boolean
  • Array
  • Objects
  • Null
  • Undefined

JavaScript Operators

  • Arithmetic Operators
  • Assignment operators
  • Comparison Operators
  • JavaScript Unary Operators
  • Ternary Operator
  • Instanceof Operator

Conditionals

  • If-else
  • Switch Case in JavaScript
  • Break and Continue

Loops in JavaScript

  • For Loop
  • While Loop
  • For-in Loop

Javascript functions

  • User-defined functions
  • Anonymous Functions
  • Functions as First-Class Citizens
  • Callback Functions
  • Inbuilt Functions
  • Understanding variable scopes in JavaScript
  • this in JavaScript

Document Object Model (DOM)

  • Introduction to
  • Document Object Model
  • Select Element By Id
  • Select Elements By Name
  • Select Elements By Tag Name
  • Select Elements By Class Names
  • Select Element By CSS Selectors

Traversing elements

  • Get the Parent Element
  • Get Siblings of an Element
  • Get Children of an Element

DOM Manipulating elements

  • Create Elements
  • Append Child Nodes
  • InnerHTML

Javascript Form

  • How to Create a Form with the JavaScript?
  • Form validation

Event handling

  • Introduction to Events
  • Page Load Events
  • The onLoad Event
  • The DOMContent
  • Mouse Events
  • Keyboard Events
  • Scroll Events

ES6

  • Template Literals
  • Object Literal Syntax
  • Default Parameters
  • Rest Parameters
  • Spread Operator
  • Destructuring


Asynchronous JavaScript

  • Promises
  • Async/await

Error Handling

  • try…catch try…catch…finally
  • Throw an Exception

ABOUT React

React.js is a JavaScript library that is use to build interactive User Interfaces (UI) without hassles. It makes creating interactive UI’s fun. Built and maintained by Facebook; React is spreading crazily across the industry, so fast that everybody is hiring a React developer.

WHY REACT

learning React is a valuable skill for anyone interested in front-end web development or software engineering. Its reusability, performance, flexibility, community support, job opportunities, and scalability make it a popular and essential tool for building modern web applications.

COURSE CURRICULUM FOR REACT

Introduction to React

  • What is React JS?
  • Why use React instead of JavaScript
  • Project Overview
  • Roadmap

React Setup

  • Environment Setup
  • Creating New Project
  • Analyzing Project Structure

React basics and components

  • Components & Why React is Component-Based?
  • JSX
  • React Elements
  • Building Component
  • Styling Components
  • Dynamic Data in components
  • Passing data using Props

State and event handling

  • Handling Events in React
  • Why are States required?
  • useState() Hook
  • Form Handling
  • Handling form Submission

Contents conditional rendering

  • Rendering of List
  • Importance of key attribute
  • Conditional Statements & Output

Handling side effects

  • What are side effects & useEffect()
  • UseEffect() hook
  • Cleanup function

HTTP Calls using Axios/fetch

  • Making first network Call with fetch
  • Network call using Axios
  • Handling data and states
  • Async and Await
  • Updating the data

Multipage Single page application with react-router

  • Introduction to routIng
  • What is Routing, how it works & installation
  • Basic Routing
  • Link and NavLink
  • Dynamic Routes
  • Nested Routes
  • Redirection and Not Found Page

Global state management with context

  • What is React Context?
  • React context vs Redux
  • When to use React Context?
  • Application of react context

Redux

  • Introduction to Redux
  • Actions
  • reducers
  • The Redux store
  • dispatch
  • Connecting Redux to React

Deployment

ABOUT PHP

PHP one of the most widely-used, open source scripting language used for build web app and making website dynamic. The scripts are executed on the server, it is free to download and ease to use. It is powerful enough to be at the core of WordPress and also deep enough to power a major part Facebook. The coolest about it is that is ease to learn for a beginner.

WHY PHP

learning PHP can be beneficial for web developers who want to build dynamic and interactive web applications, as well as for developers who want to expand their skills and job prospects

COURSE CURRICULUM FOR PHP

PHP Introduction

  • What is PHP
  • What is a PHP FIle
  • What Can PHP Do
  • Why PHP

PHP Fundamentals

  • Install
  • Comments
  • Variables
  • Echo/Print
  • Data Types
  • Strings
  • Numbers
  • Math
  • Constants
  • Opertors
  • if...Else...Elseif
  • Switch
  • Loops
  • Functions
  • Arrays
  • Superglobals
  • RegEx

PHP Forms

  • Form Handling
  • Form Validation
  • Form Required
  • Form URL/E-mailN
  • Form Complete

PHP Advanced

  • Date and Time
  • Include
  • File Handling
  • FIle Open/Read
  • File Create/Write
  • File Upload
  • Callback Function
  • JSON
  • Exceptions

PHP OOP

  • What is OOP
  • Classes/Objects
  • Constructor
  • Destructor
  • Access Modifiers
  • Inheritance
  • Constants
  • Abstract Classes
  • Interfaces
  • Traits
  • Static Methods
  • Static Properties
  • Namespaces
  • Iterables

ABOUT MySQL

MySQL is the most popular relational database management system used on the web and it connects seamlessly with PHP. Web App running PHP and MySQL is a popular norm on the web. It is an open source project presently maintained by Oracle Corporation. Can be used for both small and large app and it is also very fast, reliable, and easy to use

WHY MySQL

It is widely used in web development, data analysis, and other applications because it is cost-effective, can run on different operating systems, can handle large datasets and complex queries quickly, and has a wide range of tools and resources available to help developers get started quickly and troubleshoot any issues that may arise.

Overall, MySQL is a reliable and robust database management system that offers many benefits to developers and businesses, making it a popular choice for a wide range of applications.

COURSE CURRICULUM FOR MySQL

MySQL SQL

  • MySQL SQL
  • SELECT
  • WHERE
  • AND,OR,NOT
  • ORBER BY
  • INSERT INTO
  • NULL Vaues
  • DELETE
  • LIMIT
  • MIN and MAX
  • COUNT,AVG,SUM
  • LIKE
  • Wildcards
  • IN
  • BETWEEN
  • Aliases

MySQL JOIN

  • JOIN
  • INNER JOIN
  • LEFT JOIN
  • RIGHT JOIN
  • CROSS JOIN
  • SELF JOIN
  • SELF JOIN

MySQL UNION

  • GROUP BY
  • HAVING
  • ANY,ALL
  • CASE
  • NULL FUNCTIONS
  • COMMENTS
  • OPRATORS

MySQL DATABASE

  • CREATE DATEBASE
  • DROP DATEBASE
  • CREATE TABLE
  • DROP TABLE
  • ALTER TABLE
  • CONSTRAINTS
  • NOT NULL
  • UNIQUE
  • PRIMARY KEY
  • FOREIGN KEY
  • CHECK
  • DEFAULT
  • CREATE INDEX
  • AUTO INCREMENT
  • DATES
  • VIEWS

ABOUT Laravel

Laravel is an open-source web application development framework written in PHP. Laravel offers you rapid application development following the model–view–controller (MVC) architectural pattern. Laravel is a PHP framework which makes it easier for you to build professional web applications with following elegant coding standards and architectural pattern. This Laravel tutorial is a comprehensive guide on how to develop professional internet applications using Laravel framework.

WHY LARAVEL

Laravel is a powerful and flexible framework that can help developers build robust and scalable web applications more efficiently. Its clean syntax, built-in ORM, CLI, templating engine, and active community support make it a popular choice for many developers.

COURSE CURRICULUM FOR LARAVEL

LARAVEL

  • Installation
  • routing
  • views/templates(blade template )
  • layouts
  • controller
  • database
  • migration
  • model
  • middleware
  • controller
  • validation using for request
  • events and listeners
  • logging
  • authentication
  • gates and policy
  • tinker
  • tinker
  • mutators and accessors
  • global scope
  • route binding
  • relationship
  • soft delete
  • email

Frequently Asked Question

What programming languages do you teach?
As a tech company, we offer training and education in a variety of programming languages. Our curriculum is designed to equip individuals with the skills and knowledge needed to succeed in the technology industry. Some of the programming languages that we teach include but are not limited to: Python, Java, JavaScript, PHP and many others. We strive to provide a comprehensive and up-to-date education in programming languages to ensure that our students are prepared for success in their careers.
What level of programming experience is required to enroll in your courses?
We strive to provide education and training to individuals of all skill levels. Our courses are designed to be accessible to individuals with varying levels of programming experience, from beginners to advanced learners. Some of our courses are designed specifically for individuals who have no prior programming experience, while others are tailored to individuals who have some programming knowledge but wish to expand their skill set. Our instructors and support staff are available to assist students at every step of their learning journey, from selecting the appropriate course to providing guidance and feedback as they progress through the program.
What kind of job opportunities are available after completing your program?
Our goal is to prepare students for successful careers in software development. We work closely with industry partners to ensure that our curriculum is up-to-date and relevant to the job market, and we offer job placement services to help students find employment after completing our program. Graduates of our program have gone on to work for companies ranging from startups to Fortune 500 firms.
What is the duration of your courses?
The duration of our courses varies depending on the specific program, but most courses run for several months. We offer full-time and part-time options to accommodate students' schedules, and we work hard to ensure that our courses are intensive and immersive to maximize learning outcomes.
What is the format of your courses (e.g. online, in-person, hybrid)?
We offer a variety of course formats to meet the needs of different students. Some courses are held in-person at our campus, while others are offered online. We also offer hybrid courses that combine in-person and online instruction.
How much do your courses cost?
The cost of our courses varies depending on the program and format. We strive to keep our tuition affordable while still providing high-quality instruction and resources. We offer financial aid and scholarships to eligible students to help make our programs accessible to a wide range of learners.
Do you offer any job placement services?
Yes, we offer job placement services to our graduates. Our team works closely with industry partners to identify job opportunities and connect students with potential employers. We also offer resume reviews, interview preparation, and other resources to help our students succeed in their job searches.
Who are the instructors for your courses?
Our instructors are experienced professionals with backgrounds in software development, data science, and other technical fields. We carefully vet our instructors to ensure that they have both subject matter expertise and teaching skills, and we provide ongoing professional development to ensure that our instructors are up-to-date on the latest trends and technologies.
What kind of projects will students work on during the program?
Our courses are project-based, which means that students will work on real-world projects throughout the program. The projects are designed to give students hands-on experience with the concepts they are learning, and to help them build a portfolio of work that they can showcase to potential employers. Projects may include web development, app development, data analysis, and more.

Instructors

Our faculty is made of guys that are enthusiastic about teaching and assisting participant to understand technology been taught. Each of the instructors are working on real life project for clients and also developing a pet project by the side.

Alabi A.

Lead Instructor html, css, bootstrap, php, mysql

Alabi is the Lead Developer at Alabian Solutions Limited and to his credit is NIM/UI a PHP powered Student Management Portal for NIM/UI Postgraduate Diploma in Management. He also freelances as a Web Technology Instructor at Web Academy Nigeria. Alabi will be teaching the backend technologies.

Uwazie Benedict

Instructor html, css, bootstrap, php, python, mysql

Ben is the Training Manager at Alabian Solutions Limited. He is known for his down to earth presentation and clear communication in class room. Some of his works are Alabian Solutions website, Reals Pharmaceutical (a custom Wordpress theme) and he built and implemented a payment system for NIM elearning portal.

Ebhoria Joshua

Instructor React and React Native

Joshua is a graduate of University of Lagos. He is a Javascript enthusiast with a zeal to bring out the best in people. He develops mobile apps with React Native at Alabian Solutions, and would be taking lectures in React and React Native. Among other projects, He was also involved in the development of IBEDC Customer Portal.

Babatunde Odumosu

Instructor java, android

Babatunde Odumosu is an Android developer who has been developing android apps using both Java and Kotlin programming language for over 2 years. I am presently a Google Africa Developer Scholar (GADS) and also a member of the Andela Learning Community in Lagos.

Ogungbure Shola

Instructor html, css, bootstrap, php, laravel

Shola is a PHP developer knowledgeable in writing server-side web application logic and the use of Laravel framework

Enang Favour

Instructor html, css, react, nodejs

Favour is a developer at Alabian solutions with love for javascript He would be taking lectures on the MERN stack, among all these he also assist student with their coding challenges and also building apps

Some Fun Facts

Some stuff are better explained in figures. Our scorecard

Happy Clients

0+

Successful Projects

0+

Students Trained

0+

Employees

0