Systems | Development | Analytics | API | Testing

Latest News

Implementing a Freemium Model for API Monetization

When monetizing APIs, specific ways exist to entice customers to begin using your services. Much of the time, users like to see some value before they commit to becoming a full-blown paid customer. Other times, users want to start on a free tier and, hopefully, will upgrade later. One of the most popular billing providers we see used for API monetization is Stripe, and thankfully, by using Stripe and Moesif together, you can quickly implement a Freemium model.

How to add realtime updates to your React application

Imagine having to restart WhatsApp whenever you anticipate a new message, or needing to reload the page every time you expect an update on the big game. That would be a terrible user experience! Today, users expect the UI to automatically update the moment information becomes available from the backend, so, of course, we must enable them in our applications. There are a handful of technologies, techniques, and services you can use to implement live updates in React.

Impacts and Takeaways From the Executive Order on the Safe, Secure, and Trustworthy Development and Use of Artificial Intelligence

Artificial intelligence (AI) and large language models (LLMs) have come a long way since their inception in the 1950s. From the pioneering research of English mathematician and logician Alan Turing to the recent breakthroughs achieved by models like GPT-3/GPT-4, AI has undeniably transformed industries and revolutionized human-computer interactions.

How to Create a Bar Graph in Google Sheets [3 Easy Steps]

Look, while they’re certainly not the easiest way to consume information, most companies are still using spreadsheets in order to pull a lot of different data into one place. That’s the strength of Spreadsheets – collating a lot of information in one place. And while there’s a lot of functionality within a tool like Google Sheets to categorize and manipulate the data, it’s not the best tool to present performance data to others.

Announcing General Availability of Model Registry

In the dynamic world of machine learning operations (MLOps), staying ahead of the curve is essential. That’s why we’re excited to announce the Cloudera Model Registry as generally available, a game-changer that’s set to transform the way you manage your machine learning models in production environments.

Fortify API Gateway Deployments with decK File Linting

API gateways serve as the final checkpoint for your APIs. As such, gateway configuration is critical to ensuring that your APIs remain secure, available, and responsive. Ensuring that all changes to these configurations are intentional and follow your organization's best practices is key to maintaining a robust API gateway deployment. decK 1.28 adds a brand new feature that allows you to natively validate your gateway configurations against custom rule sets.

Capture Grpc Traffic Going Out From A Server

How does gRPC work? A quick Google search would tell you that it uses HTTP/2.0 under the hood, but that’s about it. Most available guides talk about gRPC internals by assuming that you are already deeply familiar with HTTP/2.0, and the only proper documentation for HTTP/2 is the official RFC document, which doesn’t contain implementation details, and talks in abstract terms.