Luiz H. Rapatão

Luiz H. Rapatão

Senior Software Engineer

4-Minute Read

Spring Boot Test Performance

It is extremely common for applications built with Spring Boot to have all their tests annotated with @SpringBootTest, but it is rare to find people who know the functionality of this annotation, when it is necessary to use it and its impact on the execution of an application’s tests.

3-Minute Read

QEMU

Recently I needed to perform some simple tests of an application that only worked on Windows and as I don’t have this environment, I decided to create a VM with Windows 10. My first idea was to use VirtualBox , however, for some reason, I couldn’t start the installer at all, always generating a random error or else the screen was like the hiss of a TV, but colorful and without sound.

1-Minute Read

awesome brazil

Every developer, at least once, must have come across awesome lists calls. These lists try to bring together in one place projects related to a theme or libraries for which they were developed.

2-Minute Read

ACID Transactions

Acronym for Atomicity, Cconsistency, Iinsulation and Durability is a set of properties of a database transaction that aim to ensure data integrity and validity, even after systemic failures or electrical power failures.

Recent Posts