Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Continuous Integration and Development, and related technologies.

Improve Observability in Your CI/CD Pipeline

The backbone of modern software development is automation and at the heart of that lies the CI/CD pipeline. It’s what turns code into deployable software, delivering changes to users faster, safer, and more predictably. In simple terms, a CI/CD pipeline automates everything from the moment developers push code to when it reaches production. It integrates, tests, builds, and deploys software continuously ensuring faster releases with fewer human errors.

You're Late to the OpenTofu Party. Here's Why That's a Problem.

OpenTofu has emerged as the true open successor to Terraform, restoring transparency and community ownership after Terraform’s shift to a restrictive BSL license. With features like OCI registries, encryption at rest, and a public RFC process, it’s already outpacing Terraform’s innovation.

Deploying a SolidStart app to Vercel with CircleCI

Deploying web apps can feel overwhelming. Multiple moving parts, including frameworks, hosting, databases, and automation tools make having a smooth, automated workflow seem impossible. But having an automated workflow is worth the effort; you can focus on building features and improving your app instead of worrying about manual deployments or server management.

Manage your Pipelines usage with the new billing panel

Until recently, the Pipelines Billing Panel has only displayed the total pipeline minutes used across your workspace. You didn’t have visibility into how usage was distributed across your repositories. We’ve now enhanced the billing panel to show you build minute usage by repository for the current and previous billing periods so you can identify and manage high-usage repositories.

Enforce type safety with TypeScript checks before deployments

TypeScript introduces the benefits of static typing to JavaScript, allowing developers to identify bugs at an earlier stage. However, relying solely on developers to run type checks locally isn’t enough. Without tsc being called, a person can just leave the invalid code and it may pass to production. This tutorial will show you how to set up CircleCI to automatically run the TypeScript type checks on each push.

Integrate CircleCI with Railway for automated deployments

The speed and reliability of deploying backend and full-stack applications are usually a concern for development teams. Fortunately, Railway is a developer-friendly platform that allows you to deploy apps with limited configuration. It is also quick, easy to use, and has reasonable defaults. Now, imagine pairing that with CircleCI, one of the strongest continuous integration platforms available.

Introducing JFrog Fly: The World's First Agentic Artifact Repository

AI has created a paradigm shift in software development. AI-native development teams – from small startups to enterprises like Goldman Sachs and Google – are adopting agentic development tools like Cursor and Copilot to increase the speed of code generation to a pace we’ve never seen before. But with all this new code comes a big challenge: how do you manage all these potential new releases and get the right ones deployed?
Sponsored Post

Avantra + Ansible: Better Together for Enterprise SAP Automation

Enterprises trust Ansible for fast, reliable infrastructure automation, including terraform for automated cloud provisioning. Many organizations using Ansible leverage Ansible SAP playbooks for SAP infrastructure automation. Avantra extends the scope of SAP operations using Ansible, adding observability, ITSM and ALM solution integration, and orchestration across the SAP estate. Avantra and Ansible together provide a closed-loop solution where monitoring, automation and proof of outcome live in one place across on-premise, hyperscaler and private cloud ERP implementations.

Validate CDC data in your CI/CD pipeline using CircleCI

Change Data Capture (CDC) is a technique used to identify and capture changes, such as inserts, updates, and deletes, in a source database so they can be replicated to another system in real-time. This approach is crucial in modern data pipelines, especially for powering data lakes, analytics platforms, and event-driven applications that depend on up-to-date information. Setting up a CDC pipeline is only the first step.