Learn how to use Firmata4j to control an Arduino board from a Raspberry Pi board or directly from your computer.
-
Is it Time to go Back to the Monolith?
Modern modular monoliths (and Moduliths) are redefining the monolithic architecture. Pick the best of both worlds with the hybrid approach.
-
Journeys in Java, Level 9: Docker compose all the things
Learn how to successfully create an orchestrated microservices system with Docker Compose!
-
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.
-
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.
-
Modular Monolithic in Practice
In this article, you learn about the Modular Monolithic architecture and how you can create it using the Spring Framework and Gradle.
-
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.
-
Spring Modulith: Have We Reached Modularity Maturity?
Spring Modulith is the successor of Oliver Drotbohm’s Moduliths project (with a trailing S). It uses both ArchUnit and jMolecules.
-
Spring Boot – Annotation Reference – 01/a
Spring Boot Annotation Guide, providing an easy reference for daily development and provides code samples.
-
SpringOne TLV World Tour Trip Report
Got a chance to meet and talk to many interesting members of the Spring team and hear about updates to Spring 6 and Spring Boot 3 in my home city.
-
Clean Shutdown of Spring Boot Applications
Article discusses and presents five ways to shutdown Spring Boot apps cleanly. It provides inline code samples and link to GitHub.