Codefresh Learning Center - Page 9

All articles

Unit Testing in Python: Quick Tutorial and 4 Best Practices

What Is Unit Testing in Python?  Unit testing is a software testing method by which individual units of source code are tested to determine if they are fit for use. These units could be sets of one or more program modules, with their associated control data and operating procedures. In simpler terms, it’s a way […]

Read Article >

Canary Deployment on AWS: Step by Step

Canary deployment is a strategy used in the software development process to reduce the risk associated with new releases. It involves rolling out changes to a small subset of users before applying them to the entire infrastructure.

Read Article >

4 Types of IaC Tools and 10 Tools You Should Know

IaC tools are software utilities that help in implementing Infrastructure as Code—a practice of managing and provisioning infrastructure through machine-readable definition files rather than hardware configuration or interactive configuration tools.

Read Article >

Infrastructure as Code on Azure: Tools and Best Practices

What Is Infrastructure as Code?  Infrastructure as Code (IaC) is a modern approach to managing and provisioning computing infrastructure. In the past, setting up IT infrastructure was a daunting task, involving physical servers, networking gear, and storage facilities.  However, with Infrastructure as Code, all aspects of IT infrastructure, including networks, servers, databases, and other components, […]

Read Article >