How Elasticsearch Fuzzy Query WorksWelcome the article about elasticsearch fuzzy query algorithm d. This article is not about “What Is Elasticsearch?”, “Which Query Types…Dec 13, 2024Dec 13, 2024
Published inemlakjetIs Memory Leak Possible In Java?As we know Java has “Garbage Collector”(GC) as a strong design decision. GC sweeps non-referenced objects from heap and give the free block…Oct 2, 2024Oct 2, 2024
Published inemlakjetIs Singleton Really Singleton?As we know, design patterns are the solutions for software design problems. They are based on experiences for years and world wide…Sep 13, 2024Sep 13, 2024
Published inemlakjetHow Kafka Is Fast?Kafka is one of the most popular solution for message broker, real-time data streaming etc systems. This article will cover how Kafka is so…Jul 29, 2024Jul 29, 2024
Published inemlakjetJava 17 & 21 & Embedded Server ComparisonsAs a traditional way most of developers use default embedded server in spring applications. You know what it is. Tomcat! But what about if…May 9, 2024May 9, 2024
Published inemlakjetHow to Implement Effective Unit Tests In Hexagonal ArchitectureWelcome to the post about unit test implementation in hexagonal architecture. Please pay attention that this post is not about what is unit…Jan 28, 2023Jan 28, 2023
Published inemlakjetHow To Implement Java Virtual Thread In Spring Boot ApplicationWelcome to the post about implementation of Java virtual thread in a spring boot application. This post is not about detail of virtual…Nov 21, 2022Nov 21, 2022
Published inemlakjetNot Invented Here Syndrome In SoftwarePerson A: “Let’s use that dependency for our requirements.”Jun 12, 2022Jun 12, 2022
Published inemlakjetAOT (Ahead-of-Time) CompilerIn previous post, we had some details JIT compilers. You can read the post from here. Now we will have a look about AOT (ahead-of-time)…May 29, 2022May 29, 2022
Published inemlakjetJava — Towards The End Of FinalizeWelcome on post about end of an era, the finalize. As we know Java has advantage of garbage collector. I think if you are familiar with GC…Mar 11, 2022Mar 11, 2022