Scenarios in microservice-based architecture can involve multiple microservices. Completion of the scenario depends on the task completion of each microservice. Read all
One of the most popular Spring annotations is @Transactional. Here are the most common mistakes Java developers make when using it and steps to avoid them. Read all
There's no need to use JavaScript and HTML to build web UIs if you know Java. Learn how to do this using the open-source Vaadin Java web framework. Read all
Getting started with the latest version of Spring Data Elasticsearch 4.1 using Elasticsearch 7 as a NoSQL database. First, I will briefly explain the ... Read all
R2DBC is a project that enables us to develop reactive programs API with relational databases, as we can do with databases that natively offer reactive ... Read all
Looking to create your own version of Google Maps? This simple tutorial will walk you through the proper steps when creating a virtual map application. Read all
Scaling micro-frontends using Angular elements: Hosting on Azure cloud. The micro-frontends architecture creates a buzz in the web app development world. Read all
A senior developer explores the relationship between monitoring and logging and then gives a quick tutorial on how to set up monitoring in your application. Read all
Learn how to compress your files and increase efficiency using Ruby's zlib module, as well as how to stream gzip and control the compression levels of your file. Read all