There are challenges with Java profiling, and the need for profiling depends on application complexity and performance requirements.
-
Managing Data Residency: Concepts & Theory
Take a look at data residency and design a draft architecture to implement it. In the next article, we will delve into the technical details.
-
Java Developer vs. ChatGPT Part I: Writing a Spring Boot Microservice
Pitting a seasoned Java developer against the all-knowing generative AI to find out… can AI generate a Java microservice end-to-end?
-
Automatically Creating Microservices Architecture Diagrams
Upload a JAR, search for YAML, create a DOT, convert this to a PNG, all taking place behind the scenes, with just a click of a button.
-
Event Driven Hello World Program
Let’s use an event-driven Hello World (a paradigm where the flow is determined by events) to step through behaviour-driven development,
-
Journeys in Java, Level 9: Docker compose all the things
Learn how to successfully create an orchestrated microservices system with Docker Compose!
-
The Evolution of APIs: From RESTful to Event-Driven
Transitioning from synchronous to event-driven APIs modernizes the enterprise and unlocks real-time events and information.
-
Journeys in Java, Level 8: Add MongoDB to Spring Cloud Config
Convert an existing MongoDB-connected service to use Spring Cloud Config for accessing database credentials, as with a Neo4j microservice.
-
How to Run a Java Application with CRaC in a Docker Container
CRaC is an OpenJDK project developed by Azul to solve the problem of “slow” startup times of the JVM in a microservice environment.
-
Journeys in Java, Level 7: Externalize Microservice Configuration
Learn how to set up a service that hosts the Spring Cloud Config server and wire our Neo4j microservice as the config client service.
-
Spring Boot – Annotation Reference – 01/b
In part #2 of my article series on Spring Boot Annotations, we focus on the REST and Spring Stereotype Annotations.