Day: May 22, 2024

Intro into Spring AOP

One powerful tool in the arsenal of a Java developer is Aspect-Oriented Programming (AOP), and when seamlessly integrated with Spring Boot… Continue reading on Medium » One powerful tool in…

COUNT in MySQL

In MySQL, COUNT is an aggregate function that returns the number of rows that matched a specified condition. Continue reading on Medium » In MySQL, COUNT is an aggregate function…