Software Developer doing Java, JavaScript for over 10 years. Working in Polish and German projects.
Nothing here yet.
Open Session in View is a mechanism in Spring Boot which opens a Hibernate Session when processing a HTTP Request in @RestController and closes it when the processing of the request is over. The advantage of this mechanism is that it allows you to tr...

A question I like to ask developers during job interviews is how JPA works from application code down to the database. The answer tells me how someone understands this complex tech stack. As I work with the Spring Framework I ask this question in the...
