article thumbnail

A major revision of Continuous Integration

Martin Fowler

At the turn of the century, I was lucky to involved in several projects that developed the practice of Continuous Integration. I wrote up our lessons from this work in article on my website, where it continues to be a oft-referenced resource for this important practice.

article thumbnail

How to modernize and accelerate mainframe application development

CIO

By introducing open-source software to mainframe infrastructure, companies will improve product development, speed time to market, and open the mainframe to new developers that will drive mainframe innovation. Success hinges on development support. Modernizing in place.

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

An Introduction to Build Servers and Continuous Integration

Dzone - DevOps

When you're developing and deploying software, one of the first things to figure out is how to take your code and deploy your working application to a production environment where people can interact with your software.

article thumbnail

AoAD2 Practice: Continuous Integration

James Shore

This is a pre-release excerpt of The Art of Agile Development, Second Edition , to be published by O’Reilly in 2021. Visit the Second Edition home page for information about the open development process, additional excerpts, and more. Continuous Integration. Continuous integration is a better approach.

article thumbnail

Continuous integration with GitOps

CircleCI

Software development is changing rapidly. On one hand, you must quickly adapt to evolving requirements, while on the other, your applications need to operate continuously without downtime. Among other initiatives, continuous integration (CI) and continuous delivery (CD) are intgegral to any DevOps practice.

article thumbnail

Continuous integration for Angular applications

CircleCI

Automating Angular tests with continuous integration. Automated testing is the foundation of your continuous integration practice. In this tutorial, I will show you how to automate the testing of an Angular application. This tutorial covers: Setting up a sample Angular application.

article thumbnail

Feature Toggles & Trunk Based Development – How To, and more Importantly, How NOT to

Agile Alliance

Feature Toggles are mainly known for and used as an enabler for Trunk based Development which promotes and enables continuous integration(CI). The … Continued. The post Feature Toggles & Trunk Based DevelopmentHow To, and more Importantly, How NOT to first appeared on Agile Alliance.