GeistHaus
log in · sign up

https://feeds.feedburner.com/eu/NlGz

rss
6 posts
Polling state
Status active
Last polled May 18, 2026 22:07 UTC
Next poll May 19, 2026 20:10 UTC
Poll interval 86400s
ETag "35cf0e0cac1e71ede35c0666fc72c57f-gzip"
Last-Modified Wed, 07 Jan 2026 20:38:30 GMT

Posts

What is EnumMap in Java
JavaEnumMapJava CoreJava EnumMap

EnumMap is a specialized implementation of the Map data structure in which the keys are enums. It’s particularly useful in scenarios where we want to retrieve a value corresponding to [...]

The post What is EnumMap in Java appeared first on Geeky Hacker.

https://www.geekyhacker.com/?p=8068
Extensions
Fix CloudWatch log resource policy failed: LimitExceededException
AWSCloudWatchCloudWatch LimitExceededExceptionLimitExceededException

The LimitExceededException error can occur when running a Terraform script. It indicates that while the Terraform configuration is valid, there’s an issue with CloudWatch. If you run the same Terraform [...]

The post Fix CloudWatch log resource policy failed: LimitExceededException appeared first on Geeky Hacker.

https://www.geekyhacker.com/?p=7559
Extensions
How to mock @Value field in Spring Boot
MockitoSpring BootTestingMocking @ValueSpring Boot @Value testing

The @Value annotation injects externalized properties into a Spring Boot application. The field’s value is usually read from the application.properties or application.yml file. While @Value eases the reading of externalized [...]

The post How to mock @Value field in Spring Boot appeared first on Geeky Hacker.

https://www.geekyhacker.com/?p=7545
Extensions