Rating 4.67 out of 5 (9 ratings in Udemy)
What you'll learn- JavaScript asynchronous operations (AJAX)
- JavaScript Web APIs
- The Event Loop
- Creating Node/Express application
- Client-Server communications
- Creating simple REST APIs
- Performing CRUD operations
- Building single page applications (SPA)
- Web development using HTML/CSS/JavaScript/jQuery
DescriptionThis introductory course covers the following technologies:synchronous and asynchronous JavaScript, the event-loop cycle, RESTAPIs, …
Rating 4.67 out of 5 (9 ratings in Udemy)
What you'll learn- JavaScript asynchronous operations (AJAX)
- JavaScript Web APIs
- The Event Loop
- Creating Node/Express application
- Client-Server communications
- Creating simple REST APIs
- Performing CRUD operations
- Building single page applications (SPA)
- Web development using HTML/CSS/JavaScript/jQuery
DescriptionThis introductory course covers the following technologies:synchronous and asynchronous JavaScript, the event-loop cycle, RESTAPIs, AJAX, CRUD, HTTPrequests, client-server communications. The best approach to know and understand these technologies and their unique role works is by immersing yourself with coding exercises. In this course, we're going to demystify each of these technologies by creating two applications so you will see exactly how they work. You'll learn how to make AJAXcalls with various HTTPrequest methods to perform CRUDoperations.
This course takes the following approach:
First, we'll learn the fundamentals of the JavaScript event loop and how asynchronous works.
Next, I walk you through step-by-step how to create a simple Node.js application using Express.js, the most popular server-side JavaScript framework. Together, we'll create our own APIs to perform basic CRUD operations on the server side (back-end).
Finally, we'll switch over to the client side (front-end) and build a clean single page Web app (SPA) using only HTML/CSS/JS and jQuery. We'll deep dive into front-end development and making AJAXcalls between our client app and server app.
By the end of this course, you will have a better and deeper understanding how to create your own REST APIs, how asynchronous and AJAXwork, and why they're so important in modern Web applications.