Posts by Ionuț Barangă

Spring Boot Integration Testing with Testcontainers and Junit5

2023-03-18

Spring Boot testing library offers an out-of-the box @SpringBootTest annotation that boots the entire application and gets it ready for testing.

Continue reading

Sugar-like series (II)

2020-09-17

It’s good, tempting, it comes instantly, but on a long run it will most probably cause some issues. What are the similarities when it comes to building applications?

Continue reading

Wrk-ing µ-Frameworks’ Flavors

2020-07-19

There are many options when it comes to which framework to use for developing JVM-based microservices these days.

Continue reading

Sugar-like series (I)

2020-06-22

It’s good, tempting, it comes instantly, but on a long run it will most probably cause some issues. What are the similarities when it comes to building applications?

Continue reading

Declarative Spring Application Events

2020-06-12

Spring allows us to publish ApplicationEvent instances using the managed ApplicationEventPublisher instance.

Continue reading