Systems | Development | Analytics | API | Testing

Hybrid Post-Quantum Digital Signatures with Ballerina

As highlighted in the Quantum-Safeness of WSO2 Products blog, the need for alternative digital signature algorithms has become increasingly urgent. While post-quantum (Q) algorithms are gaining traction, they require time to build industry-wide trust. To address this, hybrid post-quantum digital signatures have emerged, combining classical (C) cryptographic methods with post-quantum (Q) algorithms to ensure resilience against both classical and quantum threats.

How SeatGeek scaled to 86M+ monthly API requests with Kong Konnect

SeatGeek’s API sprawl was slowing them down—internally and externally. That changed with Kong Konnect. In this quick story, see how SeatGeek used Kong’s API platform to improve visibility, streamline management, and handle over 86 million monthly requests. If you're dealing with fragmented APIs or struggling to scale developer experience, this one's worth a watch.

How Worldpay Secures Payment Data and Accelerates DevOps | Perforce

Discover how Worldpay, a global leader in payments, modernized its software delivery pipeline while ensuring data security and compliance. In this video, you'll learn how Perforce helped Worldpay: Protect sensitive financial data Accelerate development cycles Automate testing workflows Meet strict regulatory standards in the cloud Watch now to see what's possible.

9 AI Agents Examples That Solve Real Enterprise Challenges

When ChatGPT hit headlines, many equated artificial intelligence with simple chatbots. Useful? Sure. But limited to isolated tasks and virtual assistants, they fell short of their full potential. That’s changing. Businesses are now entrusting AI agents with real decision-making power on complex tasks. These agents reason, adapt, and act autonomously—without waiting for human intervention. When they’re deployed directly into processes, they provide real value at enterprise scale.

Artificial Intelligence in Payment Processing: Efficient Investigations, Happier Customers

Artificial intelligence is one of the most impactful innovations the financial services industry has ever seen. From streamlining financial operations to enhancing customer experiences, artificial intelligence capabilities help financial sector organizations stay competitive in a marketplace that never stops shifting. The benefits of AI also extend to payment processes. Here’s a real-life example.

How APIs Help Meet ESG Goals in Manufacturing

APIs are transforming how manufacturers achieve ESG (Environmental, Social, and Governance) goals by simplifying data collection, real-time monitoring, and reporting. Here's how they help: For example, companies using REST APIs have cut compliance costs by up to $45,719 per implementation and reduced risks by 99%. Whether you're monitoring carbon emissions or ensuring supply chain accountability, APIs make ESG integration seamless and efficient.

Towards Quantum-Safe Applications

While quantum computers promise to solve many problems that cannot be solved (efficiently) on a classical computer, they are a serious threat to security at the same time. We describe why this is the case, how broad this threat is, and how this threat is currently countered. This implies making quantum-safeness an integral aspect of an organization’s IT strategy.

How to Use MapKit in iOS with SwiftUI

In this article we’ll learn about Apple’s MapKit framework. MapKit is the native way to include map views in our iOS application to display map or satellite imagery. It is quite useful for any map-centric view and to show coordinates, annotate on them with a custom annotation, or just generally view world locations or specific map features. This article will be very hands-on and will include several examples on how things are done using MapKit and the mapkit api.

Migrating A JavaScript Project from Prettier and ESLint to BiomeJS

Prettier and ESLint have long been indispensable tools in the JavaScript ecosystem for ensuring code consistency and quality. They have become staples in the toolchains of JavaScript projects worldwide. However, a new player has emerged to challenge their dominance: BiomeJS. This ambitious project seeks to combine the functionality of both tools into a single, high-performance solution for code formatting and linting.

An Introduction to Solid Queue for Ruby on Rails

One of the most exciting additions to Rails 8 is undoubtedly Solid Queue, a new library for processing background jobs. You might not think it's that big of a deal. After all, there are plenty of other queuing systems out there. If you work with Rails, you'll likely know about Sidekiq and Resque — both are exceptionally performant and reliable. There is also GoodJob and the venerable DelayedJob. With all those options available, do we really need another queuing system? Let's find out together.