Remove optimizing-open-source-projects-on-circleci
article thumbnail

Optimizing open source project builds on CircleCI

CircleCI

In a previous blog post , I wrote about how I was able to optimize React Native Camera’s builds on CircleCI. What we learned from this effort was that the maintainers were not even aware of these optimizations. Now, we want to take an opportunity to promote the host of optimizations available for all projects on CircleCI.

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. In this tutorial, we will be building and testing a simple Go blog. In this tutorial, we will be building and testing a simple Go blog. A CircleCI account. Creating the blog model.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

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

Top 5 CI/CD best practices for 2021

CircleCI

Optimize your pipelines in 2021 with these CI/CD best practices. At CircleCI, we are committed to helping our customers achieve more optimized pipelines to streamline their delivery to production. In 2021, optimize your pipelines by measuring and improving your team’s CI/CD practice across these benchmarks. Reuse config.

article thumbnail

Unraveling the Power of Jest: A Comprehensive Guide

InnovationM

Installation and Setup : Step-by-step instructions on how to install Jest in your project using npm or yarn, along with basic configuration settings. Managing Large Snapshots : Strategies for managing large snapshots in Jest, including snapshot file organization and optimization techniques. file, package.json settings, and CLI flags.

article thumbnail

Automate and scale your CI/CD with CircleCI orbs

CircleCI

For the past two and a half years as a Solutions Engineer at CircleCI, I’ve had the distinct pleasure of working with some of CircleCI’s largest customers to help them instill healthy CI/CD practices into their development processes. For CircleCI users, one answer to that question is orbs. What are orbs? Public vs private orbs.

Testing 59
article thumbnail

Automate the deployment of FeathersJS apps to Heroku

CircleCI

Creating and setting up a project on Heroku. A CircleCI account. To easily connect your GitHub projects, you can sign up with your GitHub account. To easily connect your GitHub projects, you can sign up with your GitHub account. Our tutorials are platform-agnostic, but use CircleCI as an example. The Feathers CLI.