Remove Applications Remove Continuous Integration Remove Test-Driven Development
article thumbnail

Continuous integration for Go applications

CircleCI

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. This will initialize the project with the package name go-testing. file for the entry point of the application: package main. Prerequisites.

article thumbnail

Effortlessly Streamlining Test-Driven Development and CI Testing for Kafka Developers

Dzone - DevOps

Test-driven development has gained popularity among developers as it gives developers instant feedback and can identify defects and problems early. Apache Kafka® provides a distributed, fault-tolerant streaming system that allows applications to communicate with each other asynchronously.

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

Getting started with continuous integration for Nest.js APIs

CircleCI

application. Run the following command to create a new application: nest new nest-starter-testing. Before running the application, use npm to install a validation library that you will use later in the tutorial: npm install class-validator --save. This will start the application on the default 3000 port.

article thumbnail

Automated testing with continuous integration for Electron applications

CircleCI

over native desktop software development methods, Electron.js has established itself as a trustworthy framework for developing desktop applications. In this tutorial, I will demonstrate how to test Electron.js apps and take that a step further by automating our testing process. application. application.

article thumbnail

Continuous integration for Adonis APIs

CircleCI

As stated on its homepage, the framework is designed for fans of test-driven development (TDD). As a feature of this design, it comes bundled with a specialized testing framework. In this tutorial, you will learn how to automate the testing of an Adonis.js Testing user creation. Testing user fetch.

article thumbnail

Guide to using Docker for your CI/CD pipelines

CircleCI

Docker is a platform for developers and sysadmins to develop, deploy, and run applications using containers. Docker is also referred to as an application packaging tool. Docker containers are designed to run applications in isolation and at scale. This process requires Dockerizing your application.

AWS 111
article thumbnail

How to deploy an application on Friday

CircleCI

Developers and operations teams are traditionally hesitant to make changes or deploy applications on a Friday, in case something goes wrong and they have to spend their weekend making emergency fixes. To get this sort of certainty, you need a suite of tests that you can trust to cover as many use cases as possible. Confidence.