Pinned Repositories
book-application
This is a book application repository which provides REST APIs for books.
carbon-sentinel
A Go application to provide carbon estimates
central-application-configurations
This is a central application configuration repository which will hold configurations for all the applications centrally.
central-config-server
This repository consists source code for the config server which will manage configurations of all applications centrally.
central-discovery-server
This repository consists source code for the discovery server which will register addresses of all other application centrally, so that all applications can interact with each other.
central-gateway-server
This repository consists source code for the gateway server which will act as a reverse proxy for all other application centrally, so CORS issues can be avoided for distributed applications as well as to handle authentication problems centrally
central-java-dependency
This repository maintains all JAVA maven dependencies. This code is packaged as a pom which can then be used as the parent dependency for all other applications. This allows dependency management for all applications centrally.
central-vault
This repository consists source code for the central vault server which will store tokens, passwords, certificates, API keys, and other secrets of all applications at a central and secured place. This application is a Hashicorp Vault implementation..
chores
Chores is intended to be an internet based service marketplace for all daily personal tasks of end users performed by professional partners
spring-boot-jobrunr
Sample project to depict implementation of jobrunr in Sprintboot dockerized application with PostGRE DB using docker-compose
dishantkamble's Repositories
dishantkamble/spring-boot-jobrunr
Sample project to depict implementation of jobrunr in Sprintboot dockerized application with PostGRE DB using docker-compose
dishantkamble/book-application
This is a book application repository which provides REST APIs for books.
dishantkamble/carbon-sentinel
A Go application to provide carbon estimates
dishantkamble/central-application-configurations
This is a central application configuration repository which will hold configurations for all the applications centrally.
dishantkamble/central-config-server
This repository consists source code for the config server which will manage configurations of all applications centrally.
dishantkamble/central-discovery-server
This repository consists source code for the discovery server which will register addresses of all other application centrally, so that all applications can interact with each other.
dishantkamble/central-gateway-server
This repository consists source code for the gateway server which will act as a reverse proxy for all other application centrally, so CORS issues can be avoided for distributed applications as well as to handle authentication problems centrally
dishantkamble/central-java-dependency
This repository maintains all JAVA maven dependencies. This code is packaged as a pom which can then be used as the parent dependency for all other applications. This allows dependency management for all applications centrally.
dishantkamble/central-vault
This repository consists source code for the central vault server which will store tokens, passwords, certificates, API keys, and other secrets of all applications at a central and secured place. This application is a Hashicorp Vault implementation..
dishantkamble/chores
Chores is intended to be an internet based service marketplace for all daily personal tasks of end users performed by professional partners
dishantkamble/Code-Samples
TempMaster
dishantkamble/dishantkamble
My Profile
dishantkamble/first-node-rest-mongo
First program for trying hands on nodejs. :)
dishantkamble/football-scoreboard
Library to manage football scoreboard
dishantkamble/k8s-observatory
K8s-observatory will help to provide more insight of your k8s cluster
dishantkamble/markdown-code-hashtags
Convert every `#hashtag` to a link.
dishantkamble/Notes
Notes on important Topics
dishantkamble/person-api
dishantkamble/python-locust-sample
dishantkamble/spring-boot-rest
Sample application for springboot rest
dishantkamble/spring-mfa-sample
Sample Application for Spring Security with MFA (Multi Factor Authentication)
dishantkamble/spring-state-machine-sample
Sample Application for Spring State Machine