PinnedTamer ArdalBoost Your Java Back-End Performance: Essential Optimization Tips!Performance plays a critical role in the success of a software project. Optimizations applied during Java back-end development ensure…5d ago5d ago
PinnedTamer ArdalNull Safety: Avoid Null Pointer Exception in JavaIf you want to learn more about null checks, you can also read my previous post on Simplify Null Checks in Java: Writing Clean Code with…Oct 17Oct 17
PinnedTamer ArdalHow to parse and generate an Excel file in Spring Boot: What is Apache POI?Keeping files directly in the database would be quite difficult. Therefore, it is better to read the data from the excel file and keep it inSep 301Sep 301
PinnedTamer ArdalDon’t use if-else blocks anymore! Use Strategy and Factory Pattern TogetherAs we move forward in a project, lost in if-else blocks, struggling with complex conditions and repetitive code, we look for a solution…Sep 22Sep 22
Tamer ArdalJava’da Null Kontrollerini Basitleştirin: Apache Commons Lang 3 ile Temiz KodJava’da null kontrolleri genel olarak == veya != kullanılarak yapılır. Bunun yanında bir de empty kontrolü yapmak istersek koşulumuz…Sep 17Sep 17
Tamer ArdalSimplify Null Checks in Java: Writing Clean Code with Apache Commons Lang 3In Java, null checks are generally done using == or !=. In addition, if we want to do an empty check, our condition will look like the…Sep 167Sep 167