article thumbnail

What is CI/CD? Continuous integration and continuous delivery explained

InfoWorld

Continuous integration (CI) and continuous delivery (CD), also known as CI/CD, embodies a culture and set of operating principles and practices that application development teams use to deliver code changes both more frequently and more reliably. What does CI/CD stand for? CI/CD is a best practice for devops teams.

article thumbnail

Modernizing Continuous Integration

DevOps.com

In the duality of continuous integration/continuous delivery (CI/CD), CI focuses on build automation. However, the demand for increasingly distributed applications has risen with the expansion of microservices, and development teams have the expectation that every commit […].

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Continuous integration for.NET applications

CircleCI

NET is a popular open source, cross-platform development framework for building fast and scalable full-stack applications for the web, desktop, mobile, and the cloud. This flexibility makes.NET a leading platform for developing enterprise web applications and makes.NET development one of the most in-demand skills on the market.

article thumbnail

Continuous integration for Symfony applications with Behat

CircleCI

In this tutorial, we will set up a continuous integration pipeline for a Symfony application with a functional test powered by Behat. The application will return a list of customers. Chronologically, we will: Create a new Symfony application. Install Behat via Composer and initialize it within our application.

article thumbnail

Continuous integration for Go applications

CircleCI

All network applications need well-tested features, and those developed in Go are no different. file for the entry point of the application: package main. Go , an open-source programming language backed by Google, makes it easy to build simple, reliable, and efficient software. Prerequisites. Now, create a main.go import "fmt".

article thumbnail

Continuous integration for Svelte applications

CircleCI

In this tutorial, we will create an automated continuous integration (CI) pipeline that automates the process of running tests written for Svelte apps. Once the installation is complete, run the following command to boot up a server to serve the application in development mode: npm run dev. Prerequisites. Conclusion.

article thumbnail

The Fallacy of Continuous Integration, Delivery and Testing

DevOps.com

We know that continuous integration and continuous delivery (CI/CD) have become a DevOps best practice. And many have learned that by adding continuous testing (CT), they can create a virtuous loop, ensuring perpetual code quality and security. They’re not wrong.