Getting Started with Solidity
Solidity is an object oriented programming that shares many of its syntax with other statically typed languages like Java, and does the process of verifying and enforcing the co...
Build a Docker JRE Image with Java 17 and Spring
From Java 11 no JRE images have been released so far (2021-12-31) – this translates into heavier Java images when building your application to be released to production. Before ...
Behavioral Design Patterns
Behavioral patterns improve communication and flexibility between objects. All Patterns Observer The observer pattern establishes a one to many relationship, so if an o...
Getting Started with Spring Boot and Java 9 Modules
The Java Module System is a feature that was released with Java 9 and was part of the project Jigsaw. The reason for having the the Java Module System is to offer a greater lev...