Today microservices are a hot trend for developing cloud-native applications. API versioning helps to iterate faster when the needed changes are identified.
Monitoring HTTP endpoints is crucial in a world where competitors are able to move faster than you. This post describes how to monitor any app with Prometheus.
Azure and AWS is insanely cool until you look at your invoice and realise that what you're paying for can easily be replicated for 2% of your current cloud costs.
A guide on how to consume SOAP web services with Apache CXF and Spring Boot. Plus, some extra information on making configurations and logging requests for CFX.
Journey into the Salesforce API and learn what composite requests bring to the table: reductions of API requests and help you avoid cyclomatic complexity issues.
In this article, we'll run a Camunda bpm platform connecting to MySQL Database in the Docker container. We'll use the MySQL client to verify the Camunda database.
Do you want to take the response from a RESTful API and write it to an SQL database? Here, we'll sync billing data from our Demo Billing API to an SQL database.