FullStackJavaDeveloper
@FullStackJavaDeveloperPune
1.83K
subscribers
27
photos
1
video
428
links
https://www.youtube.com/@fullstackjavadeveloper
Download Telegram
Join
FullStackJavaDeveloper
1.83K subscribers
FullStackJavaDeveloper
FullStackJavaDeveloper
https://youtu.be/bxHIWTDCW3I?si=OqkZgy-LhArnWzlM
YouTube
Spring Boot with MongoDB SignUp SignIn.
Spring Boot is an open-source, Java-based framework that provides support for Rapid Application Development and gives a platform for developing stand-alone and production-ready applications within minutes.
It has extra support of auto-configuration and embedded…
FullStackJavaDeveloper
https://youtu.be/YiPAdcWmdmU?si=9r-wB1Nt-Ua4V1ok
YouTube
Deploy Spring Boot JAR File on AWS using Elastic Beanstalk with IAM Role
Deploy Spring Boot JAR File on AWS using Elastic Beanstalk with IAM Role
Spring Boot is an open-source, Java-based framework that provides support for Rapid Application Development and gives a platform for developing stand-alone and production-ready applications…
FullStackJavaDeveloper
https://youtu.be/KyB6O642gT4?si=bgywu68PeIpEio29
YouTube
Deploy Spring Boot MySQL Application on AWS Elastic Beanstalk with Amazon RDS
Deploy Spring Boot MySQL Application on AWS Elastic Beanstalk with Amazon RDS
Spring Boot: It is an open-source, Java-based framework that provides support for Rapid Application Development and gives a platform for developing stand-alone and production-ready…
FullStackJavaDeveloper
https://youtu.be/wqsGmVYF5kI?si=dwHkDDJq0o8oBSqt
YouTube
Spring Boot REST API HTTP Methods- GET | POST | PUT | PATCH | DELETE
Spring Boot REST API HTTP Methods- GET | POST | PUT | PATCH | DELETE
Spring Boot is an open-source, Java-based framework that provides support for Rapid Application Development and gives a platform for developing stand-alone and production-ready applications…
FullStackJavaDeveloper
https://youtu.be/QnDjelaG4Ck?si=21GAHAadgonY_-W4
YouTube
Spring Boot OAuth 2.0 Implementation
Spring Boot OAuth 2.0 Implementation -
OAuth 2.0, which stands for “Open Authorization”, is a standard designed to allow a website or application to access resources hosted by other web apps on behalf of a user.
Steps for OAuth 2.0-
1. Google Console
2.…
FullStackJavaDeveloper
https://youtu.be/GsD-b_NriLI?si=vWWs5o_1Wu-WnxvG
YouTube
GitHub for Full Stack Java Developers | Learn with Mr. Kiran Jadhav
GitHub - Version/Code Control Management
Basic Commands:
1. git init
Initializes a new Git repository in the current directory.
2. git clone [repository-url]
Creates a local copy of a remote repository.
3. git add [file]
Stages changes in the specified…
FullStackJavaDeveloper
https://youtu.be/nSsoSsd4JFE?si=3smV1889SkU6Jfo6
YouTube
Spring Boot with Gradle | Learn with Mr. Kiran Jadhav
Spring Boot with Gradle | Learn with Mr. Kiran Jadhav
🚀
Learn how to set up and use Spring Boot with Gradle in this step-by-step tutorial!
In this video, you'll discover:
✅
How to create a Spring Boot project with Gradle.
✅
Setting up Gradle dependencies…
FullStackJavaDeveloper
https://youtu.be/f0KRotzzcUk?si=kkQagvUUjEO-T_vf
YouTube
Spring Boot with Gradle SignUp & SignIn | Learn with Mr. Kiran Jadhav
Spring Boot with Gradle SignUp & SignIn | Learn with Mr. Kiran Jadhav
Learn how to create a fully functional SignUp and SignIn system using Spring Boot with Gradle in this step-by-step guide! Whether you're a beginner or looking to enhance your Spring Boot…
FullStackJavaDeveloper
https://youtu.be/1s11oDlCFEQ?si=BKz82313j74JIh6r
YouTube
Spring Boot with Gradle: CRUD | Learn with Mr. Kiran Jadhav
Spring Boot with Gradle CRUD Application
In this video, we explore how to build a CRUD Application using Spring Boot and Gradle. This step-by-step tutorial is perfect for beginners and developers looking to combine Spring Boot with Gradle for managing their…
FullStackJavaDeveloper
https://youtu.be/1ZQczC_6iPI?si=eaVrGhEiQZFoVYS9
YouTube
Spring Boot with Custom Validation | Learn with Mr. Kiran Jadhav
In this video, you'll learn how to implement custom validation in Spring Boot, using an Employee POJO class as an example. We'll cover:
Creating custom annotations.
Writing your own validator classes.
Applying validations in your REST API.
Email Validation:…
FullStackJavaDeveloper
https://youtu.be/624IUCdmJMg?si=fCTYzB7KGzg1mr0t
YouTube
Spring Boot Import Excel File Data into a Database | Learn with Mr. Kiran Jadhav
REST API for importing Excel file data into MySQL database!
🚀
🔍
What you'll learn in this video:
✅
Setting up a Spring Boot project for handling Excel file uploads
✅
Parsing and reading data from Excel files using Apache POI libraries
✅
Validating and processing…
FullStackJavaDeveloper
https://youtu.be/63iHj2KoqYE?si=nlRRj-2eX73-0pN2
YouTube
Spring Boot JUnit 5 Basics | Testing an Arithmetic Application
Spring Boot JUnit 5 Basics | Testing an Arithmetic Application
🚀
Learn Spring Boot JUnit 5 Testing
In this video, we’ll walk you through the basics of testing in Spring Boot using JUnit 5, featuring a simple Arithmetic Application. Whether you're a beginner…
👍
1
FullStackJavaDeveloper
https://youtu.be/Kb345aam2Fk?si=GSnnDKqVzIo4MJ8H
FullStackJavaDeveloper
https://youtu.be/kG03jsjHq1s?si=qUNMxA1XZBCyUE33
FullStackJavaDeveloper
https://www.youtube.com/watch?v=kG03jsjHq1s&list=PL2Sl2Fj5v5gYiqjFXLeAktHfmi4m-2qT5&index=23
YouTube
Sending Emails with TO, CC, and BCC in Spring Boot | Java Mail API Learn with Mr. Kiran Jadhav
Sending Emails with TO, CC, and BCC in Spring Boot | Java Mail API Learn with Mr. Kiran Jadhav
In this video, we'll walk you through how to send emails to multiple participants using the Spring Boot Java Mail API. You'll learn how to include recipients in…
FullStackJavaDeveloper
https://www.youtube.com/watch?v=o62fN0f1rx8&list=PL2Sl2Fj5v5gYiqjFXLeAktHfmi4m-2qT5&index=24
YouTube
Unit Testing in Spring Boot using JUnit 5 and Mockito | Learn with Mr. Kiran Jadhav
Unit Testing in Spring Boot using JUnit 5 and Mockito-
Learn how to build a robust Spring Boot CRUD application and test it effectively using JUnit 5 and Mockito!
🚀
In this step-by-step tutorial, we’ll cover:
1️. Setting up a Spring Boot project.
2️. Creating…
FullStackJavaDeveloper
https://www.youtube.com/watch?v=G8O670Sd1MY&list=PL2Sl2Fj5v5gYiqjFXLeAktHfmi4m-2qT5&index=25
YouTube
Spring Boot with Apache Kafka | Learn with Mr. Kiran Jadhav
Spring Boot with Apache Kafka-
What is Apache Kafka-
Apache Kafka is a distributed event streaming platform designed for handling real-time data feeds. It is used for high-throughput, fault-tolerant, and scalable data streaming and messaging. Kafka is commonly…
👍
1
FullStackJavaDeveloper
https://www.youtube.com/watch?v=tVhuRF96Q2w&list=PL2Sl2Fj5v5gYiqjFXLeAktHfmi4m-2qT5&index=26
YouTube
Spring Boot for Beginners | Learn with Mr. Kiran Jadhav
Spring Boot for Beginners
1. What is Spring Boot
2. Spring Boot Features
3. Spring Boot Basic Application
4. Spring Boot HRM Application
5. Spring Boot Rest API HTTP Methods
FullStackJavaDeveloper
https://www.youtube.com/watch?v=GDVvS9P-1uo&list=PL2Sl2Fj5v5gYiqjFXLeAktHfmi4m-2qT5&index=27
YouTube
PatchMapping in Spring Boot | Learn with Mr. Kiran Jadhav
PatchMapping in Spring Boot-
@PatchMapping it is used for partial updates.
It is commonly used in REST APIs where only specific fields need to be updated in a resource without affecting the other fields.
Key Points about @PatchMapping
✅
Used for partial…