Systems | Development | Analytics | API | Testing

Bitrise

Remote Build Caching: The key to fast, efficient builds

When it comes to mobile app development, slow build times are not only the biggest source of frustration for developers but also the greatest barrier to innovation and competitive advantage. We surveyed developers at DroidCon New York and they overwhelmingly reported that build delays hindered their ability to release new features, fix bugs, and iterate quickly. Two-thirds of respondents said they wait more than 10 minutes for their mobile builds.

Bitrise on AWS: Benefits of using a cloud-native mobile CI/CD solution

In the fast-paced world of mobile app development, a seamless, secure, and adaptable CI/CD process is essential. Bitrise has established itself as a leader in this domain, providing a mobile-focused CI/CD platform that allows you to automate all your build, test, and deployment workflows. But what if regional restrictions, data sovereignty, or compliance regulations prevent your organization from implementing a managed CI infrastructure like Bitrise?

Getting your iOS apps ready for Apple Intelligence

This year, Apple Intelligence will be available in beta. It's a set of artificial intelligence features that Apple will add to macOS, iOS, and iPadOS devices to offer consumers a more personalised experience designed to help improve their efficiency and productivity. There's a lot of excitement around what Apple Intelligence will bring to developers, consumers, and the ecosystem as a whole. You can read more about the possibilities our CEO believes it will unlock here.

Announcing Build Cache Insights Beta

We're excited to announce the open beta of a new feature within Bitrise Insights: Bitrise Build Cache Insights. This enhancement expands on our existing Build, Test, and Git Insights, enabling you to monitor and optimize your remote Bitrise Build Cache performance if you're leveraging Bitrise Build Cache for Bazel or Gradle to speed up your builds and tests. Our mission is to empower you with actionable data, alerts, and customizable dashboards to get even more value from your Bitrise experience.

Delivering a first-class health app with Bitrise: An interview with Maven Clinic

Today's consumers are more health-conscious than ever, leading many to turn to mobile apps to manage their health and well-being on the go. According to Insider Intelligence, over two-thirds of Americans have used a health-related app in the last year. As a result of this shift in behaviour, healthcare providers now have a unique opportunity to reach out to new audiences and form stronger relationships with their customers.

Expert Q&A: Hybrid vs native development, which is best?

Speed is everything in today's fast-moving business world. For software developers, this means the race is on to get new apps to market faster and better than competitors. In light of this constant pressure to deliver, it's no surprise that the demand for hybrid development continues to rise. After all, with one codebase that runs on multiple platforms, how can you go wrong? In reality the choice is not always so clear-cut.

Apple Intelligence is here. What does it mean for developers, consumers, and innovation?

It’s often said that being first to market with a new product or idea is the key to success, and in many cases it is. But Apple has never chased the so-called first-mover advantage. Apple wasn't the first to release an MP3 player or even the first on the market with a smartphone, yet it has consistently redefined what's possible with technology.

Bitrise Release Management introduces CI Agnostic distribution for testing and releasing to stores

We understand how complex app distribution can be, especially when juggling multiple tools for mobile app testing and store releases. This is what prompted us to build Release Management back in 2022. Originally tightly coupled to Bitrise CI, we're excited to announce that Release Management can now be used with any CI tool. This means all mobile teams can use Release Management, and we're offering it with a generous free tier, regardless of their CI tool.

How AI will change software engineering: Insights from Bitrise's VP Engineering

Whether you agree with Elon's prediction or not, it's hard to ignore AI's far-ranging impact, especially on how we approach work. Over the last two years, we have seen AI progress rapidly, leaving many of us wondering, "Will AI replace my job?" It's a question that software engineers have also been grappling with. As ironic as it may seem, the people writing the code driving the technology revolution face the same uncertainty about whether AI might replace them in the future.

A deep dive into asdf and version managers

Version managers, in general, are hacks. But they are useful hacks, as they solve a real problem: we all work on multiple projects at the same time, and each project needs a different version of tooling like Go, Python, or Ruby. It’s not enough to install a single version system-wide and hope for the best. Even if we can get away with using a single version across all projects, it would only be temporarily and accidentally working.