Best of AxiosNovember 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·4y

    The Full Guide to Web Scraping & Automation with JavaScript and NodeJS

    Node has created an enormous ecosystem and use cases ranging from data science, game development, AI and of course, web automation. The Full Guide to Web Scraping & Automation with JavaScript and NodeJS is a guide for anyone who wants to start web automation in 2022 using this incredible JavaScript platform.

  2. 2
    Article
    Avatar of logrocketLogRocket·3y

    Using the React Testing Library debug method

    The React Testing Library, also called RTL, provides a solution for testing React components to mimic how users interact with them. This approach avoids testing the implementation details, making our test code easy to maintain. This lesson will show you how to use the method provided by the React testing Library to identify and analyze test errors.