Remove how-to-build-a-docker-image-on-circleci-2-0
article thumbnail

Deploy a Clojure web application to AWS using Terraform

CircleCI

This is the third blog post in a three-part series about building, testing, and deploying a Clojure web application. If you don’t want to go through the laborious task of creating the web application described in the first two posts from scratch, you can get the source by forking this repository and checking out the part-2 branch.

AWS 96
article thumbnail

Running regular security scans with scheduled pipelines

CircleCI

I will show you how to run a test on a web form that injects the URL field with malicious domains. I will show you how to run a test on a web form that injects the URL field with malicious domains. I will show you how to use scheduled pipelines to run the security tests on a regular schedule. A CircleCI account.

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

Functional browser testing with Puppeteer

CircleCI

In this tutorial, you will learn and demonstrate how to write tests for the browser using Puppeteer. In this tutorial, you will learn and demonstrate how to write tests for the browser using Puppeteer. A CircleCI account. Most interactions with a web application occur at the browser. Prerequisites. A GitHub account.

Testing 90
article thumbnail

CircleCI onboarding toolkit: User-friendly tools to help you ship sooner

CircleCI

Continuous integration and delivery (CI/CD) optimizes team development flows by automating build, test, and deployment processes to ensure fast and reliable delivery of high-quality software. In this blog post, we’ll highlight some popular features that make setting up, managing, and sharing your CircleCI pipelines faster and more intuitive.

Tools 59
article thumbnail

Continuous integration of Deno APIs

CircleCI

If a problem with the new code causes the build to fail, the contaminated build is not made available to the customer. In this article, I will use CircleCI to demonstrate how CI can be applied to a Deno project. A CircleCI account. The result is that the customer experiences no downtime. Prerequisites.

article thumbnail

Continuous Deployment of Deno APIs to Heroku

CircleCI

In this tutorial and its companion , I will lead you through using CircleCI and Heroku to build a CI/CD pipeline for a Deno project. In this tutorial and its companion , I will lead you through using CircleCI and Heroku to build a CI/CD pipeline for a Deno project. A CircleCI account. Prerequisites.

article thumbnail

Continuous integration for CodeIgniter APIs

CircleCI

The newly added code is allowed into the main branch only if it builds successfully. In this tutorial, I will show you how to use CircleCI for the continuous integration of a CodeIgniter API. A CircleCI account. Managing the codebase is a major bottleneck for software development teams. Prerequisites. Getting started.