Spring Boot @MockBean and @SpyBean Are Saying Goodbye

Since Spring Boot 3.4.0, @MockBean and @SpyBean annotations in spring-boot-test are deprecated. In favor of @MockitoBean and @MockitoSpyBean annotations from spring-test.

April 3, 2025 路 3 min 路 Alexis SEGURA

Flutter Build System: Gradle, Xcode, Fastlane, and More

The aim of this note is to provide a better understanding of the tools and components involved in building mobile applications with Flutter..

February 10, 2025 路 6 min 路 Alexis SEGURA

MongoDB Cache System

The MongoDB Cache System relies on two caches: the WiredTiger storage engine internal cache and the OS filesystem cache (which is not a MongoDB feature).

January 12, 2025 路 3 min 路 Alexis SEGURA