Spring
Demystifying Transactions and Exceptions with Spring
One of the most convincing justifications for using the Spring Framework is its extensive transaction support. For transaction management, the Spring Framework offers a stable abstraction.
Read moreConfiguring CSRF/XSRF with Spring Security
Cross-site Request Forgery (CSRF, sometimes also called XSRF) is an attack that can trick an end-user using a web application to unknowingly execute actions that can compromise security.
Read moreAOP with Spring (Boot)
What is AOP? Aspect Oriented Programming (AOP) is a programming paradigm aiming to extract cross-cutting functionalities, such as logging, into what’s known as “Aspects”.
Read moreHandling Timezones in a Spring Boot Application
It is common to encounter applications that run in different time zones. Handling date and time operations consistently across multiple layers of an application can be tricky.
Read moreConfiguring CORS with Spring Boot and Spring Security
Cross-Origin Resource Sharing (CORS) is an HTTP-header-based mechanism that allows servers to explicitly allowlist certain origins and helps bypass the same-origin policy.
Read moreReactive Architecture with Spring Boot
Microservices are meant to be adaptable, scalable, and highly performant so that they can be more competitive to the other products in the market.
Read more