Systems | Development | Analytics | API | Testing

How to Evolve Software for Minimum Disruptions: The Architect's Two Hats

Good software has a long lifespan, but the technological landscape constantly changes. To remain useful and relevant, your software must evolve, adapting to new demands, much like FAANG companies. This continuous evolution isn't just expected; it's often beneficial, leading to better, more resilient systems over time. Changes come in many forms: evolving requirements, new features, and shifting dependencies, such as updated libraries or external APIs.

Announcing WSO2 Identity Server 7.2: Powering the Future of CIAM and Secure AI Agents

We are excited to announce the general availability of WSO2 Identity Server 7.2! This release is a direct response to the massive industry shift toward autonomous artificial intelligence (AI) agents and the growing complexity of business-to-business (B2B) identity. Version 7.2 solidifies our position as a leader in comprehensive customer identity and access management (CIAM) and modern access management by delivering crucial new features that secure your digital future and maximize developer velocity.

Bad Actors are Harnessing the Power of AI-Is Your Identity Defense Ready?

The age of agentic AI introduces unprecedented risks. In the rapidly evolving landscape of artificial intelligence, agentic AI is emerging as a transformative force, capable of autonomous decision-making, learning, and interaction. These sophisticated AI systems are poised to revolutionize industries and daily life. Conversely, these same capabilities can be exploited by attackers to launch highly effective and scalable cyberattacks. The advancement of AI brings a critical imperative.

Just Say No to AI: Why Our Content Will Remain Human-Authored

At WSO2, our content is grounded in original thinking and hard-earned lessons from building real enterprise systems with our products. We apply first principles to shape our perspective on our strategy and forward thinking. No model can replace this experience. AI is valuable when used by thoughtful authors, but alone it does not deliver meaningful value to our readers, customers, or community.

Introducing the Choreo AI Gateway

In recent years, AI technologies have evolved rapidly, and these capabilities are now accessible through APIs, making it easier for developers and enterprises to integrate AI into their applications. Whether it's natural language processing, image generation, or text summarization, AI APIs have become essential for modern applications.

Nigeria's Open Banking: A Technical Blueprint for CIOs and CISOs

The launch of Nigeria's open banking era is a mandate that is rapidly moving from a regulatory concept to a technical requirement. For CIOs and CISOs of Nigerian banks, this shift presents both a significant compliance challenge and a strategic opportunity. The primary concerns are maintaining security while exposing customer data, understanding the specific technology needed, and ensuring the investment delivers ROI are paramount.

What is an Integration Platform as a Service (iPaaS)?

An iPaaS, or integration platform as a service is a cloud-based integration platform that acts as a central hub to seamlessly connect and manage different applications, data sources, GenAI models, knowledge bases, and AI agents wherever they are deployed—cloud-based, on-premises, or hybrid.

Streaming Kafka Events in Real Time via WebSocket APIs

Imagine that you need to know the exact location of the train that you’re about to catch. Trains can be equipped with IoT sensors that can publish location coordinates via Kafka streams in real time. You will be using a mobile application to view a train’s location. Mobile applications and web applications are compatible with WebSocket, a web-friendly protocol, but the location data is received via a Kafka stream. How do we convert the real-time Kafka feed into a real-time WebSocket feed?