Systems | Development | Analytics | API | Testing

Chat with your builds, CI, and more: Introducing the Bitrise MCP Server

Have you ever wished you could just ask your CI platform a question instead of digging through logs or scrolling through builds? Well your wish has been granted: Bitrise MCP (Model Context Protocol) Server is here, a new, conversational way to interact with your CI.

A Guide to Flutter error handling

Learn how to gracefully manage and debug errors in your Flutter apps! In this session, we'll explore best practices, common pitfalls, and powerful tools to handle exceptions—from try-catch to error boundaries and custom error screens. Whether you're a beginner or pro, this guide will help you build more resilient Flutter apps.

Self-Serviceable Continuous Deployment (CD) Pipelines On Choreo

We’re excited to share that self-serviceable continuous deployment (CD) pipelines are now generally available in Choreo. This feature builds on Choreo’s multi-environment, multi-cluster capabilities and gives platform teams even greater control over deployment workflows.

Codemagic Webinar Series: Mastering Mobile Development Efficiency & AI-Powered Code Reviews

Join us for an exciting session in the Codemagic Webinar Series, where we bring together experts from the Flutter and iOS communities to explore the latest innovations shaping mobile development workflows. Session 1: AI-Powered Pull Requests: Automating Code Reviews for the Future Discover how AI can supercharge your code review process with Muralidharan Kathiresan, Senior iOS Developer, conference speaker, and writer at swiftpublished.com. Learn practical techniques to leverage AI for faster, smarter pull requests.

How to Setup CI/CD Pipeline: Time, Cost & Best Practices

In today's fast-paced software development environment, continuous integration and deployment (CI/CD) has become essential for delivering high-quality software quickly and efficiently. A well-designed CI/CD pipeline automates integrating code changes, running tests, and deploying updates, allowing development teams to release new features and fixes more frequently with reduced risk. Adopting CI/CD can significantly improve development efficiency.
Sponsored Post

Ephemeral Environment Testing: Do you need it?

Traditional testing methods often delay the software development lifecycle, as we have grown used to these outdated processes without considering alternatives. Ephemeral environments introduce a more efficient solution. They allow for the quick creation and dismantling of isolated testing environments. These isolated environments approach leads to faster and more productive development cycles while still delivering high-quality software to users. In this article, we'll explore ephemeral environments, how they work, and why they might be the solution your team needs.

How to Run an Automated CI/CD Workflow for ML Models with ClearML

If you are working with ML models, having a reliable CI/CD (Continuous Integration and Continuous Deployment) workflow isn’t just a nice-to-have, it’s essential. Your team needs a robust, automated process to validate data, train models, and deploy them without human error slowing things down. That’s where ClearML comes in, offering a seamless solution to orchestrate, monitor, and automate your ML pipelines.

How to Automate Flutter Code Push with Shorebird and Codemagic

In this article, I will introduce the steps to integrate Shorebird with Codemagic CI/CD, using the Codemagic Workflow Editor. You will be able to incorporate a workflow that allows code push of Dart code changes without requiring installation from the store. In the following example, changes to the text displayed in the user interface are reflected immediately.