Operations | Monitoring | ITSM | DevOps | Cloud

CircleCI

Six things you didn't know you could do with CircleCI Insights

There are hundreds of capabilities on CircleCI that were designed to create the best possible CI/CD experience for our users. But one feature that users often point to as the most valuable on the platform is the CircleCI Insights dashboard. The Insights dashboard provides full visibility into metrics like job status, duration monitoring, and solutions for pipeline optimization.

Testing React components with Cypress

Components are reusable bits of code that, most of the time, work and function independently. If you want to be confident that components are working properly, you need to test them. Conveniently, Cypress.io has designed their testing framework to include component testing. This tutorial illustrates the differences between end-to-end (E2E) and component testing, and what to consider when using these methods. Then, you will learn how to use Cypress for component testing.

What I learned from developing a GitLab support feature for CircleCI

Earlier this year, CircleCI added GitLab as the third version control system that we support, in addition to GitHub and Bitbucket. At CircleCI, it’s vital that we meet our users where they are, and many of our users are on GitLab. We were happy to make it possible for our users to build, test, and deploy via the GitLab platform.

Build a CI powered RESTful API with Laravel

When it comes to building RESTful APIs, PHP’s open source Laravel framework remains a top 5 backend framework for web development. Laravel also makes testing your API endpoints a breeze by providing an easy-to-use testing suite. In this post, we will build a token-based authentication API with Laravel, write tests for the endpoints, and automate the build and testing process with CircleCI.

JavaScript immediately invoked function expressions

JavaScript Immediately Invoked Function Expressions (IIFEs) are functions that are executed when they are initialized. An IIFE (pronounced “iffy”) can be initialized or defined to achieve a certain purpose. In this tutorial, you will learn about use cases for IIFEs and the benefits of using them over traditional functions. You will also write tests for your functions and integrate CI/CD for these tests.

Configuring notifications for your CI builds with Slack and Twilio

CircleCI notification orbs were built to deliver messages to the appropriate channels when a build is successful or when it fails. This helps everyone involved in a project stay up-to-date with the status of the latest build. In this tutorial, you will explore and implement notifications sent to a Slack channel and also sent via SMS. To accomplish this task, you will make use of the Slack and Twilio orbs from the CircleCI orb registry.

Season 2 finale: How to grow from failure in 2023 + Rob's worst failure

In the finale episode of season 2, our podcast producer Julia McClellan turns the tables on Rob to see what he's really learned from interviewing 18 top tech leaders in 2022. Rob reflects on how to grow, communicate, and change our ways from experiencing failure. Tune in today to hear Rob share his most catastrophic failure and catch a special preview to season 3.

Is a multicloud strategy right for your organization?

For the last few years, many development teams have replaced traditional data centers with cloud-hosted infrastructure. Cloud adoption continues to grow, and teams are updating applications to leverage cloud-based services. But for many organizations, adopting a single cloud provider to host all their applications and data can put their business at risk. To reduce these risks, some organizations are distributing resources across multiple cloud providers in a specifically designed way.