Ömer KurularJava - Closing Resources Automatically with AutoClosableIn this article, we are going to cover an important interface that Java 7 brings to stage.Feb 23, 2022Feb 23, 2022
Ömer KurularJava — Rewriting Traditional Codes With Streams #3 (collect)We are continuing with the new part of the series. In this part, we will explore collecting elements that is produced after series of…Feb 13, 2022Feb 13, 2022
Ömer KurularSpring - Be Careful Overriding Conditional BeanIn Spring, we may need some 3rd party beans in our applications like object mappers, password encoders etc. To use them, we define those…Jan 26, 2022Jan 26, 2022
Ömer KurularJava - Rewriting Traditional Codes With Streams #2 (map, flatMap)We are continuing with the new part of the series. In this part, we will explore mapping operations using map and flatMap functions.Jan 22, 2022Jan 22, 2022
Ömer KurularJava - Rewriting Traditional Codes With Streams #1 (filter, foreach)In this series, we are going to see examples on traditional Java codes and their Stream versions. We will start off by fundamentals in this…Jan 11, 2022Jan 11, 2022
Ömer KurularJava - Quick Tips & Tutorials #1In this series, I will write short tutorials and tips for Java environment including Spring Boot, Spring Cloud, microservices, testing…Dec 18, 2021Dec 18, 2021
Ömer KurularWhy you should use parent pom for your multi-module Java projectsIn this article, we are going to look deep into why we should use parent for our Java projects especially those composed of multi-modules…Oct 30, 2021Oct 30, 2021
Ömer KurularSpring Cloud - Externalized Configuration, Setting up and SecuringIn this article, we are going to talk about why we should use config server, how to set it up and secure it.Aug 14, 2021Aug 14, 2021
Ömer KurularinJavarevisitedJava - Null Handling With OptionalsIn this article, we are going to cover one of the essential topics of java, null handling ,and we are going to do this with Optionals that…May 24, 20212May 24, 20212
Ömer KurularSpring Boot - Loading Initial DataIn this post, I am going to talk about loading initial data to our database for later use in our Spring Boot application.May 16, 20211May 16, 20211