Latest Posts
- Implementing Cache with Redisson in a Spring Boot Reactive Application
- Building a Reactive Spring Boot Application with PostgreSQL and Performance Testing
- Advanced Spring Boot Caching: @Cacheable, @CachePut, @CacheEvict, and Scheduled Updates
- Advanced Redis Caching in Spring Boot: Cache Eviction and Scheduled Cache Clearing
- Implementing Redis Caching in a Spring Boot Application
The Java Language
Spring Framework
Hibernate
JavaScript
JSON
RxJs
Angular
React
Redux
The Python language
Design Patterns
Oracle
Miscellaneous
Data Structures and Algorithms
Kafka
Docker
Machine learning
Kubernetes
System Design
Apache Kafka for Event-Driven Spring Boot Microservices
Jenkins
Redis
JUnit
- JUnit 5 Tutorial: Writing Your First Unit Test Before Introducing Mockito
- Testing Business Logic with Dependencies and Stubs
- Replacing Stubs with Mocks for Cleaner Unit Tests
- Simplifying Unit Tests with @InjectMocks in Mockito
- Exploring Mockito with the List Interface
- Using Generic Parameters with Argument Matchers in Mockito
- Mockito – Verify method calls
- Mockito ArgumentCaptor for Multiple Calls
- Understanding Spies in Mockito
- Unit Testing RESTful Web Services in Spring Boot with MockMvc and Mockito
- Unit Testing JSON Responses with JsonAssert in Spring Boot
- Writing Unit Tests for Spring Boot Controllers with a Mocked Business Service
- Adding a Data Layer and Unit Testing in Spring Boot with JPA, H2, and Mockito