Course Includes
- Recorded Lessons: 107
- Recorded Hours: 12
- Duration: 12 days (Avg)
Course Features
- Access on mobile
- TDP Assessment Test
- 2 Jobs Available
Top Skills Covered
Overview
Course Description
Learn HTML JavaScript Restful API
The first step to Creating REST API Services for any App Coding you need to learn to succeed in server-side web services, it is easy to learn and understand our online Restful API Training course, It is designed for you with the complete steps to require learn to start Restful API topics by Mr. Sekhar Metla [MCP - Microsoft Certified Professional] will explain to you even complex topics to simplify and teach you even beginners can easily understand with real-time code examples and projects. Start your journey and learn HTML Javascript Restful API Web services from scratch today!
What is a Restful API?
A RESTful API is an architectural style for an application program interface (API) that uses HTTP methods or requests to access and use data. That data can be used to GET, PUT, POST, and DELETE method data types, which refers to the reading, updating, creating, and deleting of operations concerning resources.
WHY THIS COURSE?
- There are several PHP courses Online. So, what makes this course different? Here are 5 reasons:
- Taught by a senior coder and real-world coding instructor - Sekhar Metla
- Sekhar has 20 years of experience as a software engineer
- He has produced 20 courses and many of them are great courses
- He has taught over 32,000 students in 192 countries
- No Boring or unnecessary repetition - don't waste your time on long courses
- Clear, concise, and practical training - start coding right away
Learn how to think like a programmer - most, if not all, courses just teach you Restful API features, not the art of problem-solving
WHO IS THIS COURSE FOR?
Aspiring developers - perhaps you learned a little bit of HTML, CSS, PHP, JAVA, C# NET and want to take your first Restful API web services programming course. This course is an ideal starting point for Beginners.
For Experienced Developers who want to start to learn Restful API. This course teaches you the fundamental programming skills on Restful API that every developer must know.
Anyone who wants to understand Restful API to understand certain topics well. You can take this course to fill the gaps and strengthen your understanding of Restful API.
ARE YOU READY TO MAKE THE FIRST STEP TOWARD BECOMING A WEB OR MOBILE DEVELOPER?
Stop wasting your time on disconnected tutorials or super long courses. Enroll in the course to get started today for Restful API
In this course I will be showing you how to create RESTful web services with PHP, no third-party frameworks or paid software is needed.
We will be covering the basics of what REST is and how to implement the basics using Core PHP, at the end of this course you should be able to create a basic RESTful service that you can allow other people to use.
To do this we will be implementing an authentication concept called JWT -JSON WEB Token-based authentication and we added this feature within the course, Token based authentication is a lot more secure than just basic password authentication and is now a best practice among the industry. In Project 1 you will learn this module on real-world exercises of Registration and Login form functionalities.
Project 2 for Restful API for MySQL database CRUD functionality to achieve REST methods of GET, POST, PUT and DELETE functions, writing the functionality API services, and testing using POSTMAN API you submit the JSON data parameters to test API functionality with MySQL basics to create database, table and basic queries for beginners added.
Who this course is for:
Beginner PHP developers like to build curious about Restful API web services
PHP developers who would like to build Web Service APIs using only core PHP (no frameworks)
PHP developers making secure Apps with Token-Based Authentication to their APIs
PHP developers interested in how you write CRUD files to work with MySQL Data using APIs
Frequently Asked Questions
1. What is the major difference between REST API and RESTful API? 1.
REST stands for representational state transfer (representations of resources). It contains a series of constraints that defines how an API (application programming interface) works. There is no difference between these two as REST defines the series of constraints whereas RESTful services refers to an API adhering to those constraints.
2. What are the types of API?
Fundamentally there are four types of API commonly used in web-based applications namely as
Public API
Private API
Partner API
Composite API
3. Who uses REST API?
This client service architecture is used by developers to perform requests and receive responses that have become popular as a web service approach. It allows users to connect, manage, and interact in a distributed atmosphere with rest architecture. Some popular sites that use API are Amazon, Google, LinkedIn, and Twitter.
What you'll learn
- Create your own Restful API services
- Create web services for Mobile apps
- Master Restful API development using PHP coding and back-end development using MySQL database
- Learn to apply fully function web api service applications using PHP coding with MySQL
- Start your own online business to create websites
- Get a job as a web api developer
- Apply HTML, JavaScript, PHP, MySQL and POSTMAN Beginner to start code on real-world tasks
- Identify and create user JWT token authentication system with MySQL
Requirements
- Basic programming experience needed. Web API will learn everything you need to know
- No software is required in advance of the course (all software used in the course is free)
Course Content
107 Lessons | 12:00 Total hours
Getting Started
-
Introduction
00:02:43 -
How to Get Course requirements
00:02:27 -
Getting Started on Windows, Linux or Mac
00:01:32 -
How to ask a Great Questions
00:01:21 -
FAQ’s
00:01:04
HTML
-
Introduction HTML
00:04:56 -
Choosing Code Editor
00:06:08 -
Installing Code Editor (Sublime Text)
00:03:48 -
Overview of a Webpage
00:04:35 -
Structure of a Full HTML Webpage
00:07:05 -
First Hello World! Webpage
00:08:59
HTML Basic
-
Heading tags
00:08:48 -
Paragraph
00:07:35 -
Formatting Text
00:12:23 -
List Items Unordered
00:05:08 -
List Items Ordered
00:03:56 -
Classes
00:09:24 -
IDs
00:06:14 -
Comments
00:04:14
HTML Intermediate
-
Images
00:11:46 -
Forms
00:05:12 -
Marquee
00:05:29 -
Text area
00:06:02 -
Tables
00:06:03 -
Links
00:07:19 -
Navbar - Menu
00:04:04 -
HTML Entities
00:05:17 -
Div tag
00:05:49 -
Google Maps
00:07:14
HTML Advanced
-
HTML Audio
00:07:16 -
HTML Video
00:04:47 -
Canvas
00:05:35 -
Canvas
00:05:35 -
Iframes
00:05:06 -
Input Types
00:04:06 -
Input Attributes
00:06:23 -
Registration Form
00:04:18 -
Contact Us Form
00:09:49 -
Coding Exercise
00:01:21 -
Solution for Coding Exercise
00:02:21
JavaScript Introduction
-
What is JavaScript
00:08:54 -
Hello World Program
00:13:32 -
Getting Output
00:10:56 -
Internal JavaScript
00:13:28 -
External JavaScript
00:08:49 -
Inline JavaScript
00:03:45 -
Async and defer
00:05:49
JavaScript Basics
-
Variables
00:12:40 -
Data Types
00:09:40 -
Numbers
00:05:47 -
Strings
00:05:54 -
String Formatting
00:05:14
JavaScript Operators
-
Arithmetic operators
00:07:14 -
Assignment operators
00:03:07 -
Comparison operators
00:06:06 -
Logical operators
00:07:45
JavaScript Conditional Statements
-
If-else statement
00:05:18 -
If-else-if statement
00:04:28
JavaScript Control Flow Statements
-
While loop
00:08:31 -
Do-while loop
00:02:29 -
For loop
00:07:56 -
Coding Exercise
00:01:35 -
Solution for Coding Exercise
00:01:39
JavaScript Functions
-
Creating a Function
00:07:23 -
Function Call()
00:06:51 -
Function with parameters
00:05:08
JavaScript Error Handling
-
Try-catch
00:05:24 -
Try-catch-finally
00:16:35
JavaScript Client-Side Validations
-
On Submit Validation
00:08:42 -
Input Numeric Validation
00:12:16
Restful API Introduction
-
Section Introduction
00:02:05 -
Installing XAMPP for PHP, MySQL and Apache
00:12:05 -
Installing Code Editor(Visual Studio Code)
00:06:33 -
Postman API platform installation
00:05:36 -
Composer installation
00:04:06 -
Creating PHP Project on XAMPP
00:03:27 -
Hello World Program
00:05:45
Restful API Basic
-
What is PHP
00:08:00 -
What is Restful API
00:05:23 -
HTTP request GET, POST, PUT or DELETE
00:08:02 -
REST API project structure
00:06:13
Project1: Restful API Authentication
-
Create Database and table
00:06:01 -
Creating Project forms and folders
00:05:04 -
Database Connection
00:12:57 -
JSON Web Token Handler(JWT)
00:13:57 -
Auth Middleware Token Validation
00:22:42 -
Register form
00:20:16 -
Login form
00:14:11 -
User Token Authorization check form
00:12:11
Project2: Restful API - MySQL
-
Create Database and table
00:06:10 -
Adding Data to table - insert query
00:03:10 -
MySQL Select query
00:05:35 -
MySQL Update query
00:03:52 -
Get Project2 Source Code
00:02:25 -
Create Database Connection
00:01:53
RestfulAPI – Web API Services
-
Create Items Class PHP File
00:04:26 -
Create Method form
00:04:18 -
Creating Record Using Restful API
00:04:24 -
Reading Method form
00:02:10 -
Reading Record Using Restful API
00:02:46 -
Update Method form
00:02:44 -
Update Record Using Restful API
00:05:04 -
Delete Method form
00:01:37 -
Delete Method Using Restful API
00:01:52 -
Coding Exercise
00:00:50 -
Solution for Coding Exercise
00:01:32 -
SEO friendly URLs of REST API
00:02:14
Frequently asked questions
What does this course cover?
This course covers the fundamentals of creating and consuming RESTful APIs using HTML and JavaScript. You'll learn how to build web services, handle HTTP requests, process JSON data, and integrate APIs into web applications.
Who is this course designed for?
This course is designed for beginners and intermediate learners who want to understand how web services work and how to interact with them using HTML and JavaScript. It's suitable for students, developers, and anyone interested in web development.
What will I learn in this course?
In this course, you will learn how to create RESTful APIs using Node.js and Express.js, consume APIs using JavaScript fetch API, handle HTTP methods (GET, POST, PUT, DELETE), parse JSON data, handle errors, and build interactive web applications that interact with APIs.
Will I build real-world projects in this course?
Yes, this course includes hands-on projects and coding exercises to reinforce your learning. You'll have the opportunity to build several web applications that interact with RESTful APIs, simulating real-world scenarios.
What is the target audience for this course?
This course is designed for beginners who want to learn the fundamentals of HTML, JavaScript, and RESTful APIs. It is suitable for anyone interested in web development, regardless of prior experience.
About the instructor
Sekhar Metla
Instructor
46 Courses
13+ Lesson
1518 Students enrolled
Sekhar Metla is a software engineer with 15 years of professional experience. He is the author of several best-selling TeacherDada courses with more than 26,000+ students in 192 countries. He has a Master of Science in Computer Applications as Software Engineering and is also Microsoft Certified Professional. His students describe him as passionate, pragmatic, and motivational in his teaching.