Systems | Development | Analytics | API | Testing

API

Enterprise Apps vs. Microapps: How Microapps Are Improving App Interactions

When it comes to enterprise apps vs. microapps, most distinguish microapps as “tiny processes that perform targeted actions in a larger, more complex enterprise app.” While this definition is mostly true, it doesn’t give you the bigger picture of how microapps improve how your team members interact with enterprise-scale applications. Microapps can dramatically streamline workflows across an organization.

2022, a Year of Achievements for WSO2 CIAM

With the start of a brand new year in 2023, it would only be fitting to look back on the past year and reflect on the developments and accomplishments of WSO2's CIAM Suite. For the second consecutive year in a row, KuppingerCole Analysts have recognized WSO2 as an Overall Leader and an Overall Product Leader in their CIAM Platforms Leadership Compass 2022 report. WSO2 Identity Server and Asgardeo, both components of WSO2’s CIAM suite, were evaluated in the report.

Best Kong Alternatives for 2022

As companies strive to differentiate themselves through speed and agility, a well-planned API strategy becomes crucial. However, as demands and customer needs evolve, an API catalogue can quickly become overwhelming. While Kong is a popular tool for organizing API development and management, there are Kong alternatives to consider that may better fit your specific needs.

Kong Your Way into the New Year: An Introduction to API Gateway

Our #KongBuilders Livestream is back and kicking off the new year with a tutorial on ������ ���� ������������ �������� ����������������������! We can’t wait to introduce you to Kong’s powerful open-source API gateway with host Viktor Gamov, Principal Developer Advocate with Kong, who will walk you through the basics of getting started with and exploring key features like rate limiting, authentication, and monitoring.

Mission (Im)Possible:Building Geo-Distributed Apps with Kong and YugabyteDB

🤔 Have you ever wondered how a geo-distributed app such as a Slack-like corporate messenger is architected and functions? 👂 Hear directly from Denis Magda, Director of Developer Relations at Yugabyte, on ������ ���� ���������� ������-���������������������� �������� with Kong Inc. and Yugabyte. 🌎 How hundreds of microservices are deployed and communicate across distant geographies? How thousands of user messages and events flow in real-time across the countries and petabytes of data are stored and accessed across continents?

Get Ready For The Cloud API War

About a decade ago, cloud computing became the norm in enterprise IT deployments. Infrastructure as a Service (IaaS) and Integrated Platform as a Service (iPaaS) vendors were fiercely competing to deliver the private and public cloud products that would power the next generation of app development, processing, storage, and networking. And since APIs are at the heart of cloud computing, the race was on to deliver the API that developers and sysadmins would most favor. The Cloud API War had begun.

The Fundamentals of API Management

Application programming interfaces (APIs), especially web service APIs, have completely transformed the software development industry. Surveys of CIOs and other enterprise tech leaders in the past 12 months show incredible growth in the number of API consumers, with almost all surveyed agreeing that APIs are a component of their strategies going forward.

Building a RESTful API with Java Spring Boot

Spring Boot is a popular framework for creating powerful RESTful APIs, and in this tutorial, we will use it to develop a simple API that simulates a credit score rating. The API endpoint we will create will allow a user to retrieve a credit score rating by sending a request to the API. However, it is important to note that we will not be linking up to any actual backend systems to pull a real credit score, instead we will use a random number generator to generate the score and return it to the user.