Pinned Repositories
Circuit_Braker_Design_Pattern
This project shows implementation of the Circuit Breaker pattern with SpringBoot v3.1.0
config-server
Drifty
Drifty is an open-source interactive File Downloader system built with java. It is currently available in CLI mode and has the GUI version under active development.
Exception_Handeling_in_RestAPI
An example demo of exception handling in REST_API.
first-contributions
🚀✨ Help beginners to contribute to open source projects
Hibernate_Learning_Topics
Here I have added all topics and its projects while the course of learning Hibernate.
MarkYouTask
MarkYourTask or Task Tracker is a web-based application that helps individuals to keep track of their daily tasks, deadlines, status, priority and progress. It is designed to simplify the task management process, enhance productivity, and ensure timely completion of tasks.
REST-API_Documentation_with_OpenAPI_3
This project shows the documentation of REST_APIs by using OpenApi_3 specification.
REST-API_For_Ticket_Booking
A project of Ticket Booking REST-API with spring boot.
Springboot_With_Redis
Here in this SpringBoot project I have implemented Redis to store data.
Nitesh232's Repositories
Nitesh232/Springboot_With_Redis
Here in this SpringBoot project I have implemented Redis to store data.
Nitesh232/Circuit_Braker_Design_Pattern
This project shows implementation of the Circuit Breaker pattern with SpringBoot v3.1.0
Nitesh232/config-server
Nitesh232/Exception_Handeling_in_RestAPI
An example demo of exception handling in REST_API.
Nitesh232/REST-API_Documentation_with_OpenAPI_3
This project shows the documentation of REST_APIs by using OpenApi_3 specification.
Nitesh232/REST-API_For_Ticket_Booking
A project of Ticket Booking REST-API with spring boot.
Nitesh232/HikeOn_REST_Application_Assignment
This repo consist of REST API project which was assigned by HikeOn Technologies.
Nitesh232/JUnit5_Materials
Short Notes for recaps of Unit Testing with JUnit5
Nitesh232/Kafka_Consumer_SASL_SSL_Security
This project includes SASL_SSL security configuration and implementation for Kafka Consumer
Nitesh232/Kafka_Producer_and_Consumer_SpringBoot_App
This repository contains Kafka Producer and Consumer SpringBoot Application
Nitesh232/Kafka_Producer_with_SASL_SSL_Security
This project consists of Kafka Producer with SASL_SSL security enabled
Nitesh232/Nitesh232
Nitesh232/Produces_and_Consumes_in_REST-API
This project shows an implementation of produces and consumes concept in building Rest-API
Nitesh232/Rate_Limiting_With_Resilience4J
This project shows implementation of Rate Limiting in any application with use of Resilience4J
Nitesh232/Reactive_REST_API_with_Spring_WebFlux
An example code of Mono and Flux in Spring WebFLux
Nitesh232/REST-API_Documentation_with_Swagger
This project shows the documentation of REST_APIs by using Swagger and SpringBoot v2.7 specification.
Nitesh232/Rest-Client_with_RestTemplate_and_WebClient
A project of Rest-Client with RestTemplate and WebClient in REST-API with spring boot.
Nitesh232/REST_CRUD_API_with_Data_JPA
A project of building REST-API with spring boot app with Spring Data JPA.
Nitesh232/Retry_Mechanism_With_Resilience4J
This project shows implementation of the Retry mechanism/pattern in web App with use of Resilience4J
Nitesh232/Speer_Assignment
This repo consist of project which was assigned by Speer.
Nitesh232/Spring_Security_Basic_and_In_Memory_Authentication
A project which shows implementation of Basic Authentication and In Memory Authentication.
Nitesh232/Spring_Security_JDBC
An project which shows implementation of Spring Security JDBC to save credentials in Database.
Nitesh232/Spring_Security_JWT
A project with Authentication and authorization for a spring boot app with JWT
Nitesh232/Spring_Security_Role_and_Permission_Based_Authorization
A project with Authentication and Role and Permission Based authorization for a spring boot app with JWT
Nitesh232/SpringBoot3_and_OAuth2.0
A project of authorization for a spring boot app with OAuth2.0 (GitHub and Google)
Nitesh232/SpringBoot_Acuators
A project of implementing Actuators in spring boot to monitor and monitor endpoints.
Nitesh232/SpringBoot_Email_Service
The Spring Framework provides a helpful utility library for sending email that shields you from the specifics of the underlying mailing system and is responsible for low-level resource handling on behalf of the client.
Nitesh232/SpringBoot_Multi_DB_Configuration
A project to connect two or more DataBases in single project
Nitesh232/SpringBoot_Profiles
A project of demo for profiles in spring boot.
Nitesh232/Springboot_Redis_Cache
In this project I have implemented the redis for caching and improving application performance