Systems | Development | Analytics | API | Testing

How to Test Ruby Code That Depends on External APIs

Few things are more frustrating than slow, flaky test suites. You're ready to deploy, wait 20 minutes for CI to run, only to find that a test failure in code you've never touched is blocking you. You dig into the source and find the problem: an external API call. It works (slowly) most of the time. But sometimes the network glitches and it fails. What do you do? In this article, José Manuel shows us several techniques for removing external API dependencies from our tests.

API Load Testing Mistake #1: Separating Load Tests from Business Process - @SmartBear Talks

API performance testing becomes highly-demanded in all companies. It's very important to make sure how each single API works, as well as how they work under a different load. Many companies are trying to do API load testing by using the same approaches they use to test single APIs. In this video, we will talk with a world-known API expert, Robert Schneider, about the importance of including API load testing scenarios into a business process.

Top 5 Behavioral Emails Every Developer Tool Should Use

Double your open rate by using behavioral emails. The best way of engaging your customers is to share content that resonates. And nothing resonates more than sending targeted emails to developers based on their own actions and behaviors. In a companion blog post, Behavioral Email Speeds API Integration, we explained how behaviorally-driven outreach to developers can speed API integration for an API product company.

How to Dynamically Route Requests With Kong Enterprise

Having worked with many customers and prospects at Kong, one of the main requirements we often hear is how to handle dynamic routing based on the URL and headers. In this blog post, I will cover different use cases we come across for dynamic routing and how Kong can address them. The default behavior of an API gateway is to route the incoming request to the appropriate upstream service. If you are new to Kong, a Service object represents the upstream API or Service.

Kuma 0.7.0 Released With New "Zone" Resource, New ProxyTemplate, StatefulSet support And More!

We are happy to announce the general availability of Kuma 0.7! This is very big release that includes countless improvements and updates, specifically when it comes to multi-zone deployments configuration and Kubernetes deployments. We strongly suggest to upgrade to this new version while paying attention to a few breaking changes that 0.7 introduces. For a complete list of features and updates, take a look at the full changelog.

Observability For Your Microservices Using Kong, Kubernetes, and Prometheus

In this video, Kevin Chen, Developer Advocate at Kong, will explain how to set up Prometheus monitoring with Kong Gateway to get black box metrics and observability for all of your services deployed on Kubernetes. This guide can also be applied to other solutions like StatsD, Datadog, Graphite, InfluxDB etc.

How to Properly Leverage Elasticsearch and User Behavior Analytics for API Security

Kibana and the rest of the ELK stack (Elasticsearch, Kibana, Logstash) is great for parsing and visualizing API logs for a variety of use cases. As an open-source project, it’s free to get started (you need to still factor in any compute and storage cost which is not cheap for analytics).

What is Serverless Computing?

The shift to cloud computing fundamentally changed the way software is built and consumed by developers. Multiple code snippets or functions are logically connected to form a complex application. Since the platform deals with one function at a time, and functions are the fundamental deployment units, this model is often called as Functions as a Service (FaaS).

How To Accelerate API Integration with Behavioral Emails and Developer Segmentation

Behavioral email is the keystone of user-centric platform integration — emails to developers are most effective when they’re based on how they used your platform. Not surprisingly, the concept of segmenting your customers into groups of similar behaviors or attitudes is a well established best practice in marketing. MarketSherpa’s survey found that one of the most effective marketing strategies is to send emails based on the behavior of your customers.