March digest
International Women’s Day
As part of the International Women’s Day, the dev.to web site has published an article series about women who code.
International Women’s day Series’ Articles.
How to Monitor a Spring Boot App
Monitoring a cloud native application is one of the most important cloud native application requirements.
In this article, the author explains how to deal with this subject on Spring Boot applications
How to Monitor a Spring Boot App
Hibernate Naming Strategies: JPA Specification vs Spring Boot Opinionation
Spring boot often uses Hibernate as JPA provider. However, there are some differences, especially on the table naming strategy. In this article, the authors explains the naming strategy concept and what are the differences between Hibernate and Springboot.
Hibernate Naming Strategies: JPA Specification vs Spring Boot Opinionation
It’s developer’s fault
A classic developer’s life moment: adding new features in a short time. Never a good thing and this post shows the developer perspective (from real life) and the implications. A harsh reality, seen too many times. The developer gives its feedback, what he could have said or done and how he will handle the situation now.
Polymorphic association mappings of independent classes
Oh Hibernate can do so many things and respond to your most complicated data model. Here’s one that I didn’t know: mapping through polymorphism and not inheritance. Quite convenient and not so verbose.