Systems | Development | Analytics | API | Testing

API Meetup: Venture Capitalist Steve Forte on How to Build Winning Developer-First Companies

In a fireside chat, with VC Steve Forte of Fresco Capital, Moesif's CMO, Lawrence Ebringer, discusses how to master developer marketing and build a billion-dollar company. In somewhat of a wide-ranging discussion, Steve shares his perspectives on.

Ep #14: Erik Wilde on Focusing on the Business Case for your API

Eric Wilde is a prolific YouTuber, author, standards contributor and Catalyst at Axway. He's been working in web technologies and APIs for most of his career. And has just finished the second edition of his book Continuous API Management. Eric shares his perspectives on the business aspects of APIs, specifically.

Kong Builders - Kubernetes Ingress Controller: Expose TCP services with Kong

This week, Viktor Gamov will show you how to expose TCP services using Kong #Kubernetes Ingress Controller. Kong Builders is a livestream series that takes our developer-focused toolsets and puts them on display in the best venue possible – building applications and connecting workloads. We’re taking a hands-on, practitioner-focused approach to exploring Kong’s tools. We’ll build from the ground up - debugging/troubleshooting as we run into problems.

API Rate Limiting: How to avoid hitting rate limits in API integration

When talking about API integration, the matter of API rate limiting is unavoidable. Researching what the rate limits of the APIs you’re going to ‘consume’ in your integrations are should be part of your overall preparation for the development of your project scope. It is also a crucial detail to know when you will be designing your integrations; rate limits will define early on what mechanism you need to implement to avoid hitting them in the first place.

REST API Best Practices for Parameter and Query String Usage

Over the last ten years, APIs have grown in popularity and utilization. They've evolved into critical components of application infrastructure, and as businesses continue to use and build them, good API architecture will become increasingly important. A smart API design helps performance and the overall developer experience, whether they're public or internal. The most common APIs employ HTTP requests to access and use data and follow a RESTful architecture.

Audit Logging for Micro-Integrator

When you are running a micro-integrator on a microservices environment, administrators who have admin access to the micro-integrator are able to change its configurations via admin services API. When someone needs to debug the system and find out which person did what change, then the micro-integrator needs to keep a log of activities performed on the micro-integrator. Audit logs are simply a set of logs that let you find what are the changes performed on the micro-integrator instance. Audit logs feature support from the APIM 4.1.0 onward.

Performance optimization techniques used in Asgardeo - Part 01

This post explains the approaches we used to improve performance in our application. This knowledge will also assist you in applying these strategies to your projects as required. Please keep in mind that this post series focuses solely on the front end. According to the official website, Asgardeo is an IDaaS that allows developers to create seamless login experiences in minutes.