Systems | Development | Analytics | API | Testing

Technology

What is AI Governance? A Framework for AI Implementation

While AI is revolutionizing the future of nearly every industry, it’s also created a unique set of challenges and liabilities that will need to be addressed as the area grows. Enter AI governance: a set of rules and best practices to ensure that AI is used effectively, securely, and responsibly. But what exactly does that mean, and why is it so crucial for businesses?

Announcing Kong GCP Cloud Gateways (Beta)

When speaking with platform teams who are responsible for setting up their organizations’ API platforms, we often hear: "We really want to offload the infra side of this. We don’t want our engineers spinning up their own locally hosted infrastructure or asking other infrastructure teams to do this.

Introducing M4 Pro Mac Mini on Bitrise: More Power, Speed & Efficiency for Your CI/CD

Every iOS developer dreams of faster builds, but getting there isn't always straightforward. The reality is, mobile development is a complex process. There are many factors beyond your control—like legal considerations, device compatibility, and app store approvals—that can cause delays and slow things down. The good news is there is one way to speed up your builds without having to cut corners or sacrifice quality: Introducing the Apple M4 Pro Mac Mini on Bitrise.

Processing Without Pause: Continuous Stream Processing and Apache Flink | Life Is But A Stream

We’re diving even deeper into the fundamentals of data streaming to explore stream processing—what it is, the best tools and frameworks, and its real-world applications. Our guests, Anna McDonald, Distinguished Technical Voice of the Customer at Confluent, and Abhishek Walia, Staff Customer Success Technical Architect at Confluent, break down what stream processing is, how it differs from batch processing, and why tools like Flink are game changers.

AI Won't Fix Testing-But It Might Break It

AI is being treated as a shortcut for quality. Is that a dangerous gamble? There are a few industry-wide experiments happening right now: Developers are being pushed to own quality, but without dedicated testers, gaps are forming. AI is being used as a crutch for testing, but can it actually replace critical thinking? The real risk? We won’t know how badly this approach fails until it’s too late.

How to set up a monorepo with Bitrise

Over 4000 engineering teams are building mobile apps and related projects using Bitrise. One trend we’ve observed is the increasing use of monorepos by some organizations. In this blog, I’ll show you an example setup that demonstrates the current best practice for using Bitrise CI with monorepos. You can use this as a reference for your own monorepo to achieve a CI setup that prioritizes efficiency, autonomy of project teams, and effective governance.

Jetpack Compose Button Tutorial: From Basics to Advanced Features

Jetpack Compose (sometimes mistakenly called Android Compose) is a powerful new UI toolkit for Android that embodies the principle of ‘Code As UI’, offering aa simpler and faster way to build native android UI using a declarative approach. Of all the UI components in Jetpack Compose, buttons have a special place, as these are the cornerstone of our user interface. They allow the user to take actions, submit forms, and navigate around the app smoothly.