Some code Examples Created For My Personal Blog
- Making Assertions On A Stub For Consecutive Calls
- Mocking in TypeScript
- Symfony Messenger Demo Application
- Conditional Dependency Injection In Spring Framework And Spring Boot
- Batch Processing with Spring Batch and Multiple Data Sources (without Spring Boot)
- Securing a REST API Created With Spring Boot 3 Using Spring Security with username-password And JWT Authentication
- Spring StateMachine Explained: Managing Complex Workflows with Ease
- How To Solve ‘TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension “.ts” for…’ Error
- Caching in Spring Boot
- JWE Encryption and Decryption
- How to Align Spring Boot Validation Errors with Your JSON Property Naming Strategy
- A Practical Guide to Google Guice
- Protecting Sensitive Data Using Envelope Encryption
- Versioning Redis Cache Keys to Prevent Stale Data During Spring Boot Deployments
- Circuit Breaker in Inter-Service Communication