Systems | Development | Analytics | API | Testing

March 2021

Delivering high-performing global APIs with Apigee X and Cloud CDN

Organizations are increasingly investing in digital businesses ecosystem strategies to foster innovation and operate efficiently. These ecosystems connect various stakeholders--such as partners, developers, and customers--via application programming interfaces, or APIs. APIs allow various software systems to interface, and are thus the primary mechanism of value exchange within these ecosystems.

Best Practices for API Rate Limits and Quotas with Moesif to Avoid Angry Customers

Like any online service, your API users expect high availability and good performance. This also means one customer should not be able to starve another customer’s access to your API. Adding rate limiting is a defensive measure which can protect your API from being overwhelmed with requests and improve general availability. Similarly, adding quota management also ensures customers stay within their contract terms and obligations ensuring you’re able to monetize your API.

Implementing HIPAA Technical Safeguards in your API Platform

The Health Insurance Portability and Accountability Act, or HIPAA for short, is a set of laws around handling health-related data in information systems. It defines safeguards, which are rules you have to follow when handling health data for your customers. There are three safeguard categories: All three categories have to be handled correctly if you want your API to be HIPAA compliant. In a companion article we covered those key requirements and how to build HIPAA complaint API platforms.

How APIs Can Support Enterprise IT Transformation

As stakeholders in more organizations look toward digital transformation strategies, they need to take a closer look at how to modernize their software. An overhaul of an IT system can be expensive and risky, even if the results pay off. What is not often examined however is the role of APIs in supporting enterprise IT transformation initiatives.

Would a Top-Down API Strategy Deliver Results for Your Organization?

There are many reasons why you should incorporate API management within your business strategy and why the development of a ‘top-down’ API strategy could benefit your organization. Vikas Anand (formerly of Oracle, now with Google) listed four enterprise benefits associated with effective of API management in an interview with CubeConversation: APIs also work to unify legacy systems with new technology, helping with the modernization of your software stack.

Ep #6: Radar's CEO on Building an API-First Company

Nick Patrick, the CEO of API-first location platform company Radar cut his teeth in PM roles at Microsoft, Foursquare and Handy, before starting Radar in 2016. As cofounder and leader of Radar, Nick shares his experience on how to fuel growth, choose your partners, ship products faster & with confidence, and many more invaluable perspectives for professionals in the API platform ecosystem.

Creating Your First Custom Lua Plugin for Kong Gateway

This tutorial shows you how easy it is to build a custom Lua plugin for Kong Gateway. My Kong Lua plugin example will automatically add a custom header to any response sent out, indicating the current plugin version. Kong Gateway is built on OpenResty, which extends the NGINX proxy server to run Lua scripts. It sits as a proxy between a client’s requests and routes them to defined services.

Ep #4: Mike Amundsen on Building, Maintaining & Growing APIs

Mike Amundsen is a prolific writer on all things APIs. His latest book is entitled Design and Build Great Web APIs: Robust, Reliable, and Resilient. When he’s not writing, Mike helps companies capitalize on opportunities in APIs, Microservices, and Digital Transformation. Mike shares his perspectives on why organizations think about APIs in three levels, how AWS’s Werner Vogel does deprecation, what the future holds for API automation tools.

Ep #7: AmEx/LoungeBuddy ex-VP Eng Jessica Lam Builds Resilient Products

Jesscia Lam was the Chief Architect and VP Engineering at LoungeBuddy, which was acquired by American Express. At LoungeBuddy she designed their APIs, many of which continue to be in use today. As a CTO, architect and engineering lead at multiple companies, Jessica shares her experience on how to build products to be more resilient, why error handling is so important and how to treat internal APIs vs. external APIs.

What is a Reusable API?

You don’t always need to generate a new API when you want to connect applications and other digital assets to your network. Instead, reusable APIs let you connect multiple applications and systems. As a result, you save time, improve functionality, and make information easier to track. During your application development process, you might think that you need to add innumerable APIs so your assets can communicate with each other.

Authorizing Microservice APIs With OPA and Kuma

Many companies are leveraging DevOps, microservices, automation, self-service, cloud and CI/CD pipelines. These megatrends are changing how companies are building and running software. One thing that often slips through the cracks is security. With microservices, there’s an increase in the number of APIs companies have to protect. YouTube An error occurred. Try watching this video on www.youtube.com, or enable JavaScript if it is disabled in your browser.

Tutorial to Set Up Usage-Based API Billing with Moesif and Chargebee

Modern API businesses are migrating towards usage-based billing models which enables automatic expansion revenue while removing barriers to adopting a new API. With Moesif you can integrate with subscription management solutions like Recurly and Chargebee to quickly add advanced usage-based billing in a few minutes. In this guide, we’ll walk through integrating Moesif with Chargbee and some recommendations for usage-based billing.

New to APIs? Here's How To Start

As technology invades nearly every facet of our lives, businesses need to keep up. Digital transformation is a new normal for today’s business strategy, but you’ll need a solid foundation to work with. The solution to that is a solid application programming interface – or API for short. Did you know you can create an API in minutes without writing a line of code? Let DreamFactory show you how. Our 14-day free trial comes with a guided tour. Sign up today!

Launching API Programs in Non API-First Companies

Ep. 11: Jeannie Hawrysz, leader of API Programs at SAS Joining us is Jeannie Hawrysz, the Lead API Architect at SAS, a 22,000 person business analytics company. Before that she was an 18-year veteran at IBM and was the Technical Development Manager for IBM’s API Connect Micro Gateway. In our podcast she shares how to successfully launch API programs in non API-first companies.

Multi-layer API security with Apigee and Google Cloud Armor

Information security has become headline news on a daily basis. You have probably heard of security risks ranging from malicious bots used in schemes both big and small, to all-out "software supply chain attacks" that involve large-name enterprises and their customers, and that ultimately affect numerous governments, organizations, and people.

Introducing DreamFactory's MQTT Service

MQTT is a communication protocol for the publish-subscribe architecture. You can use DreamFactory as a MQTT client for your IoT projects. It’s easy to connect to any MQTT-based message broker using DreamFactory and easily publish and subscribe to any topic. DreamFactory’s MQTT client service is native to the platform, supporting role-based access controls, live API documentation, and more.

Kong Mesh 1.2 Is Here With Embedded OPA Support, FIPS 140-2 Compliance and Multi-Zone Authentication

We are truly excited to release Kong Mesh 1.2 today and introduce three new security capabilities that make it the most secure enterprise service mesh available today. Kong Mesh is built on open source Kuma which Kong created in 2019 and has since donated it to the CNCF. Kuma is a universal control plane for service mesh that is based on Envoy.

4 Excellent API Tools That Will Improve Your Integrations

Developers need excellent API tools that help them improve the quality of integrations and at the same time, reduce the time required to develop these integrations. Ideally, API tools should reduce the risk of integration and performance issues when developing new applications and should provide an effective means of accessing data that is often locked up in a variety of organisational databases.

How to Use Kong Gateway OAuth2 Plugin

Learn how to add OAuth 2.0 authorization and authentication to your service by integrating Kong Gateway and its OAuth 2.0 plugin. What Does the Kong Gateway OAuth2 Plugin Do? As Kong Gateway sits in front of a resource server, the OAuth 2.0 plugin adds authorization server functionality to that resource server — handling authorization requests, inspecting and refreshing tokens, and permitting or forbidding access to resources.

4 Steps to Authorizing Services With the Kong Gateway OAuth2 Plugin

In this tutorial, I’m going to walk through adding OAuth2 authorization and authentication to your service with the Kong Gateway OAuth2 plugin. First, I’ll cover the fundamentals. If you’re already familiar with how Kong Gateway and OAuth2 work, skip ahead to the tutorial. Interconnected. Shared. That’s the norm for today’s applications, networks and data.

Creating Read Only APIs with DreamFactory

As a best practice, you should take care to provide clients with the minimal API access privileges required to successfully complete their tasks. DreamFactory's role based access control manager ensures administrators never leave your data sources unnecessarily vulnerable, offering a point-and-click interface for quickly defining and reviewing privileges. In this video we'll walk through the configuration of a role-based access control, demonstrating how a client's API access privileges can be easily updated so as to allow only read access to a select set of API endpoints.

Announcing Insomnia 2021.1

TL;DR Insomnia Designer and Insomnia Core are now Insomnia. Insomnia Designer users will have to migrate to the new Insomnia application and Designer will no longer receive updates. When we originally built Insomnia Designer, we didn’t want to make large changes to Insomnia without understanding whether the changes would be useful to developers, with the release of Insomnia Designer we were praised for not making these changes directly inside of Insomnia at first.

How to Monitor API Usage and Performance with Tyk API Gateway on EC2 with Moesif

This article provides an introduction to API Observability and how it fits within the overall APIOps Cycles. Then, we will walk through an example of how to successfully deploy and leverage Tyk Gateway and Moesif API Observability on Amazon EC2.

DreamFactory 4.5.2 - New Snowflake, Hadoop, and Hive Connectors

DreamFactory 4.5.2 has been released with improvements to our recently added Snowflake connector. In addition to Snowflake, version 4.5.0 introduced connectors for Apache Hive and Hadoop HDFS. All three were added by request of our customers, and we’re happy to see these new capabilities already being deployed into test environments.

Overcoming API Development Challenges: API Standardization and Governance

In Episode 1 of our "Overcoming API Development Challenges" series, we will look at how software development teams can use tooling to standardize their APIs and create enforceable governance practices. We will be highlighting the role that a tool like SwaggerHub can play in an organization's API design.

How Customer Success Teams Should Monitor Account Health and API Usage

Leading customer success for developer-first or API-first businesses is quite different from traditional enterprise software. The best API products are designed to be self-serve and hands-off, meaning customers rarely need to sign into a web portal once implementation is done. If you’re a Stripe or Twilio customer, when’s the last time you signed into their web portal? Hopefully not recently, otherwise that may imply a problem or issue.

SOAP vs REST: What's The Difference?

Developers, engineers, and anyone else looking to streamline development and decrease build times for integrations rely on APIs (application programming interface) to enable applications and databases to communicate. This inevitably leads to a comparison between SOAP and REST APIs, since they are two of the most common API paradigms. It can be quite difficult to understand where SOAP and REST methods are best suited, what their specific differences are and why developers prefer one method over the other.

Comprehensive API Management Platforms: Who Has The Most Features?

Developers often create many small API tools that can improve functionality, creation, tests, and management. For many organizations though, a comprehensive API management platform that consolidates many features into a single, unified solution presents an attractive alternative. If you don’t want to bother with managing a suite of small, disparate tools, you could be interested in understanding more about the following API platforms that provide an exhaustive set of features.

Do I Need an API Led Strategy?

Whether or not you plan for it, APIs are becoming a critical aspect of your business’s functionality. The Wall Street Journal reports that 10 percent of businesses already use more than 200 apps. You cannot stop your employees from adopting apps that help them do their jobs. Instead, you should lead them by developing a digital strategy that helps monitor KPIs, reviews API adoption, and follows a planned roadmap to reach business goals.

How to Scale Your API Ecosystem on an Open Source API Gateway

This blog post is part three of a three-part series on how they’ve scaled their API management with Kong Gateway, the world’s most popular open source API gateway. (Here’s part 1 and part 2.) In 2019, our Kong-based API gateway platform hosted about 1,900 proxies and handled 375 million transactions per month. 2020 saw a tenfold increase in both metrics to more than 11,000 proxies and 4.5 billion transactions per month—about 150 million transactions per day.

10 Error Status Codes When Building APIs For The First Time And How To Fix Them

Things don’t always go well when using an API for the first time, especially if you’re a beginner and it’s your first time integrating an API into another system. Often documentation is lacking in terms of errors, since it’s easier to anticipate things going right, than things going wrong. In HTTP, many status codes can give you an idea of what was going on when you called an API.

API Analytics Across the Developer Journey

Every API product manager wants as many developers as possible adopting and using their APIs. They want them to get to Hello World quickly and have a great developer experience (DX) along the way. Of course, the bigger goal is to be able to tie API success into the larger objectives of the company. For many, despite the best intentions, their metrics are too simplistic, narrow, and based on outdated models of engagement.