thumbnail image
  • home
  • java
  • spring
  • signup
  • …  
    • home
    • java
    • spring
    • signup
  • home
  • java
  • spring
  • signup
  • …  
    • home
    • java
    • spring
    • signup
  • ☕🍃🔍

    JAVA GARBAGE COLLECTORS — THE OPTIONS, IN PLAIN ENGLISH
    October 26, 2025
    java,techlead,programmmer,devops,slides
    TL;DR: Different apps need different GCs. Start with G1, go ZGC/Shenandoah for ultra-low pauses, use Parallel for throughput, Serial for tiny heaps, and Epsilon for benchmarks. ⚖️ Why care? ⚡ Latency-sensitive APIs? Try ZGC (and Shenandoah if your distro ships it). 🚀 Batch/ETL? Parallel GC...
    💡🧩 Know your Java classes about Handling Date, Time Values
    October 26, 2025
    java,crosswords
    It’s Friday crosswords time! A tiny puzzle to help you better remember core Java time APIs — and become a more cognizant Java developer. Use the picture attached to fill it in, or play online here: https://crosswordlabs.com/view/java-handling-date-time-values . Across 2. enum of...
    🧩📦 DATA CLUMPS: SPOT IT, FIX IT
    October 26, 2025
    code-smell,cleancode
    🔸 TL;DR ▪️ Data Clumps = the same group of fields (e.g., street, city, zip, or startDate, endDate) traveling together across methods/classes. ▪️ They inflate signatures, duplicate logic, and hide domain concepts. ▪️ Fix by introducing a Value Object / Parameter Object, move behavior next to...
    More Posts
    Cookie Use
    We use cookies to ensure a smooth browsing experience. By continuing we assume you accept the use of cookies.
    Learn More