ylliX - Online Advertising Network

How API security is evolving for the GenAI era

October 18, 2024 Ben Popper chats with Keith Babo, Head of Product at Solo.io, about how the API security landscape is changing in the era of GenAI. They talk through the role of governance in AI, the importance of data protection, and the role API gateways play in enhancing security and functionality. Keith shares his […]

Guide to REST API

Whether it’s developing an online booking app, a mobile payment solution, or a messaging service, chances are your team is using a REST API. In this article, you’ll learn what a REST API is and how it works, as well as its benefits and uses. What is a REST API? REST API, RESTful API, or […]

How to create a Bing news search API key?

WordPress Automatic Plugin can import news from Bing news search automatically to WordPress and it needs a Bing search API key so here are the steps to generate it Visit Microsoft Azure Portal here https://portal.azure.com/ . Login and if you do not have an account, create your new one Click on Add resource button on […]

Top 6 Open-Source API Gateway Frameworks

Looking for the best open-source API gateway? Here’s a quick rundown of the top 6: Kong NGINX Tyk Express Gateway KrakenD Apache APISIX These frameworks offer key features like: Request routing Authentication Rate limiting Load balancing Protocol translation Quick Comparison: Framework Language Key Feature Best For Kong Lua Many plugins Large deployments NGINX C Speed […]

API Versioning Strategies: Best Practices Guide

API versioning is crucial for managing changes without breaking user experiences. Here’s what you need to know: API versioning tracks changes to an API, allowing developers to add features or fix bugs without disrupting existing clients Common versioning methods: URI-based, header-based, and body-based Key benefits: maintains backward compatibility, enables new features, allows bug fixes, gives […]