- Видео 95
- Просмотров 143 917
Ramesh Fadatare
Индия
Добавлен 24 май 2020
Hey there everyone, Ramesh here.
I'm a Software Engineer, Blogger, and RUclipsr
As a successful tech Blogger (www.javaguides.net) and tech RUclipsr (ruclips.net/user/javaguides), I would like to share my experience on the below topics on this channel.
- travelling
- blogging
- vlogs
- SEO
- tips & tricks for RUclipsrs
- How to make Money
- Software development
Cheers,
Ramesh
I'm a Software Engineer, Blogger, and RUclipsr
As a successful tech Blogger (www.javaguides.net) and tech RUclipsr (ruclips.net/user/javaguides), I would like to share my experience on the below topics on this channel.
- travelling
- blogging
- vlogs
- SEO
- tips & tricks for RUclipsrs
- How to make Money
- Software development
Cheers,
Ramesh
How to Install Visual Studio Code (VS Code) on Windows 11
In this video, we’ll guide you through the steps to install Visual Studio Code (VS Code) on Windows 11. VS Code is one of the most popular and lightweight code editors, perfect for all kinds of development, including Java, Python, JavaScript, and more. This tutorial will help you set it up quickly so you can start coding right away!
📌 What You Will Learn:
Downloading VS Code from the official website
Installing VS Code on Windows 11
Setting up basic configurations and extensions for coding
Running your first program in VS Code
🎯 Who Should Watch:
Beginners setting up VS Code for the first time
Developers installing VS Code on a new system
Anyone looking for an easy guide to getting started with Vi...
📌 What You Will Learn:
Downloading VS Code from the official website
Installing VS Code on Windows 11
Setting up basic configurations and extensions for coding
Running your first program in VS Code
🎯 Who Should Watch:
Beginners setting up VS Code for the first time
Developers installing VS Code on a new system
Anyone looking for an easy guide to getting started with Vi...
Просмотров: 31
Видео
100+ Java MCQ Questions and Answers for Exams, Placements, and Interviews | Java Quiz | #java #quiz
Просмотров 95316 часов назад
Get ready for your Java exams, placements, and interviews with this video! It includes 100 multiple-choice questions (MCQs) with answers and simple explanations. These questions cover important Java topics to help you understand the basics and prepare confidently for any test or interview. 📌 What You Will Learn: Important Java topics like OOP, loops, data types, exception handling, strings, arr...
Build REAL-TIME REST APIs for Banking App | Spring Boot Banking Application Project
Просмотров 2,6 тыс.День назад
In this video tutorial, we will build Real-Time REST APIs for Banking applications using Java, Spring Boot, Spring Data JPA (Hibernate), and MySQL database. Build REST APIs for Adding accounts, getting accounts, getting all accounts, transferring amounts, depositing amounts, removing accounts, and more. Handle the Specific and Global Exceptions and Return Error Response. Using Java Records as D...
Spring Boot Docker Tutorial - #7 - Pull Docker Image from DockerHub
Просмотров 447День назад
In the seventh part of our Spring Boot Docker Tutorial series, we’ll show you how to pull a Docker image from DockerHub and run it locally. This tutorial covers the steps to search for images, pull them from DockerHub, and run them in Docker containers. By the end of this video, you’ll be able to deploy and run any Dockerized Spring Boot application shared on DockerHub. 📌 What You Will Learn: S...
Spring Boot Docker Tutorial - #6 - Push Docker Image to DockerHub
Просмотров 37714 дней назад
In the sixth part of our Spring Boot Docker Tutorial series, we’ll walk you through the process of pushing a Docker image to DockerHub. This tutorial covers the steps to tag your Docker image, authenticate with DockerHub, and upload your image to your DockerHub repository. By the end of this video, you’ll be able to share and deploy your Dockerized Spring Boot application from DockerHub. 📌 What...
Spring Boot Docker Tutorial - #5 - Run Docker Image in a Docker Container
Просмотров 61614 дней назад
In the fifth part of our Spring Boot Docker Tutorial series, we’ll show you how to run a Docker image in a Docker container for your Spring Boot application. This tutorial covers the commands to start a container from your Docker image, manage container settings, and access your Spring Boot application running inside the container. By the end of this video, you’ll have a fully operational Sprin...
Spring Boot Docker Tutorial - #4 - Build Docker Image from Dockerfile
Просмотров 68714 дней назад
In the fourth part of our Spring Boot Docker Tutorial series, we’ll show you how to build a Docker image from a Dockerfile for your Spring Boot application. This tutorial covers the steps to create a Docker image using the Docker CLI, explains each command, and demonstrates how to verify the image. By the end of this video, you’ll be ready to run your Spring Boot application as a containerized ...
Spring Boot Docker Tutorial - #3 - Create Dockerfile to Build Docker Image
Просмотров 87914 дней назад
In the third part of our Spring Boot Docker Tutorial series, we’ll guide you through creating a Dockerfile to containerize your Spring Boot application. This tutorial covers the basics of writing a Dockerfile, configuring it to build a Docker image for your Spring Boot project, and explaining each step to help you understand how Docker images are created. By the end of this video, you’ll have a...
Spring Boot Docker Tutorial - #2 - Create Spring Boot Project and Build Simple REST API
Просмотров 84014 дней назад
In the second part of our Spring Boot Docker Tutorial series, we’ll walk you through creating a new Spring Boot project and building a simple REST API. This lecture covers the initial setup of a Spring Boot application, creating a basic REST endpoint, and preparing the project for Docker integration. This setup will serve as the foundation for containerizing the application in the upcoming vide...
Spring Boot Docker Tutorial - #1 - Docker Workflow | Dockerizing Spring Boot Application
Просмотров 1,6 тыс.14 дней назад
Welcome to the first part of our Spring Boot Docker Tutorial series! In this video, we’ll introduce the Docker Workflow and explain how Docker can be integrated into your Spring Boot projects. You’ll learn the basics of Docker, why it’s useful for deploying Spring Boot applications, and the steps involved in setting up a containerized development environment. Who Should Watch: Java developers l...
Three-Layer Architecture in Spring Boot | Presentation Layer, Service Layer, Data Access Layer
Просмотров 22914 дней назад
In this video, we’ll explore the Three-Layer Architecture in a Spring Boot application, a commonly used structure that separates an application into three distinct layers: Controller (Presentation Layer), Service (Business Logic Layer), and Repository (Data Access Layer). This architecture makes your application modular, easier to maintain, and scalable, which is essential for enterprise-level ...
Spring Framework Quiz | Spring MCQ Questions, Answers, and Explanations #springframework #spring
Просмотров 46321 день назад
Test your knowledge with this Spring Framework Quiz! In this video, we cover essential multiple-choice questions (MCQs) on Spring Framework, complete with detailed answers and explanations. This quiz is perfect for anyone preparing for Spring-related interviews, certifications, or simply looking to reinforce their understanding of core Spring concepts. 📌 What You Will Learn: Key concepts in the...
What is API Gateway? #microservicesarchitecture #apigateway
Просмотров 40128 дней назад
An API Gateway is a server that acts as an intermediary between client applications and backend services or microservices in a distributed system. It provides a single entry point for multiple backend services, handling requests from clients and routing them to the appropriate service while also managing concerns like authentication, rate limiting, load balancing, and more. Key Functions of an ...
Spring Boot Full Course - #31 - Global Exception Handling in Spring Boot (Banking Application)
Просмотров 411Месяц назад
Spring Boot Full Course - #31 - Global Exception Handling in Spring Boot (Banking Application)
Spring Boot Full Course - #29 - How to Handle Exception in Spring Boot (Banking Application Project)
Просмотров 176Месяц назад
Spring Boot Full Course - #29 - How to Handle Exception in Spring Boot (Banking Application Project)
Spring Boot Full Course - #30 - Exception Handling in Spring Boot App - Part1 (Banking Application)
Просмотров 110Месяц назад
Spring Boot Full Course - #30 - Exception Handling in Spring Boot App - Part1 (Banking Application)
Spring Boot Full Course - #28 - Using Java Record as DTO in Spring Boot App (Banking Application)
Просмотров 264Месяц назад
Spring Boot Full Course - #28 - Using Java Record as DTO in Spring Boot App (Banking Application)
Spring Boot Full Course - #27 - Delete Bank Account REST API (Banking Application Project)
Просмотров 106Месяц назад
Spring Boot Full Course - #27 - Delete Bank Account REST API (Banking Application Project)
Spring Boot Full Course - #26 - Get All Accounts REST API (Banking Application Project)
Просмотров 274Месяц назад
Spring Boot Full Course - #26 - Get All Accounts REST API (Banking Application Project)
Spring Boot Full Course - #25 - Withdraw Amount REST API (Banking Application Project) #springboot
Просмотров 338Месяц назад
Spring Boot Full Course - #25 - Withdraw Amount REST API (Banking Application Project) #springboot
Spring Boot Full Course - #24 - Deposit Amount REST API (Banking Application Project) #springboot
Просмотров 302Месяц назад
Spring Boot Full Course - #24 - Deposit Amount REST API (Banking Application Project) #springboot
Spring Boot Full Course - #23 - Get Bank Account REST API (Banking Application Project)
Просмотров 227Месяц назад
Spring Boot Full Course - #23 - Get Bank Account REST API (Banking Application Project)
Spring Boot Full Course - #22 - Add Bank Account REST API (Banking Application Project)
Просмотров 416Месяц назад
Spring Boot Full Course - #22 - Add Bank Account REST API (Banking Application Project)
Spring Boot Full Course - #21 - Banking Application Spring Boot Project Set up (Banking Application)
Просмотров 335Месяц назад
Spring Boot Full Course - #21 - Banking Application Spring Boot Project Set up (Banking Application)
Java Functional Interfaces with Lambda - The Developer Guide
Просмотров 545Месяц назад
Java Functional Interfaces with Lambda - The Developer Guide
Java Lambda Expressions - The Developer Guide
Просмотров 2,5 тыс.Месяц назад
Java Lambda Expressions - The Developer Guide
Spring Boot Full Course - #20 - Build Delete Employee REST API (Employee Management System Project)
Просмотров 99Месяц назад
Spring Boot Full Course - #20 - Build Delete Employee REST API (Employee Management System Project)
Spring Boot Full Course - #19 - Build Update Employee REST API (Employee Management System Project)
Просмотров 208Месяц назад
Spring Boot Full Course - #19 - Build Update Employee REST API (Employee Management System Project)
Spring Boot Full Course - #18- Build Get All Employees REST API (Employee Management System Project)
Просмотров 163Месяц назад
Spring Boot Full Course - #18- Build Get All Employees REST API (Employee Management System Project)
Spring Boot Full Course - #17 - Build Get Employee REST API (Employee Management System Project)
Просмотров 271Месяц назад
Spring Boot Full Course - #17 - Build Get Employee REST API (Employee Management System Project)
Thank you so much
You are the best
why did you download 32 bit software when video was for 64 bit? How can I download for 64 bit?
At 0:44, I clearly mentioned that this MySQL installer supports both 32-bit and 64-bit.
Pls post java jobs also. 🙏
plz continue this series...it helps a lot
Appreciate your support to this new channel -> #LIKE #SHARE #SUBSCRIBE #COMMENT
Really great contant Thank you so much Can you please provide Git repo
Please make real time banking application using microservices architecture. Including Kafka implementation.
Thanks Ramesh,you are using records in this,one of the best features.
Best tutorial. Learned coding standards and best practices. Your coding style is amazing
i think should have security , jwt token and role base access , i suggest
Appreciate your support -> #LIKE #SHARE #SUBSCRIBE #COMMENT
Sir can you please make an entire banking application like HDFC Bank using Java backend development with required front end and database technologies
Best tutorials sir Because of you i could explain Kafka Rabbitmq🎉
Amazing
return new ResponseEntity<>(bookDto, HttpStatus.FOUND);
plz also share the codes in git repo (in the video description too...) for example at 6:40 you forgtot to add @Autowired on EmployeeService field...
@@thevagabond85yt @Autowired is optional and it is not required. Spring ioc container automatically inject the dependency using constructor
Try without @Autowired Annotation, it should work
Thankyou sir for uploading these amazing lectures, this has been really helpful in my springboot journey. Keep up the good work. Also I am looking forward to get a coupon for springboot course.
Thank you sir
What about eclipse sir can you do with eclipse or spring tool suite because I don't know about intelli j id
The Implementing class of JpaRepository<T,ID> is SampleJpaRepository which has @Repository, @Transactional annotations. But our interface is EmployeeRepository which merely extends JpaRepository. In other words: How does having @nnot@tions on an implementation(i.e. child class: SampleJpaRepository ) remove the need to have those annotations on an altogether different interface in this case EmployeeRepository ?
Complete Spring Boot Docker playlist: ruclips.net/p/PL3CckHQpW1Jgb1q_q930bcbYUNo98DRW1
Complete Spring Boot Docker playlist: ruclips.net/p/PL3CckHQpW1Jgb1q_q930bcbYUNo98DRW1
Complete Spring Boot Docker playlist: ruclips.net/p/PL3CckHQpW1Jgb1q_q930bcbYUNo98DRW1
thanks for sharing
Complete Spring Boot Docker playlist: ruclips.net/p/PL3CckHQpW1Jgb1q_q930bcbYUNo98DRW1
Complete Spring Boot Docker playlist: ruclips.net/p/PL3CckHQpW1Jgb1q_q930bcbYUNo98DRW1
Complete Spring Boot Docker playlist: ruclips.net/p/PL3CckHQpW1Jgb1q_q930bcbYUNo98DRW1
Complete Spring Boot Docker playlist: ruclips.net/p/PL3CckHQpW1Jgb1q_q930bcbYUNo98DRW1
Simply superb. Very easy to understand through this real time example. I was actually looking out for such a short and contentful tutorial.
How do u build the image supposing u had a .env file in your project?
why this second channel? I accidently came here.... i was not subscribed to this...
@@thevagabond85yt lot of videos lineup and distributing on both the channel. Do subscribe
Are you the creator of java guides ? Because your voice is similar. BTW thanks for your contribution.
one more suggation if you add your linkedIn id it would be better
Yes I am!
Great effort, looks very simple and easy to understand as well. Keep up the great work. Hope this content will be freely available. Looking forward for much more valuable and impactful content from your channel.
It's showing other videos are hidden on this playlist.
@@sandarbh_sahu they are private and will be public daily one video
@RameshFadatare okay 😊
Hi sir, the way of teaching was excellent 👌.please make a video on k8s.
Ramesh sir I humbly requesting you that please don't private your spring boot docker tutorial video playlist I had seen you spring boot docker Playlist. There a 6 unavailable video which means it' private video. If any affordable cost will be charge I'll be pay for this . But please sir kindly share the alternative solution for spring boot docker full Playlist videos
@@ManojKumar-bp7pf there is Udemy course, you can join if you are hurry. I publish one video per day. Stay tuned
@RameshFadatare Sir please share that Spring boot docker course link so that we can learn any time
Please use database connection with Dockercompos file that can helpfull
Sir can you please add kubernetes also in this playlist 🙏
Good tutorial. Keep going sir
I'm not getting in cmd prompt it shows it is not recognised.what mistake i did?