There are no reviews yet. Be the first to send feedback to the community and the maintainers!
inzamamul-haque.github.io
pharmacy-management-system
codeforces-solution
config-git-repo
zuul-api-gateway
ALCM-Backend
data-Structure
assignment-angular-spring
library-management-system
spring-config-client
angular-template
uri-problem-solution
spring-config-server
Spring Cloud Config provides server and client-side support for externalized configuration in a distributed system. With the Config Server, you have a central place to manage external properties for applications across all environments.spring-api-gateway
API Gateway acts as a single entry point for a collection of microservices. Any external client cannot access the microservices directly but can access them only through the application gateway.spring-security
Basic authentication to secure rest APIs created inside a Spring boot application. The secured rest API will ask for authentication details before giving access to the data is secure.spring-boot-admin
Spring Boot Admin is a web application, used for managing and monitoring Spring Boot applications. Each application is considered as a client and registers to the admin server. Behind the scenes, the magic is given by the Spring Boot Actuator endpoints.eureka-server
Eureka Server is an application that holds information about all client-service applications. Every Microservice will register into the Eureka server and the Eureka server knows all the client applications running on each port and IP address. Eureka Server is also known as Discovery Server.solid-principles
A set of guidelines that makes your code easy to maintain, easy to extend, and easy to test is SOLID principles for me. If you write your code following these 5 OOP principles, your code quality will reach heights.inzamamul-haque
ALCM-Frontend
image-upload-angular-spring
30-days-of-javaScript
algorithms
data-structures-algorithms
leetcode-problems-solution
java-fundamental
java
jwt-spring-security
Configuring Spring Security and JWT for performing 2 operations- Generating JWT - Expose a POST API with mapping /signIn. On passing the correct username and password it will generate a JSON Web Token(JWT) Validating JWT - If a user tries to access GET API with mapping /hello. It will allow access only if the request has a valid JSON Web Token(JWT).sql-queries
SQL is a standard language for storing, manipulating, and retrieving data in databases.microservice-spring
spring-client-service
play-with-js-dom
leetcode-algorithm-I
single-sign-on
oauth2-spring-security
Love Open Source and this site? Check out how you can help us