Java

Jan
31
How We Reduced Our Application Runtime By Factor Of 60

How We Reduced Our Application Runtime By Factor Of 60

Disclaimer All functions and events in this blog post, even those based on real modules or microservices - are entirely
6 min read
Oct
29
@Transactional annotation simplified. At last.

@Transactional annotation simplified. At last.

Handling database transactions can be hard and confusing, especially when there are multiple frameworks - each one with its own
3 min read
Aug
22
Easily time your methods with Spring AOP

Easily time your methods with Spring AOP

What is AOP? Aspect-Oriented Programming (AOP) complements Object-Oriented Programming (OOP) by providing another way of thinking about program structure. The
3 min read