Systems | Development | Analytics | API | Testing

Gravitee + Moesif: Unlocking API Observability And Monetization

APIs (application programming interfaces) have transformed how we build modern software systems. As our digital experiences become more modular and interconnected, APIs power mobile apps, partner integrations, and internal services. Most companies now expose APIs not just for technical access, but as part of a larger API business model. But simply deploying APIs through a gateway like Gravitee doesn’t suffice.

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.

Aligning API Design to Business Outcomes with James Higginbotham

In this episode, Derric Gilling chats with James Higginbotham, founder of LaunchAny, about designing successful API strategies that drive business value. James dives into his “Align-Define-Design-Refine” (ADDR) methodology, a framework that guides organizations from initial business alignment through iterative API design and deployment. Drawing from over a decade of experience helping companies mature their API programs, he shares practical tips on blending business goals with technical execution, empowering cross-functional teams, and maintaining consistency across the API lifecycle.

APIs Over IPAs 17: Aligning API Design to Business Outcomes with James Higginbotham, LaunchAny

In this episode, Derric Gilling chats with James Higginbotham, founder of LaunchAny, about designing successful API strategies that drive business value. James dives into his “Align-Define-Design-Refine” (ADDR) methodology, a framework that guides organizations from initial business alignment through iterative API design and deployment.

Instrumenting Redis in Python with AppSignal

Using AppSignal, you can monitor the performance of your Redis calls and get insights into how your application uses Redis. The AppSignal Python agent supports instrumenting Redis calls out of the box, so you can start monitoring your usage with just a few lines of code. In this post, we will cover how to instrument Redis in a Python application using AppSignal. We will build a simple URL shortener that stores data in a local Redis instance and uses AppSignal to monitor performance.

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.

Go write a web app! Five interesting Go web frameworks

Go is an incredibly useful programming language, but not all that popular among web developers. Most other languages that are used for web development have dominant frameworks - Ruby has Rails, PHP has Laravel, Python has Django, and so on. Golang web frameworks for web development are a bit more fractured with several competing (and in some cases complementary) options.