Deploying a simple Spring Boot with MySQL app to AWS using Elastic Beanstalk
There is no doubt that AWS is still a hot topic in 2019 so I felt that I should write something useful to get started with exploring it’s capabilities. In Continue reading
Being a good software engineer is 3% talent, 97% not being distracted by the internet.
There is no doubt that AWS is still a hot topic in 2019 so I felt that I should write something useful to get started with exploring it’s capabilities. In Continue reading
Have you ever heard about datasource proxies? No worries, it’s not complicated at all. Let’s say you want to access the database from an application. First you have to configure Continue reading
Are you a Hibernate user? Have you ever got a LazyInitializationException? Let’s clarify this topic a bit. You can find plenty of solutions for the exception, however they lack explanation and Continue reading
Quite some time ago, I had a chance to try out one of the coolest features of Hibernate when I had to insert and update multiple entities. By multiple, I mean Continue reading