Java

!java

@programming.dev
Create post
How to Detect and Prevent Anti-Patterns in Software Development

How to Detect and Prevent Anti-Patterns in Software Development

Open link in next tab

How to Detect and Prevent Anti-Patterns in Software Development Digma

https://digma.ai/how-to-detect-and-prevent-anti-patterns/

How to detect and prevent Anti-Patterns in Software Development using pair programming, code reviews, Continuous Feedback and observability.

How to Detect and Prevent Anti-Patterns in Software Development Digma
OpenJDK Project Wakefield - The Wayland Desktop for JDK on Linux

OpenJDK Project Wakefield - The Wayland Desktop for JDK on Linux

Open link in next tab

OpenJDK Project Wakefield - The Wayland Desktop for JDK on Linux

https://www.youtube.com/watch?v=5gfZDx6IOD4

The Wayland-based desktop is replacing X11 on more and more Linux distros. But like many applications, JDK is still X11-based. OpenJDK Project Wakefield is a...

How to Detect Cache Misses Using Observability

How to Detect Cache Misses Using Observability

Open link in next tab

How to Detect Cache Misses Using Observability - Digma

https://digma.ai/how-to-detect-cache-misses-using-observability/

In this article, we'll examine cache misses using observability, learn about the caching concept and how to implement it in Spring Boot.

How to Detect Cache Misses Using Observability - Digma
JDK 22 released

JDK 22 released

Open link in next tab

https://openjdk.org/projects/jdk/22/

Java users on macOS 14 running on Apple silicon systems should consider delaying the macOS 14.4 update

Java users on macOS 14 running on Apple silicon systems should consider delaying the macOS 14.4 update

Open link in next tab

https://blogs.oracle.com/java/post/java-on-macos-14-4

Using CRaC to reduce Java startup times on Amazon EKS | Amazon Web Services

Using CRaC to reduce Java startup times on Amazon EKS | Amazon Web Services

Open link in next tab

Using CRaC to reduce Java startup times on Amazon EKS | Amazon Web Services

https://aws.amazon.com/blogs/containers/using-crac-to-reduce-java-startup-times-on-amazon-eks/

Application modernization is a focus area for organizations of different sizes and across industries to achieve business objectives such as reduced time to market, improved cost efficiency, and better customer experience. Containers and container orchestration platforms have been one of the key enablers for these modernization initiatives. Many customers standardize on Kubernetes as a containers […]

Using CRaC to reduce Java startup times on Amazon EKS | Amazon Web Services
JDK 21 G1/Parallel/Serial GC changes

JDK 21 G1/Parallel/Serial GC changes

Open link in next tab

https://tschatzl.github.io/2023/08/04/jdk21-g1-parallel-gc-changes.html

JDK 22 G1/Parallel/Serial GC changes

JDK 22 G1/Parallel/Serial GC changes

Open link in next tab

https://tschatzl.github.io/2024/02/06/jdk22-g1-parallel-gc-changes.html

Async File IO

Async File IO

Open link in next tab

https://concurrencydeepdives.com/asyncfileio.html

Modern Java in Action

Modern Java in Action

Open link in next tab

Modern Java in Action – Inside.java

https://inside.java/2024/03/09/jfokus-modern-java-action/

Let's write a GitHub Crawler and let's throw in everything Java (21) has to offer...