JQueue: A Library to Implement the Outbox Pattern

JQueue is a library that helps ensure services are updated and published consistently and atomically. Learn how to use it in your EBA. Read all

Decorating Microservices

The Decorator pattern is a great fit for modifying the behaviour of a microservice. Native language support can help with applying it quickly and modularly. Read all

Data Management in Complex Systems

Learn the reasons to use application databases and explicit publishing of data in your architecture, and how to manage growth in your data scope and size. Read all

How to Build a Serverless WebSockets Platform

When building modern web applications, it is increasingly important to be able to handle realtime data with an event-driven architecture to propagate message... Read all

API Proxy vs. API Gateway: What Are the Differences and Which Should You Use?

API gateways offer more capabilities than proxies. Use gateways to make an API by combining existing services together, which can't be done with an API proxy. Read all

Hide Your API Keys With an API Proxy Server

The main goal of this article/tutorial is to demonstrate how to conceal public API keys by building an API proxy server using NodeJS. Read all

Build a Serverless URL Shortener With Go

Learn how to use DynamoDB Go SDK using a URL shortener sample application and integrate it with AWS Lambda and API Gateway to build a serverless solution. Read all

Comparison: JMS Message Queue vs. Apache Kafka

10 comparison criteria for JMS message broker vs Apache Kafka data streaming to choose from IBM MQ, RabbitMQ, Confluent, Amazon MSK, et al. Read all

How To Perform OCR on a Photograph of a Receipt Using Java

Learn of challenges associated with processing physical receipts for digital expensing operations and discover an OCR API solution to alleviate the problem. Read all

Develop With Oracle Transactional Event Queues

Develop microservices with Oracle Transactional Event Queues, which are compatible with Kafka, but much more. Read all

 

 

 

 

Top