FullStackJavaDeveloper
@FullStackJavaDeveloperPune
1.83K
subscribers
27
photos
1
video
428
links
https://www.youtube.com/@fullstackjavadeveloper
Download Telegram
Join
FullStackJavaDeveloper
1.83K subscribers
FullStackJavaDeveloper
https://www.youtube.com/watch?v=JllnxZH9AGA&list=PL2Sl2Fj5v5gYiqjFXLeAktHfmi4m-2qT5&index=34
YouTube
Spring Boot with Microservices using RestTemplate | Learn with Mr. Kiran Jadhav
Spring Boot with Microservices | Service Communication using RestTemplate-
Microservices- 2 or more Spring Boot module they will communicate with each other
Services-
1. DepartmentService- 9191
2. EmployeeService- 9192
3. ServiceRegistry- 8761
4. APIGateway…
FullStackJavaDeveloper
https://www.youtube.com/watch?v=S6zVh2px6fE&list=PL2Sl2Fj5v5gYiqjFXLeAktHfmi4m-2qT5&index=35
YouTube
Spring Boot with JWT | Learn with Mr. Kiran Jadhav
Spring Boot with JWT-
JWT- JSON Web Token- JSON Web Token (JWT) is an open standard (RFC 7519) that defines a compact and self-contained way for securely transmitting information between parties as a JSON object. This information can be verified and trusted…
FullStackJavaDeveloper
https://www.youtube.com/watch?v=HXoN6zQ0cGk&list=PL2Sl2Fj5v5gYiqjFXLeAktHfmi4m-2qT5&index=36
YouTube
How to Configure Lombok with Eclipse & IntelliJ IDEA | Learn with Mr. Kiran Jadhav
How to Configure Lombok with Eclipse & Intellij IDEA-
🚀
Learn how to configure Project Lombok in Eclipse and IntelliJ IDEA with this easy step-by-step tutorial by Mr. Kiran Jadhav. Whether you're a beginner or an experienced Java developer, this video will…
FullStackJavaDeveloper
https://www.youtube.com/watch?v=aO1nN7VnQTY&list=PL2Sl2Fj5v5gYiqjFXLeAktHfmi4m-2qT5&index=37
YouTube
Spring Boot with Microservices Using Feign Client | Learn with Mr. Kiran Jadhav
Spring Boot with Microservices Using Feign Client
Microservices- 2 or more Spring Boot module they will communicate with each other
Services-
DepartmentService- 9191
EmployeeService- 9192
ServiceRegistry- 8761
APIGateway- 2025
Service Communication- Feign…
FullStackJavaDeveloper
https://www.youtube.com/watch?v=BLGQXAE1xOo&list=PL2Sl2Fj5v5gYiqjFXLeAktHfmi4m-2qT5&index=38
YouTube
Spring Boot with External API Call using RestTemplate | Learn with Mr. Kiran Jadhav
Spring Boot with External API Call using RestTemplate
Service Communication- RestTemplate
URL- https://jsonmock.hackerrank.com/api/countries
GitHub URL- https://github.com/fullstackjavadeveloperpune/springbootexternalapi.git
💻
Stay ahead in 2025 and beyond!…
FullStackJavaDeveloper
https://www.youtube.com/watch?v=e_w-79kdNLc&list=PL2Sl2Fj5v5gYiqjFXLeAktHfmi4m-2qT5&index=39
YouTube
Spring Boot External API Call using Feign Client | Learn with Mr. Kiran Jadhav
Spring Boot External API Call using Feign Client
Service Communication- Feign Client
External API URL- https://jsonmock.hackerrank.com/api/countries
GitHub- https://github.com/fullstackjavadeveloperpune/externalapicallusingfeignclient
💻
Stay ahead in 2025…
FullStackJavaDeveloper
https://www.youtube.com/watch?v=12hGfRY5QLQ&list=PL2Sl2Fj5v5gYiqjFXLeAktHfmi4m-2qT5&index=40
YouTube
QR Code Project | Learn with Mr. Kiran Jadhav
QR Code Project
Tech Stack- Full Stack[JDK 17, Spring Boot 3+, React JS v19]
Back End- Java, JDK 17, Data JPA, Spring Boot, Spring Security, JWT Authentication
Front End- React JS
Database- MySQL
Project Price: INR ₹999 (includes complete project setup…
FullStackJavaDeveloper
https://www.youtube.com/watch?v=PXAwEUbOCBw&list=PL2Sl2Fj5v5gYiqjFXLeAktHfmi4m-2qT5&index=41
YouTube
Views in Spring Boot | Learn with Mr. Kiran Jadhav
Views in Spring Boot
Views- Views in SQL are a type of virtual table that simplifies fetch data from one or more tables.
Benefits-
Simplify Complex Queries: Encapsulate complex joins and conditions into a single object.
Enhance Security: Restrict access…
FullStackJavaDeveloper
https://www.youtube.com/watch?v=jvJ8Sp5BwiY&list=PL2Sl2Fj5v5gYiqjFXLeAktHfmi4m-2qT5&index=42
YouTube
GST Billing Project | Learn with Mr. Kiran Jadhav
GST Billing Project
Tech Stack- Full Stack[JDK 17, Spring Boot 3+, React JS v19]
Back End- Java, JDK 17, Data JPA, Spring Boot, Spring Security, JWT
Front End- React JS
Database- MySQL
API Testing- Postman API, Swagger UI
Project Price: INR ₹9999 (includes…
FullStackJavaDeveloper
https://www.youtube.com/watch?v=HzGc67QdTDA&list=PL2Sl2Fj5v5gYiqjFXLeAktHfmi4m-2qT5&index=43
YouTube
Retail ECommerce Project | Spring Boot with React JS | Learn with Mr. Kiran Jadhav
Retail ECommerce Project | Spring Boot with React JS
Tech Stack- Full Stack[JDK 17, Spring Boot 3+, React JS v19]
Back End- Java, JDK 17, Data JPA, Spring Boot
Front End- React JS
Database- MySQL
API Testing- Postman API, Swagger UI
To Purchase or Inquire…
FullStackJavaDeveloper
https://www.youtube.com/watch?v=6kyrX06ycSA&list=PL2Sl2Fj5v5gYiqjFXLeAktHfmi4m-2qT5&index=44
YouTube
Pagination in Spring Boot using JPA | Learn with Mr. Kiran Jadhav
Pagination in Spring Boot using JPA -
Pagination is a technique used to break down large datasets into smaller, manageable chunks (pages), improving performance and user experience.
In Spring Boot with Spring Data JPA, pagination is implemented using the…
FullStackJavaDeveloper
https://www.youtube.com/watch?v=0Z_yVWT-xcs&list=PL2Sl2Fj5v5gYiqjFXLeAktHfmi4m-2qT5&index=45
YouTube
Transactional Annotations in Spring Boot | Learn with Kiran Jadhav
@Transactional annotation-
@Transactional annotation in Spring Boot makes sure that all the database operations in a method are done together.
If everything works → changes are saved (commit).
If something fails → changes are undone (rollback).
It Helps…
❤
1
FullStackJavaDeveloper
https://youtu.be/sFCQDBcBY9o?si=4L5baiVupfh1WuPJ
YouTube
ECommerce Full Stack Project | Spring Boot | Microservices | React JS | Learn with Mr. Kiran Jadhav
ECommerce Full Stack Project- Spring Boot with Microservices Using React JS
Tech Stack-
Back End- Java, Data JPA, Spring Boot, Spring Security- JWT, Microservices
Front End- React JS
Database- MySQL, PostgreSQL, MongoDB
API Testing- Postman API, Swagger…
❤
1
FullStackJavaDeveloper
https://www.youtube.com/watch?v=6inTm7kDoRE&list=PL2Sl2Fj5v5gYiqjFXLeAktHfmi4m-2qT5&index=46
YouTube
Full Stack Application | Spring Boot With React JS | SignUp | Learn with Mr. Kiran Jadhav
Full Stack Application | Spring Boot With React JS | Functionality- SignUp
Tech Stack-
✅
Backend – Java 17, Spring Boot, Spring Data JPA
✅
Frontend – React JS
✅
Database – MySQL
✅
API Communication – Axios
✅
Version Control – GitHub
React JS-
✅
Create…
FullStackJavaDeveloper
https://www.youtube.com/watch?v=iCvrDIKMbdc&list=PL2Sl2Fj5v5gYiqjFXLeAktHfmi4m-2qT5&index=47
YouTube
Full Stack Application | Spring Boot with React JS- SignUp | SignIn | Learn with Mr. Kiran Jadhav
Full Stack Application SignUp | SignIn | Java Spring Boot + React JS + MySQL
Tech Stack-
✅
Backend – Java 17, Spring Boot, Spring Data JPA
✅
Frontend – React JS
✅
Database – MySQL
✅
API Communication – Axios
✅
Version Control – GitHub
React JS-
✅
Create…
FullStackJavaDeveloper
https://www.youtube.com/watch?v=J9Z_eELfLfM&list=PL2Sl2Fj5v5gYiqjFXLeAktHfmi4m-2qT5&index=48
YouTube
Full Stack Application | Spring Boot | React JS | Add Product | Find All | By Mr. Kiran Jadhav
Full Stack Application | Add Product | Find All Products | Java Spring Boot + React JS + MySQL
Tech Stack-
✅
Backend – Java 17, Spring Boot, Spring Data JPA
✅
Frontend – React JS
✅
Database – MySQL
✅
API Communication – Axios
✅
Version Control – GitHub
…
FullStackJavaDeveloper
https://www.youtube.com/watch?v=iCvrDIKMbdc
YouTube
Full Stack Application | Spring Boot with React JS- SignUp | SignIn | Learn with Mr. Kiran Jadhav
Full Stack Application SignUp | SignIn | Java Spring Boot + React JS + MySQL
Tech Stack-
✅
Backend – Java 17, Spring Boot, Spring Data JPA
✅
Frontend – React JS
✅
Database – MySQL
✅
API Communication – Axios
✅
Version Control – GitHub
React JS-
✅
Create…
❤
1
FullStackJavaDeveloper
https://youtu.be/G5GUATOVLgw?si=t9ZPuTlIDQRTYkoi
YouTube
Find Pair with Given Sum using Stream API | Optimal O(n) Approach | Learn with Mr. Kiran Jadhav
Find Pair with Given Sum using Stream API | Optimal O(n) Approach
Find all pairs in an array whose sum equals a target value
— using Java 8 Stream API and an optimal O(n) approach with HashSet.
We iterate over the array using Arrays.stream() and for each…
FullStackJavaDeveloper
https://www.youtube.com/watch?v=p04V1-29ATg&t=397s
YouTube
Find the Missing Number from 1 to N Using Java 8 Stream API | Learn with Mr. Kiran Jadhav
Find the Missing Number from 1 to N Using Java 8 Stream API
💻
Stay ahead in 2025 and beyond!
📢
Don't forget to like, share, and subscribe for more insightful content.
Visit fullstackjavadeveloper.in for more details and enrollment opportunities.
#CoreJava…
❤
1
FullStackJavaDeveloper
https://www.youtube.com/watch?v=B3TsMu796SQ
YouTube
Spring Boot CRUD | Product Management CRUD API with MySQL & Swagger UI | Learn with Mr. Kiran Jadhav
Spring Boot CRUD | Product Management API with MySQL & Swagger UI
In this video, we will build a complete Product Management application using Spring Boot, Spring Data JPA, and MySQL. This tutorial covers end-to-end CRUD operations (Create, Read, Update,…