Systems | Development | Analytics | API | Testing

Latest Blogs

Kong and AWS partnership facilitates Open Banking

Open Banking is a key digital transformation initiative in many countries. Its aim is to provide end users with more control of their financial data and to enable companies involved in banking, financial services, and insurance (BFSI) to quickly offer new services. The Kong-AWS partnership provides the right technology enabling these financial institutions to transform and meet the key requirements of Open Banking.

Gartner considers edge messaging providers like Ably critical for live experiences

A recent GartnerⓇ report recognizes Ably as playing a critical role in powering meaningful online experiences by extending event-driven architectures to the edge. Within the spectrum of event-driven architecture use cases, Ably reaches end-user devices with last-mile connectivity: it’s at the heart of what we do. Ably is edge messaging!

Data Integration for B2B E-Commerce, Explained

Five things to know about data integration for B2B ecommerce: Business-to-business (B2B) ecommerce companies share many of the same data integration obstacles as their business-to-consumer (B2C) counterparts—managing multiple data types, abiding by data governance guidelines, merging data with partners, etc. Still, many data integration solutions cater specifically to ecommerce enterprises in the B2C space, so integrating data remains a challenge for the B2B sector.

The Concept Of Null In Java

null is a reserved word (keyword) in Java for literal values. It is a literal similar to the true and false. In Java, null is a keyword much like the other keywords public, static or final. It is just a value that shows that the object is referring to nothing. The invention of the word “null” originated to denote the absence of something. For example, the absence of the user, a resource, or anything.

Shopware 6.4.11 NavigationLoader performance improvements evaluated

During Shopware Community Unconference 2022, we heard a lot about an internal performance week at Shopware, where they took tie to optimize different parts of the core of the Shopware platform. These were mostly performance problems that also affect our customers. Naturally, we are super excited about them their release in version 6.4.11. In this blog post we will look at one improvement to category navigation loading.

A Guide to Event-Driven Architecture in Elixir

In this post, we will explore how event-driven architecture can make your app more responsive for users and decouple your modules for a better developer experience. We will also look at several methods of implementing event-driven architecture with Elixir. Elixir is particularly good for this because of the advanced and concise message-passing APIs that it offers and BEAM's outstanding support for concurrency. But first: what is event-driven architecture, exactly?