PAC | JavaScript Fetch And Promise (2019 EN)

Discussion in 'Programming' started by Kanka, Jul 20, 2019.

  1. Kanka

    Kanka Well-Known Member Loyal User

    Messages:
    16,391
    Likes Received:
    485
    Trophy Points:
    83
    [​IMG]

    Company: Packt Publishing
    Author: Laurence Svekis
    Full Title: JavaScript Fetch And Promise
    Year: 2019
    Language: English
    Genre: Educational: Web Development
    Skill Level: -
    Price: €93.99
    -
    Files: MP4 (+ Exercise Files)
    Time: 00:54:13
    Video: AVC, 1920 x 1080 (1.778) at 30.000 fps, 450 kbps
    Audio: AAC at 150 Kbps, 2 channels, 48.0 KHz



    How to use fetch and promises to get all content back from an API iterating threw next pages one object all JavaScript.

    The Promise object represents the eventual completion (or failure) of an asynchronous operation and its resulting value. Explore how you can use JavaScript fetch and promises method to connect to an API and get data back all the available data into one object. making multiple fetch requests until no more next pages. Most commonly asked for by students is more examples of how promises work, this course delivers the structure of a promise that wraps a promise around a fetch request making multiple requests using fetch until all the data is retrieved. Then JavaScript uses the object and outputs the content onto the page. Perfect starter code to extend on or practice using Promises. Source Code and resources are included to get you started quickly. The course is designed to highlight using JavaScript promises - JavaScript is a prerequisite as the course covers only JavaScript relevant to the using Fetch, creating a promise and manipulating elements with object data. Also, HTML and CSS knowledge is essential as the scope of this course is all JavaScript focused.

    No libraries, no shortcuts just learning JavaScript making it DYNAMIC and INTERACTIVE web application. Step by step learning with all steps included. Start building your own version of the application today!

    Style and Approach:
    A complete course packed with step-by-step instructions, working examples, and helpful advice.


    Learn:
    ✓ How to use JavaScript
    ✓ Develop Basic JavaScript Skills

    Features:
    ✓ Basic knowledge of CSS and HTML


    Lessons:
    1. Introduction to using Promises
    01. Introduction to JavaScript Promises
    02. Using fetch API connection
    03. Create Elements with JavaScript
    04. Map new Array of Data
    05. Output Content DOM
    06. New Promise
    07. Promise Resolve
    08. Function Recursion
    09. Tweaks and Adjustments
    10. Application Code Review


    -------------