This cloud terminology will tell you what you need to know, whether you're interested in cloud native development, serverless architecture, or design patterns. Read all
We take a look at an open source application that allows developers to integrate APIs into their web applications that can deliver realtime push notifications. Read all
JAX-RS is an important part of Java EE when it comes to developing RESTful web services. Let's start with some simple annotations and how to apply them. Read all
Learn about loading and storing data with Pig, which is used for the ETL data pipeline and iterative processing and Hive, an open-source data warehouse system. Read all
Here we examine various logging architectures to consider when setting up logging for microservices and Docker containers, from app-based logging to sidecars. Read all
To create more discoverable APIs, leave behind "read the manual" culture and learn about naming things well and avoiding side effects; write it in a usable way. Read all
This post covers how to implement client-specific rate limiting for your API at the application level, with an implementation based on a Java Semaphore. Read all