Description
In this course, you will learn:-
- Using jQuery and AJAX, create a simple app
- AJAX should be used in any present or future online applications
- Learn how to use AJAX to make HTTP requests (GET, POST, PUT, and DELETE)
- Use the Q&A forums to reach out to a coding mentor (me)
Syllabus:-
-
Introduction
-
Setup and project overview
-
What you will need to get started
-
How to make a GET request with AJAX
-
GET request lecture resources
-
How to make a POST request with AJAX
-
POST request lecture resources
-
How to make PUT & DELETE requests with AJAX
-
PUT & DELETE request lecture resources
-
Creating a To Do Item - Part 1
-
Creating a To Do Item - Part 1 - Resources
-
Creating a To Do Item - Part 2
-
Creating a To Do Item - Part 2 - Resources
-
Editing a To Do Item - Part 1
-
Editing a To Do Item - Part 1 - Resources
-
Note about "Editing a To Do Item - Part 2"
-
Editing a To Do Item - Part 2
-
Editing a To Do Item - Part 2 - Resources
-
Deleting a To Do Item
-
Deleting a To Do Item - Resources
-
Updating/Refactoring Your Code
-
Updating/Refactoring Your Code - Resources
-
Transpile Template Literal Syntax with Babel, using Gulp
-
Search Functionality
-
Microservice Refactor
-
Microservice Refactor - Part 1
-
Microservice Refactor - Part 2