Using the Iterator pattern to query for data.
Everyone knows the Iterator interface in Java but outside the Collections of java the pattern is not often used.
Everyone knows the Iterator interface in Java but outside the Collections of java the pattern is not often used.
When instantiating an object how, and when, should we validate that the arguments given are valid?
This code bugged me for some time now and I finally had some time to come up with a better solution. The code comes from one of the projects I work on but I ...
AWS Load Balancers are given a default DNS name. When resolving this DNS name one or more IP addresses will be included in the response. However these IP ad...
Moving from elastic search 1 to elastic 2 comes with some breaking changes. One of those changes is the setup of an in-memory node.
Upgrading our application to Spring 6 with Spring Security 6.1.2 and Tomcat 10.1 resulted in the following UnsupportedOperationException:
OpenJDK has backported disabling TLS 1.0 and 1.1 by default.
Exploring the configuration options of the Spring ThreadPoolTaskExecutor.
Revocation checking is disabled by default in Java but it can be enabled by setting the correct properties.
Spring WebFlux includes a reactive, non-blocking WebClient for HTTP requests. It supersedes the AsyncRestTemplate, which was deprecated in Spring 5.
Everyone knows the Iterator interface in Java but outside the Collections of java the pattern is not often used.
When instantiating an object how, and when, should we validate that the arguments given are valid?
Moving from elastic search 1 to elastic 2 comes with some breaking changes. One of those changes is the setup of an in-memory node.
This code bugged me for some time now and I finally had some time to come up with a better solution. The code comes from one of the projects I work on but I ...
Configure NTP on a Raspberry PI with DHCP option 42 NTP Servers. DHCP allows to send a whole list of options along with the IP address for the Raspberry PI.
Configure NTP on a Raspberry PI with DHCP option 42 NTP Servers. DHCP allows to send a whole list of options along with the IP address for the Raspberry PI.
Revocation checking is disabled by default in Java but it can be enabled by setting the correct properties.
Upgrading our application to Spring 6 with Spring Security 6.1.2 and Tomcat 10.1 resulted in the following UnsupportedOperationException:
Exploring the configuration options of the Spring ThreadPoolTaskExecutor.
Revocation checking is disabled by default in Java but it can be enabled by setting the correct properties.
Spring WebFlux includes a reactive, non-blocking WebClient for HTTP requests. It supersedes the AsyncRestTemplate, which was deprecated in Spring 5.
Moving from elastic search 1 to elastic 2 comes with some breaking changes. One of those changes is the setup of an in-memory node.