Systems | Development | Analytics | API | Testing

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.

Best Ci Tools To Streamline Your Testing Workflow

Continuous Integration (CI) is the backbone of modern software development, enabling developers to detect and fix issues early by integrating code changes frequently. But what’s a superhero without their gadgets? That’s where CI testing tools swoop in! They ensure your builds are solid, your tests are green, and your sanity remains intact. In this blog, we’ll dive into the world of CI testing tools, unraveling their magic and exploring some of the most popular options available today.

Publish your Flutter app to Google Play Store with Codemagic CI/CD

In this article, I will introduce the steps to release a Flutter app to the Google Play Store using the Codemagic CI/CD tool. If you have been uploading your app to Google Play manually and want to simplify that process, I hope you find this article helpful.