Systems | Development | Analytics | API | Testing

How API Product Managers Can Leverage AI to drive better decisions

The responsibilities of an API product manager varies depending on the organization and industry they work for, among various other factors. However, the common set of tasks they carry out include managing the diverse user needs, ensuring reliability, and aligning API strategies with organizational goals. Performing these duties requires a delicate balance. In addition, API product managers face increasing challenges as APIs evolve into strategic business drivers.

Bitrise helps BuzzFeed optimize its mobile development to grow customer engagement

From the advent of the internet in the 90s to the rise of social media and now AI, the entertainment and media industry keeps evolving rapidly. Through these changes, we've seen the emergence of the 'attention economy', leading media companies to seek out new ways to win the hearts and loyalty of customers and keep them coming back. These shifts in the market and user expectations have led BuzzFeed, a Bitrise customer, to reinvent its audience experience to better serve its loyal customers.

Digital transformation in the Automotive Industry

Just be honest, when you were 12 years old, did you ever imagine that your life would be this much digitalized by 2024? If you take your memories a decade back, wouldn’t it be difficult for you to think about how technology will be so infused into your lives in the coming years? Well, as you know every industry has been now digitalized directly or indirectly and the Automotive industry is no exception.

Essential Guide to API Documentation: Best Practices and Strategies

Clear, effective API documentation is a crucial and rapidly expanding component of software development. Solid documentation provides all the necessary information a developer needs to integrate with an API so that they can avoid spending hours troubleshooting and context switching. It reduces the need for additional support from other teams, encourages more users to adopt the API, and creates a seamless developer experience for overall satisfaction.

Now available for Enterprise, too: Apple API authentications on Bitrise

If you're part of the Apple Enterprise developer program, you know how tricky it is to maintain the connection between your CI/CD and App Store Connect. It used to rely on your Apple ID and password. This often led to unexpected issues and disruptions in your workflow. But as of the latter half of 2024, with the official Apple Enterprise Program API (App Store Connect), you have a reliable way to establish and maintain that connection.

Driving Innovation with Generative AI: Insights from Mike Todasco | The Innovation Blueprint

Welcome to Episode 5 of The Innovation Blueprint! In The Innovation Blueprint podcast, hosted by Yurii Rudakov, Partnership Manager at ORIL, we explore how technology is transforming industries. From PropTech and AI to the latest emerging tech trends, we bring you insights that are reshaping the future. This Episode’s Guest: Mike Todasco.

Services, Multizone & Load Balancing: Combining it all Together in Kong Mesh

Services are the core component of service meshes. But what does it mean to send traffic from a workload to a service? What is the identity of a service? How does configuration apply to services? How do services interact when your cluster is multi-zone? Kong Mesh recently accomplished a major overhaul of its service to make them more intuitive and easier to manage that we want to share.

How Node.js Works: A Comprehensive Guide in 2025

Node.js has revolutionized web development by enabling developers to use JavaScript, a traditionally client-side language, on the server side. Created in 2009 by Ryan Dahl, Node.js is an open-source, cross-platform runtime built on Chrome’s V8 JavaScript engine. This breakthrough has unified front-end and back-end development under a single language, transforming how modern applications are built.

Comparing AI API Gateways

AI Gateways are rapidly becoming essential tools for businesses leveraging artificial intelligence and large language models (LLMs). Traditional API Gateways have evolved to meet the demands of modern AI workloads, offering features that cater to the unique requirements of AI/ML applications. These include advanced routing for models, latency management, and comprehensive analytics to optimize performance.

Out-of-the-box Elixir telemetry with Phoenix

Knowledge is power, and this is especially true for software. Telemetry puts software engineers in the driver's seat by exposing the underlying performance of a system. Identifying possible problems before they occur and proactively fixing them is better than waiting for users to point them out for you. Telemetry refers to the instrumentation of a system. When you use your web application and take action, you emit events.