CI/CD

SonarQube Setup Guide: Integrating Quality Gates into Your CI/CD Pipeline

Quality gates are predefined criteria that ensure only high-quality code progresses through the development pipeline. Integrating quality gates into your CI/CD pipelines ensures these checks are performed automatically and continuously to improve software reliability and security.

Speedscale vs. SmartBear ReadyAPI for API Testing

API testing is a vital part of the development lifecycle. In this comparison piece, you’ll compare Speedscale and Smartbear ReadyAPI and show where they stand in terms of API testing.

Test and deploy containerized PyTorch models to Heroku

You will learn how to containerize the Flask API and deploy it to Heroku as a Docker container. You will also learn how to set up a simple CI/CD pipeline to automatically test and deploy the containerized application with every change to your model.