article thumbnail

AoAD2 Practice: Continuous Integration

James Shore

Continuous Integration. Continuous integration is a better approach. Teams using continuous integration keep everyone’s code working together and ready to release. The ultimate goal of continuous integration is to make releasing a business decision, not a technical decision. Refactoring.

article thumbnail

The Linux Foundation Adds Free Jenkins Training Course

DevOps.com

The Linux Foundation, in collaboration with the Continuous Delivery Foundation (CDF), today launched a free introductory course to the open source Jenkins continuous integration/continuous delivery (CI/CD) platform as part of what it plans will become a series of free and paid online DevOps tools courses.

Linux 129
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

High performing.NET teams can accelerate their development cycles and ship code more consistently and reliably by adopting DevOps principles and a mature, dedicated continuous integration platform. Configuring a continuous integration pipeline for.NET with orbs. Building.NET projects on CircleCI.

article thumbnail

JFrog Sets Future Course Post-IPO

DevOps.com

JFrog CTO Yoav Landman said the funding that the provider of a continuous integration/continuous development (CI/CD) platform is receiving from investors is a clear vote of confidence in DevOps. The post JFrog Sets Future Course Post-IPO appeared first on DevOps.com. The next major DevOps […].

Course 105
article thumbnail

Continuous integration for Go applications

CircleCI

He is currently the Software Lead at Tech Specialist Consulting and develops courses for Packt and Udemy. Fikayo is a fullstack developer and author with over a decade of experience developing web and mobile solutions. He has a strong passion for teaching and hopes to become a full-time author.

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. Let’s continuously integrate more tests by creating another test suite AppTest.js This strategy has led to its fast-rising popularity and adoption. Prerequisites.

article thumbnail

Continuous integration for Rust applications

CircleCI

Time to write the continuous integration script that will automate the running of tests in the project any time updates are pushed to the remote code repository. In this tutorial, you have learned and demonstrated how to automate tests in your Rust projects using a continuous integration pipeline. Conclusion.