Faruk BOZANinemlakjetIs 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 2Oct 2
Faruk BOZANinemlakjetIs 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 13Sep 13
Faruk BOZANinemlakjetHow 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 29Jul 29
Faruk BOZANinemlakjetJava 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 9May 9
Faruk BOZANinemlakjetHow 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
Faruk BOZANinemlakjetHow 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
Faruk BOZANinemlakjetNot Invented Here Syndrome In SoftwarePerson A: “Let’s use that dependency for our requirements.”Jun 12, 2022Jun 12, 2022
Faruk BOZANinemlakjetAOT (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
Faruk BOZANinemlakjetJava — 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
Faruk BOZANinemlakjetHow To Analyse Memory Dump In JavaWelcome a little long post about memory dump and analysing in Java. We will cover an end-to-end sample in this post. So first of all we…Feb 24, 2022Feb 24, 2022