Debu Paul's repositories
Spring-Boot-Redis-Cache-DB-Operation-using-Jedis-Java-Client
In this Demo, I have shown with the help of Jedis client and Spring Redis data how we can put data in Redis DataBase (SpringBoot App)
Spring-Boot-API-Upload-Files-AWS-S3
This is a simple Spring Boot restful API for upload and delete files to AWS S3 bucket
Spring-Boot-Email-Notification-Rest-Service
This POC is developed for send simple text email or attachment email to multiple user using Spring Boot Rest Service
Spring-Boot-MicroService-Using-Collection-API-As-Dummy-DB
In this Code we have used Collection API as a Dummy Data Base for storing the data instead of using traditional Database
Spring-Boot-Restful-Basic-Auth-Security
This is the simple demonstration of secure your restful web-service with basic auth. with the help of user name and password.
Java-8-Interview-Coding-Question
Java 8 Interview Coding Question for beginer to profesional level
XML-TO-JSON-VICE-VERSA
This is a simple explanation convert XML to JSON and JSON to XML
Spring-Boot-Job-Scheduler
This is Job Scheduler Project by Using Spring Boot and Graddle
SpringDataJPA---Hibernate-Mapping-Tuotrial-with-working-code
Code respository cotains complete SPring Data JPA & Hibernate ManyToOne, OneToMany, OneToOne and ManyToMany mapping example with explanation
admindebu.github.io
Debu Paul Portfolio
coding-interview-prep-today
Help to prepare for tech interview quickly
Complete-Collection_API-Session-Code
Complete collection API Session and Code - Session Uploaded in YOUTUBE
DesignPattern
All Design Pattern
In-Memory-DataBase-Rest-API
This is the complete code of in Memory Data-base HSQL DB with Restful Web Service
Java-9-Tutorial
Complete JAVA 9 Tutorial with Example | Java 9 Features Tutorial | Stream API, Jshell, JMPS covered
Java-Thread-MultiThreaded-Complete-Code-with-Example
In this Tutorial explain from basic Java Thread concept to Advance level Multi-thread concept. After watching this session and practice those examples, you will be master in Thread
Latest-Interview-QA-Preparation-2020-Java
Latest Interview Question & Preparation Tips for Java Developer - 2019 & 2020
Spring-Batch-Project-CSV-to-DB-processor
This project has been created for basic understanding of Spring Batch code
Spring-Boot-Data-JPA-Automatic_table-Creation
This example show you how to create table with spring Data Jpa with out Flyway while your application will up and running
Spring-Boot-Micro-Service-Communication-By-Netflix-Feign-Client
This Example show you demo and live code how to communicate among micro services with Netflix Feign Client
Spring-Boot-With-Data-JPA-Flyway-Migration
This is simple example Help you understand Flyway Tool migration with Spring boot Mysql and Spring Data JPA
Spring-Data-JPA--Testing-Project-using-DataJPATest
SpringData-JPA-Test project to gain knowledge how to do Unit Testing on DB using JPAtest
Spring-Data-JPA-Custom-Query-With-Spring-Boot
I have discussed how to write a custom Query in Spring Data JPA How to use JPQL (Java Persistence Query Language), How to execute SQL query in Spring Boot, and JPA Select query with WHERE condition example.
Spring-Data-JPA-Paging-Sort-Example-Springboot
In this Demo I have shown how to sort the records and do the pagination in SPring DATA JPA - Rest API
spring-web-flux-consumer
This is a Example of Spring Boot - WebFlux Consumer Service with WebClient
spring-web-flux-producer
This is Example of Spring Boot with Spring Reactive WebFlux
SpringBoot-AWS-DynamoDB-RestAPI-CRUD
Working Rest API CRUD Projectusing Spring Boot and AWS Dynamodb NoSQL
SpringBoot-AWS-SQS-Consumer-Producer-Code
This is Spring rest API for Post and Receive message from AWS Simple Queue Service (SQS)
SpringBoot-FIleUpload-FIleDownload-Example
Complete Spring boot Rest API code and example for file upload and download
springboot-jwt-api-security
How to secure your SprinbBoot Rest API using JWT authentication Code Example