Kenan Erarslan

1

Spring Boot Tutorials

I have been working with Spring framework for years. I think it was so tough for me to understand basics at the beginning. Years later, I...

A Bit Detailed Look At Records

Java records were introduced in Java 14 as a new type of class that aims to simplify the creation of classes that are primarily used to...

What and How Java HTTP Client?

In Java 11, a new HTTP client API was introduced as an experimental feature, and it became a standard feature in Java 11. This new API...

Differences Between Java 8 and 11

Java is a popular programming language that is widely used in enterprise software development. The language has evolved over the years, with new features and improvements...

What is MVC?

The Model-View-Controller (MVC) design pattern is a popular architecture used in software development. It’s often used to build user interfaces (UIs) for web applications, desktop applications,...

Spring Boot / Controllers

We have developed an application which can connect to db and performs crud operations so far. While inserting new records to db, we used a listener...