Recent Posts

Java 24 : What’s New?

Author: Loic Mathieu Original post on Foojay: Read More Table of Contents JEP 404: Generational Shenandoah (Experimental)JEP 450: Compact Object Headers (Experimental)JEP 472: Prepare to Restrict the Use of JNIJEP 475: Late Barrier Expansion for G1JEP 478: Key Derivation Function API (Preview)JEP 479: Remove the Windows 32-bit x86 PortJEP 483: Ahead-of-Time Class Loading & LinkingJEP 486: Permanently Disable the Security …

Read More »

Checking out Junie, a coding agent by JetBrains

Author: Igor Kulakov Original post on Foojay: Read More Table of Contents Installation and overviewSetting requirements‘Coding’Code qualityCorrecting the implementationResults Other languages: Español 한국어 Português 中文 Recently, I talked about Duplicate Finder on the Foojay Podcast hosted by Frank Delporte. We briefly touched upon implementing support for other formats, and Frank asked if I’m planning on adding AsciiDoc, as it could …

Read More »

Sliding Window Counter Rate Limiter (Redis & Java)

Author: Raphael De Lio Original post on Foojay: Read More Table of Contents Index How It Works 1. Define a Time Window 2. Track Requests 3. Remove Expired Intervals 4. Rate Limit Check How to Implement It with Redis 1. Track Requests by Sub-Interval 2. Remove Expired Intervals 3. Sum Counts for the Active Window Implementing it with Jedis Add …

Read More »