Project Amber has brought a number of new features to Java in recent years. While each of these features are self-contained, they are also designed to work together. Specifically, records, sealed classes, and pattern matching work together to enable easie... (more…)
Read more »
In this video we take a look at the Sun JavaStation - A Network Computer released by Sun Microsystems in 1996 designed purely to run Java Applets. We will t... (more…)
Read more »
amazon-ecs-java-microservices - this is a refarch for containers and java microservice. (more…)
Read more »
The java.util.concurrent got a massive overhaul with the release of Java 8. We’ve been introduced to whole new classes like CompletableFuture that brought a long awaited improvement to asynchronous work. We’ve also seen a lot of...
Read more »
Web developers know that they can integrate functionality from third-parties by copying/pasting a tiny script into their HTML pages. It’s a great engineering work: by adding a few lines you end up… (more…)
Read more »