Course Content
Section 1: Setting Up the Development Environment
Introduction to the course and installing the tools you'll need to complete this course.
0/3
Course Overview
01:35
Installing Node.Js And Visual Studio Code
04:21
Installing WebStorm IDE
02:58
Section 2: Understanding JavaScript Asynchronous Operations
In this section, you will learn about asynchronous operations in JavaScript and Node.js.
0/4
Introduction to Single-Threaded JavaScript
02:46
Event Loop
04:47
Ticks and Cycles
05:47
JavaScript Web APIs
14:48
Section 3: Backend Development Using Node.js and Express.js
0/6
Introduction and Requirements
00:47
Creating a Node.js Application Using Express.js Framework
10:34
Creating the GET APIs
11:29
Creating the DELETE APIs
04:00
Creating the POST API
02:15
Creating the PUT API
02:37
Section 4: Frontend Development – Creating the Frontend User Interface
0/8
Introduction and Requirements
01:19
Creating the Landing Page
11:22
Creating the CSS Stylesheet
08:28
Form Design Concepts
04:55
Creating The Web Forms
15:02
Creating the getDeleteForm() Function
03:10
Creating the postPutForm() Function
03:34
Loading Web Forms Using jQuery
05:05
Section 5: AJAX Operations
0/7
Introduction and Requirements
01:22
Creating the Books Table
05:18
Making GET Request Using AJAX
07:05
Processing JSON Data
08:31
Making DELETE Request Using AJAX
09:51
Making POST Request Using AJAX
10:31
Making PUT Request Using AJAX
11:30
Section 6: Bonus: AJAX Calls Using jQuery
0/4
Creating Options for AJAX Calls
02:49
Making GET & DELETE Requests with jQuery.ajax()
06:12
Making POST & PUT Requests with jQuery.ajax()
07:11
Non-Blocking Using async Property
04:40
Section 7: Conclusion
0/1
Final Thoughts
01:16
REST APIs And AJAX Operations Using Node.Js, Express.Js, And JQuery
About Lesson
Brief course background.
People Also View