Best of TestingFebruary 2022

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Learn NestJS by Building a CRUD API

    NestJS is a framework for building efficient, scalable Node.js web applications. It is a complete development kit for building scalable server-side apps. You will learn how to create a bookmarks API from scratch using NestJS, Docker, Postgres, Passport.js, Prisma and pactum.

  2. 2
    Article
    Avatar of webtoolsweeklyWeb Tools Weekly·4y

    CSS Tools, Testing, Jamstack, CMS's

    This week's newsletter includes a selection of coding-related articles. These are topics similar to what I might cover here, but are much better in a longer format. Instead of covering a single coding tip like I often do in this newsletter's intro, I thought I would link to a small handful of articles that I thought you would enjoy.

  3. 3
    Article
    Avatar of phProduct Hunt·4y

    Speediness - Check your internet speed and latency

  4. 4
    Article
    Avatar of medium_jsMedium·4y

    Story of a Failed React Project

    Mohammad Faisal shares his story of a failed React startup. He explains why the project failed and the reasons behind it. He also explains why he is still working on a React project today. The story is not a proud one, but it made him who he is today.

  5. 5
    Article
    Avatar of swcdSweetcode·4y

    Automated Testing Tutorial

    Software testing is one of the most critical stages of the Software Development Life Cycle (SDLC) The goal of the testing phase is to identify and resolve all of the bugs and errors in the product before it is taken to market. In most cases, software testing remains a consistent phase throughout the SDLC, and it is done manually by human QA testers.