Systems | Development | Analytics | API | Testing

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 Moesif API Observability Compares to Treblle

API observability plays a crucial role in making sure that your API delivers its fullest potential and consistency. Therefore, it’s important to choose the right tool for your observability requirements. In this article, we take a look at two API observability tools—Moesif and Treblle. We briefly discuss the key components of API observability. Then we dive into how Moesif and Treblle compare with each other.

SwiftUI Grid: Learn to build complex layouts

In this article we’ll look at Grids in SwiftUI. We’ll see what they are, how they are used, and explain tricks for how to use them in our SwiftUI app. This is a technical article that is heavily code-based. But we’ll aim to be simple and concise, so you can learn something new regardless of your technical level.

From Vision to Venture 03: Gregory Koberger - Founder of ReadMe

From Vision to Venture is a Moesif podcast that highlights some of the biggest wins and challenges in the startup space today. Every episode, we talk to different founders to discover strategies they’ve used on their journey from early-stage startup to later-stage growth. Whether you want to hear more about managing life as a founder or raising a round of investment, this is the podcast for you.

Effective Test Planning in Software Development

Imagine working on a cutting-edge software project, your team is excited, the deadlines are looming, and suddenly, a critical flaw emerges just weeks before launch. What if I told you that all this could have been avoided with a solid Test Plan? In this blog, we will delve into the essentials of creating an effective Test Plan, a game-changing document that can save your project from unexpected pitfalls.

Mastering Developer Productivity Analytics: A Guide to Boosting Team Efficiency

Developer productivity is ultimately a measure of the efficiency and effectiveness with which software developers produce high-quality code and complete projects. Where this becomes a bit more complicated is in the relationships between those efforts and the measurements that reflect them.

The Basics of Rack for Ruby

Rack is the foundation for every popular Ruby web framework in existence. It standardizes an interface between a Ruby application and a web server. This mechanism allows us to pair any Rack-compliant web server (such as Puma, Unicorn, or Falcon) with any Rack-compliant web framework (like Rails, Sinatra, Roda, or Hanami). Separating the concerns like this is immensely powerful and provides a lot of flexibility. It does, however, also come with limitations.