Pinned Repositories
banking-transaction-system
Event-driven, Investment plan and Automations, Transfer, Payment, notification and Topup, RabbitMQ, Docker, postgreSQL, JWT, Async Rest-API, JOOQ, Spring Security, User Managment, Hibernate, JPA, Swagger Doc.
BookStoreApp-Distributed-Application
Ecommerce project is being developed using Spring Boot Microservices and Spring Cloud (Backend) and React (Frontend). Splitting the Ecommerce functionality into various individual microservices so that they can be distributed, scale really well and make use of resources efficiently.
Cloud-Native-App-Spring-Boot
A Cloud Native App with Spring Coud Security with KeyCloak Auth Server, API Gateway Server, Naming Server, Config Server and Distributed Tracing and ELK Stack hosted in K8s
code-examples
A collection of code examples from blog posts etc.
data-structures-and-algorithms-level-up-java
Data Structures & Algorithms Level Up - Course Repository (in Java)
demoProjects
Java examples
distributed-system-design
A curated collection of approaches to creating large scale distributed systems.
educative.io_courses
this is downloadings of all educative.io free student subscription courses as pdf from GitHub student pack
Git.demo
Git Example Project
image-service
Java Spring Boot based Web Application that is highly scalable. We used Amazon Simple Queue Service, Amazon S3 (Our original architecture supported upload of image files as part of the request body, that were in turn saved in S3 and the further computations [i.e Image recognition model] were done based on the S3 URL ) and MongoDB. FYI : The AWS account used for this project was closed.
Nil15394's Repositories
Nil15394/Spring-Boot-Projects
Nil15394/salmos-report-spring-boot-starter
A useful simple to use spring-boot library that help you to build beautiful html table, xml document, PDF or any other formats with very specific features from sql or list of objects
Nil15394/NutriMe_Microservices_Docker
Nil15394/code-examples
A collection of code examples from blog posts etc.
Nil15394/banking-transaction-system
Event-driven, Investment plan and Automations, Transfer, Payment, notification and Topup, RabbitMQ, Docker, postgreSQL, JWT, Async Rest-API, JOOQ, Spring Security, User Managment, Hibernate, JPA, Swagger Doc.
Nil15394/Cloud-Native-App-Spring-Boot
A Cloud Native App with Spring Coud Security with KeyCloak Auth Server, API Gateway Server, Naming Server, Config Server and Distributed Tracing and ELK Stack hosted in K8s
Nil15394/translate-io
A language translation project
Nil15394/data-structures-and-algorithms-level-up-java
Data Structures & Algorithms Level Up - Course Repository (in Java)
Nil15394/java-design-patterns
Design patterns implemented in Java
Nil15394/microservices-config-server
This repository contains configuration for the Spring Boot Microservices Project Example
Nil15394/image-service
Java Spring Boot based Web Application that is highly scalable. We used Amazon Simple Queue Service, Amazon S3 (Our original architecture supported upload of image files as part of the request body, that were in turn saved in S3 and the further computations [i.e Image recognition model] were done based on the S3 URL ) and MongoDB. FYI : The AWS account used for this project was closed.
Nil15394/what-happens-when-k8s
š¤ What happens when I type kubectl run?
Nil15394/distributed-system-design
A curated collection of approaches to creating large scale distributed systems.
Nil15394/SupportPortalApp
JWT (JSON Web Token) to embed users' roles and permissions to delegate user's authorization(what they can and can't do) in the application. This course also dives into defining and creating API, exposing API Endpoints over HTTP, and handling HTTP Requests and File Upload through API Endpoints. It covers testing API Endpoints (using an HTTP client - Postman).
Nil15394/personal-finance-management-system
Personal Finance Management System using Java Spring boot and PostgreSQL: Submission for Technohack 2021: Spoon theme
Nil15394/notification4J
A Java based library for serving notifications in a microservice system
Nil15394/microservices-basics-spring-boot
Basic architecture framework to create complete microservices using Spring boot and Spring cloud
Nil15394/BookStoreApp-Distributed-Application
Ecommerce project is being developed using Spring Boot Microservices and Spring Cloud (Backend) and React (Frontend). Splitting the Ecommerce functionality into various individual microservices so that they can be distributed, scale really well and make use of resources efficiently.
Nil15394/reactive-course-service-with-nextjs-ui-
Nil15394/Springy-Store-Microservices
Springy Store is a conceptual simple Ī¼Services-based project using the latest cutting-edge technologies, to demonstrate how the Store services are created to be a cloud-native and 12-factor app agnostic. Those Ī¼Services are developed based on Spring Boot & Cloud framework that implements cloud-native intuitive, design patterns, and best practices.
Nil15394/Oauth2Secure-microservices-architecture-apiGateway-springCloud-netflixOSS-PostgreSQL-full-demo
I wanted a solution where we can easily captured Oauth2 and Oauth2 client for the secure communication with all of the microservices. Focusing, how to achieve oauth2 full flavor into microservices architecture. User canāt access API without token. The token will be available when user given basic and authentication details to generate token for access API. All requests will consider one entry point API-Gateway but, service-to-service can communicate. The API-Gateway will dynamic routing using Zuul Netflix OSS component. Every request will check authorization when request will arrived into service and service will request authorization server to verify is either authenticate or not. The entire Meta configuration settled into the central configuration on github (You can manage on any repository).
Nil15394/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Nil15394/educative.io_courses
this is downloadings of all educative.io free student subscription courses as pdf from GitHub student pack
Nil15394/masterPortfolio
The complete portfolio website hosted using github pages (gh-pages). Visit the website here :
Nil15394/Git.demo
Git Example Project
Nil15394/demoProjects
Java examples
Nil15394/LearnJS
Nil15394/MicroServices-Enterprise-Java
Refactor a monolithic Enterprise application into a MicroServices based Architecture using Java frameworks such as Payara Micro (JAX-RS) | Dropwizard | Spring Boot
Nil15394/webshop-microservice
Web shop API with microservice architecture using Spring framework