
Ranjani Harish
Fun-loving, curious and enthusiastic IT developer who believes in constant learning.
Articles by Ranjani Harish
Getting started with Spring Security and Spring Boot
Spring Security is a framework that helps secure enterprise applications. By integrating with Spring MVC, Spring Webflux or Spring Boot, we can create a powerful and highly customizable authentication and access-control framework.
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 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 moreTypesafe HTTP Clients with OkHttp and Retrofit
Developers use HTTP Clients to communicate with other applications over the network. Over the years, multiple HTTP Clients have been developed to suit various application needs.
Read moreWhen Should I Use Project Lombok?
Project Lombok is a popular library that helps us to write clear, concise, and less repetitive Java code. However, among the developer community, it has been both embraced and criticized for reasons I would like to elaborate here.
Read more