Best of TestingNovember 2021

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    What I Learned from The Pragmatic Programmer and The Clean Coder

    I recently finished reading The Pragmatic Programmer 20th Anniversary Edition (2019) and The Clean Coder (2011) These books focus not only on how to write code, but on teaching you best practices for developing software. I’ll share some lessons I learned from them in this article.

  2. 2
    Article
    Avatar of phProduct Hunt·4y

    Pollux - Fake json data & json server mock API generator with JWT

  3. 3
    Article
    Avatar of tshThe Software House·4y

    Best practices for software architecture testing

    Architecture testing can be a daunting task – especially for devs who aren’t in the habit of testing architecture from the very beginning and continuing to do so as their deadline approaches. We’re here to tell you that it’s really worth the effort and save you a ton of time and tears in your next project.

  4. 4
    Article
    Avatar of devtoDEV·4y

    Modern Angular

    Modern Tools are tools that can and should be used when building Angular applications and Angular libraries. These tools tend to focus on a more architectural side of software development. Modern Tools take advantage of the latest improvements in the JavaScript ecosystem to improve productivity, consistency, reliability, scalability and developer experience.

  5. 5
    Article
    Avatar of circleCircleCI·4y

    Testing an API with Cypress

    Cypress is a JavaScript frontend testing framework for frontend developers. It makes HTTP requests on behalf of the web applications as it is executing. In this tutorial, I will guide you through using Cypress to test an API. The tutorial covers the following:Setting up Cypress framework Understanding how Cypress makes HTTP calls to APIs Understanding how to use Cypress cyrequest() method.

  6. 6
    Article
    Avatar of gcgitconnected·4y

    The Most Effective TDD

    David Rodenas: There is a Wrong TDD, and a Good TDD. The GoodTDD focuses on a kind of test that drives all the development, reduces time wasted in communication between roles, and improves leadership. The Wrong TDC focuses on testing, and overlooks the rest.

  7. 7
    Article
    Avatar of ghblogGitHub Blog·4y

    5 DevOps tips to speed up your developer workflow

    From CI/CD to containerization management and server provisioning, DevOps gets a lot of buzz in tech today. From learning YAML to scripting with Bash, here are a few simple tips for developers who want to speed up their workflows. Here are three “DevOps tools’ that can speed up your workflows and let you focus on building great software.

  8. 8
    Article
    Avatar of dzDZone·4y

    Interview With FastAPI Creator

    Sebastián Ramírez is an open-source enthusiast and the creator of FastAPI, Typer, and SQLModel. He has been building products and custom solutions for data and machine learning systems and has led teams of developers around the world. Here is a quick recap of the knowledge shared by Sebastián.

  9. 9
    Article
    Avatar of thoughbotthoughbot·4y

    What technologies should I learn?

    The advice below is targeted to an early career teammate at thoughtbot. Many newcomers to the industry flit from one language to another but don’t master any of them and stay stuck with a shallow skill set. There are some evergreen skills that will help you throughout a career in web development regardless of what languages come and go.