Operations | Monitoring | ITSM | DevOps | Cloud

Unprecedented industry turbulence: leading through change ft. Pat Kua, author of LevelUp newsletter

Engineering leadership has never been more challenging, or more critical. In this episode, Rob sits down with Pat Kua, seasoned technology leader, author of three books including Building Evolutionary Architectures, and creator of the popular Level Up newsletter for technical leaders.

Secure Streamlit app deployment with AWS Cognito, Streamlit, and CircleCI

As you develop internal tools or public-facing data applications, implementing authentication mechanisms becomes essential. Without authentication, you risk exposing sensitive information or allowing unauthorized access. Fortunately, integrating secure user access does not have to be complex. AWS Cognito provides a straightforward way to handle authentication, user management, and access control across multiple identity providers.

How engineers can improve creativity ft. Corey Latislaw of Trainline

Engineering leadership isn't just about technical execution—it's about unlocking the creative potential that drives individual and team success. CircleCI CTO Rob Zuber sits down with Corey Latislaw, Head of Engineering at Trainline and executive coaching expert, to explore how creativity transforms both careers and team dynamics.

Zero-downtime deployment with Flagsmith and CircleCI

As developers, we continually strive to improve our software. This often means rolling out new software features at a rapid pace. However, deploying new features to production is not without risk. From no real production testing to limited rollback options, traditional deployment can quickly become frustrating. The worst issues, though, usually stem from one thing: buggy features making their way into the hands of users.

Platform Team Toolkit demo

Platform teams face an impossible choice: rigid standardization that slows developers down, or operational chaos that creates security gaps. CircleCI's new Platform Team Toolkit eliminates this tradeoff by delivering self-service developer experiences with built-in governance. What You'll See in This Demo: Key Benefits: Perfect for platform engineers, DevOps teams, and engineering leaders who need to scale software delivery without sacrificing speed or safety.

The strategic art of build vs. buy in software delivery ft. Tara Hernandez of MongoDB

Rob Zuber sits down with Tara Hernandez, VP of Developer Productivity at MongoDB and former Netscape engineer who helped create early continuous integration systems, to explore strategic frameworks for build vs. buy decisions in modern software delivery.

Set up preview deployments for pull requests using CircleCI and Vercel

Working in front-end development involves writing features and bug fixes in different branches. But how do you ensure that reviewers, testers, and other stakeholders find it easy to view changes? Using preview deployments is one solution. Preview deployments allow you to automatically create a live URL each time someone opens a pull request (PR). It’s like giving every branch its mini website so that changes can be tested and proven in isolation.

Platform Team Toolkit: Governance that accelerates developer velocity

Platform engineering teams face a critical challenge: scaling software delivery across dozens of development teams without killing innovation and velocity. The traditional approach forces an impossible choice: rigid standardization or operational chaos. Platform teams get buried in manual configuration requests, security updates take weeks to roll out, and compliance gaps emerge from inconsistent practices and developer workarounds.

Zero downtime deployments to Render using CircleCI

Downtime during deployments can affect the performance of your work. Data can be lost, and trust in your application can be destroyed. Luckily, zero downtime deployments do not need to be complex or involve a big infrastructure. This tutorial will teach you to establish a stable CI/CD pipeline with CircleCI and Render to automatically test and deploy a basic React application.