Systems | Development | Analytics | API | Testing

Latest Posts

Enabling API Monetization with Moesif

As an API provider, you probably picture bringing in some type of revenue as part of your API business model. When you first begin the journey of monetizing your API product, you’ll likely find that the complexities of monetization run deep. Much of the time, solving this problem extends beyond the capabilities of a typical API gateway or API management platform.

Building a RESTful Minimal API with .NET Core 7

.NET Core and ASP.NET Core are popular frameworks for creating powerful RESTful APIs. In this tutorial, we will use it to develop a simple Minimal API that simulates a credit score rating. Minimal APIs provide a streamlined approach to creating high-performing HTTP APIs using ASP.NET Core. They allow you to construct complete REST endpoints with minimal setup and code easily.

How to Build an API With Python Flask

Python Flask is a popular framework for building web applications and APIs in Python. It provides developers with a quick and easy way to create RESTful APIs that can be used by other software applications. Flask is lightweight and requires minimal setup, making it a great choice for building small to medium-sized APIs. This makes Flask an ideal choice for developers looking to build robust and scalable APIs in Python. This example will review how to create a simple rest API Flask tutorial.

Building a RESTful API with Rails

When it comes to building an API, Rails is an extremely popular programming language choice to build powerful RESTful APIs. In this tutorial, we will build a simple REST API using Rails. The Rails REST API endpoint will allow users to retrieve a credit score rating. Of course, we won’t be linking up to any backend systems to pull a credit score but will instead use a random number generator to generate the score and return it to the user.

Revenue Generation from APIs with Kong, Stripe, and Moesif

Many API developers and companies struggle to find ways to easily set up systems to unlock revenue from their APIs. Some are simple but not customizable while others are complex and require massive engineering effort to actually get it all running. To make things easier, Moesif created the Billing Meters feature which allows for massive customization with a minimal amount of code and engineering effort.

Platform Analytics

You don’t need to be a data science expert to make use of platform analytics to gain better insights into your business. From Google Analytics to deep-dive data analytics for your APIs, big data is your friend when it comes to understanding your company. The right analytics platform can open up your data in a user-friendly way that empowers you to fuel better-informed business decisions based on your performance, customer data and analytics.

Moesif Awarded Best B2B Tech Product by Products That Count

Moesif has been named the Top B2B Tech Product in the 2023 Product Awards; Moesif won the Award as one of the Best Products for Product Managers. The Product Awards, presented by Products That Count in partnership with Mighty Capital and Capgemini, is the only awards show designed to celebrate the tools that help Product Managers build great products.

How to Maximize Product Led Growth with Customer Success Best Practices

If you want to turbocharge your Product Led Growth (PLG), it’s time to take a long, hard look at your Customer Success Management practices. The way you approach your customer success activities can make a significant difference in how fast and how seamlessly you scale.

End-to-End API Monetization with The Kong Developer Portal, Stripe, and Moesif

Many API developers and companies struggle to find ways to set up systems to monetize their APIs easily. Some are simple but not customizable, and some are complex and require massive engineering effort to get them all running. To make things easier, the Moesif platform includes Billing Meters which gives massive customizability to API monetization efforts with a minimal amount of code and engineering effort.

Building a REST API with AWS Gateway and NodeJS

AWS Gateway is a powerful tool for building APIs that scale to meet the demands of modern web and mobile applications. With AWS Gateway, you can create RESTful APIs that expose your data and business logic to developers who can then build rich, interactive applications that consume your API. REST API is an industry standard for building scalable, distributed web applications. With AWS Gateway, you can easily build a REST API that supports both GET and POST methods, as well as complex query parameters.