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

Continuous integration for Go applications

CircleCI

Go , an open-source programming language backed by Google, makes it easy to build simple, reliable, and efficient software. All network applications need well-tested features, and those developed in Go are no different. In this tutorial, we will be building and testing a simple Go blog. Adding tests to the Blog Project.

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 Symfony applications with Behat

CircleCI

Behat is an open-source testing framework that supports Behavior-Driven Development. Focused on requirements communication, it has a reputation for helping engineers build towards great systems, versus building systems and testing their greatness. It is agnostic and allows you to work with any testing framework. Prerequisites.

article thumbnail

Continuous integration for Rust applications

CircleCI

Many web developers would rather write Rust than have to learn/write C++ or C for WebAssembly integrations. In this tutorial, you will learn and demonstrate how to automatically test Rust applications as you push updates and upgrades in your Rust applications to a remote repository. Adding tests for the Rust application.

article thumbnail

How to make your web application more secure by using Static Application Security Testing (PART 1 of 5 in Application Security Testing series)

Xebia

During this blog series we are going to look at different types of Application Security Testing (AST), Software Composition Analysis (SCA) and secret scanning. You can use them to test applications manually and/or via automation by integrating them in a CI/CD pipeline.

article thumbnail

Continuous integration for CodeIgniter APIs

CircleCI

Continuous integration (CI) aims to solve these problems. Using CI, you can trigger integration by simply pushing the relevant code for the new feature to the main branch of the repository. In this tutorial, I will show you how to use CircleCI for the continuous integration of a CodeIgniter API. Writing tests.

article thumbnail

Continuous integration for CodeIgniter APIs

CircleCI

Continuous integration (CI) aims to solve these problems. Using CI, you can trigger integration by simply pushing the relevant code for the new feature to the main branch of the repository. In this tutorial, I will show you how to use CircleCI for the continuous integration of a CodeIgniter API. Writing tests.