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.

Benefits of Developers Using Service Mocks #speedscale #shorts #mocks #servicemocks #programming

Nate Lee discusses the benefits of developers using service mocks, highlighting how they allow teams to simulate APIs and external services during development and testing. This approach enables developers to work independently of backend systems, reduce dependencies, and catch issues early, ultimately improving productivity and software quality.

Using Proxymock with GCP Services

Google Cloud Platform, or GCP, is a cloud resources collection offered by Google for enterprise and standard users. GCP offers a wide range of cloud services, including compute, storage, networking, security, analytics, and even machine learning models. Google Cloud products are the backbone of many cloud applications. Google Cloud allows flexibility with the scalable and predictable cost management.

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.
Sponsored Post

Six Lessons from Production gRPC

In the half-decade since gRPC became part of our production ecosystem, we've encountered a range of challenges and discovered a few hidden pitfalls that can trip up even the most experienced teams. Below, we'll walk through some of the core lessons learned, with tips, best practices, and examples drawn straight from the trenches.

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.

Automating API Mocks in Your CI Pipeline with proxymock

When running tests in a CI/CD pipeline, relying on external APIs can introduce instability, slow down execution, and even lead to failed builds due to rate limits or API downtime. Fortunately proxymock provides a solution by capturing API interactions and running a local mock server, enabling fully isolated and repeatable tests. In this blog, we’ll demonstrate how to integrate proxymock into a GitHub Actions CI pipeline using a demo app called outerspace-go.