Experienced Spring Boot Developer with over 3+ years of expertise in developing scalable and high-performance web applications and microservices. Proficient in Java and Spring Boot frameworks, with hands- on experience in RESTful APIs and Microservices architecture. Adept at building secure, database-driven applications and integrating various third- party services. Strong problem-solving skills with a focus on delivering clean, maintainable, and efficient code.
Nothing here yet.
Feb 22, 2025 · 6 min read · Previously we implemented code to implement Authentication using BCryptPasswordEncoder. Let’s implement JWT Token base authorization now. Step 1 → Add dependencies. <!-- JWT --> <dependency> <groupId>io.jsonwebtoken</grou...
Join discussionFeb 22, 2025 · 2 min read · Let’s start with a very basic project which has a simple @RestController UserControler. UserControler has a method mapped with @GetMapping which returns String “Hello, World!” when api ( http://localhost:8020/api/hello ) is hit. Step 1 → Add depend...
Join discussionFeb 22, 2025 · 2 min read · Let’s start with a very basic project which has a simple @RestController UserControler. UserControler has a method mapped with @GetMapping which returns String “Hello, World!” when api ( http://localhost:8020/api/hello ) is hit. As of now we have onl...
Join discussionNov 6, 2024 · 2 min read · We have a UserService microserviece which is makes call to other microservices and we would like to implement circuit breaker pattern here. Step 1 → Add dependencies - Spring Boot Actuator | OPS → To monitor the health of our microservice applicatio...
Join discussion