Itni baar search karne ke baad ,ek aacha playlist mila spring boot ka . Sab youtuber only crud operation btate apne lecture me. But aapne spring boot pura in depth explain kiya . Thank you for your help ❤❤🎉
Even as a Java developer in the past, right now I'm working in python, looking forward to this series to revisit the important concepts, thanks brother!
What I really like is when you kind of take permission from us to explain on something further….😂lol take all the time and explain every detail sir….your a wonderful teacher🎉
it is so simple to create spring starter project just extract the zip and it began on sts (spring tool suite) you need to import the project like file--> import then import maven project then it will began
Hi Shrayansh, I understood things quite well and I have few doubts about setting up project Like how we exactly distiguish the project structure you came up with having DTO, service Layer and all with normal project we create. Basically I want to learn more about these practices. Looking forward for your reply.😃
Amazing video but just small question so I come from flask background and we have something called as data model which is used to do the marshelling of request and response objects so can we say DTO is same as these models marshelling?
First time buying RUclips membership.. clean explanation.. brother is this course good for freshers? Are you going to teach industry required project and how many classes are you making in this playlist
just completed this video. just one point should we make DTOs using builder patterns ?? as real req can have 100s of values and response can vary based on endpoint?? what is the industry standard @shrayansh??
good point Piyush, for smaller DTOs, definitely using builder is and overhead and additional complexity, but for very big DTOs, builder pattern is a good option. Also Lombok is also used a lot in industry for big DTOs.
Do we still need to learn servlets, JSP, and other traditional techniques if we already know spring and spring boot? Are servlets and JSP still important in interviews for product-based companies today?
Hello Shrayansh, thank you for this playlist. I have a question please : can we put the Entity classes inside the repository later since they are also related to the database?
Sir i am trying to understand spring boot through ur viodes but feeling low while learning unable to understand small things like mapping and those annotations too please help sir
can anyone answer my one silly question... why should someone learn spring boot I know it is used for web application development but that we can do with angular,react or vue and these techstack are more easy to understand
Hi rikki, definitely its not mandatory to learn springboot, same things can be achieved with other framework. Only thing which differs spring boot with other frameworks is its huge demand and popular among big companies. thats all.
thank you for reply and i also want to know how your course structure will be for ex in this video you already have files for DTO,Configration .Do we have to pause the video and understand the flow or you will teach how to write DTO files or any other files from scratch..
Why do we have both RequestDTO and Entity ? Why can we just use Entity as RequestDTO ? One logic can be there that whatever comes in request is not needed to be saved in DB .. but can't we just tell Entity class to not process certain fields ? It looks as if it over done in the name of specifications .
entity generally has the field name exactly matching the db column name and request and response DTO where mapping done first and then sent to the clients, i think i have covered this in this.
Please keep on making Spring Boot videos. I always find something interesting in your videos.
do full playlist Spring Boot , Your teaching is very good
Itni baar search karne ke baad ,ek aacha playlist mila spring boot ka .
Sab youtuber only crud operation btate apne lecture me.
But aapne spring boot pura in depth explain kiya .
Thank you for your help ❤❤🎉
Hats off🙌🏻🙌🏻 for the speed of video frequency in this series while maintaining top notch quality ❤️
This alone video is enough
-to boost confidence
-to clear basics
-and have an impression over interviewers
🔥🔥🔥
What a quality video and quality content. ❤
Even as a Java developer in the past, right now I'm working in python, looking forward to this series to revisit the important concepts, thanks brother!
Thanks for your efforts.I am sure it is helping many developers to understand the core concept and why those things are in spring boot.
What I really like is when you kind of take permission from us to explain on something further….😂lol take all the time and explain every detail sir….your a wonderful teacher🎉
Please make More Videos on Spring Boot With Projects your way of teaching is really wonderful
I wasted my 2 week to find good teacher on youtube. I only understand after watching your video thank u sir this is my day2🎉
Day 2 - lecture 3 done
this was awesome
please keep making such content
the most demanding videos are of springboot, if you upload a good amount of it, i am 100% sure your channel will touch 100k insane fast speed
Day1 & Day2 video's done its awesome and content is very worthy, what a teaching man, Thanks a ton.
Best teaching technique!! Thanks a lot.God bless you.
thanks man , search for the spring boot content , ends here .. excellent explaination
Very well explained , please continue this.
Amazing explanation!
Thank you ! this really helps
Awesome, Great explaination. Please continue doing the spring boot videos waiting for the rest . Thanks!
pls check the playlist, already 7 videos are present and more coming soon
Great Explanation Sir
Waiting for next videos
Hi dhananjaya could you please shares the notes link for spring boot whatever he has taught so far please it will helpful
Super video man. Thanks a lot.
@shreyansh its better to share the code snippets that you are using using git so that we can explore the code more
Sir, please do a full video playlist on spring security
Hey Shreyansh!
Please upload the next part of the series waiting since 6 days. I always find something interesting in your videos.
is it necessary to learn spring boot before java
god level explanation
Hey Shrayansh,
What is the estimate time completion for this playlist?
hi..is it necessary to lrarn in depth java before learning spring boot
it is so simple to create spring starter project
just extract the zip and it began
on sts (spring tool suite) you need to import the project like file--> import then import maven project then it will began
super explanation...Thanks
Hi , By when we can expect the playlist to be completed ?
Hi Shrayansh, I understood things quite well and I have few doubts about setting up project Like how we exactly distiguish the project structure you came up with having DTO, service Layer and all with normal project we create. Basically I want to learn more about these practices. Looking forward for your reply.😃
Amazing video but just small question so I come from flask background and we have something called as data model which is used to do the marshelling of request and response objects so can we say DTO is same as these models marshelling?
i am not sure about flask, but the way you explained “marshalling” it looks exactly same
Yes In Flask we have API models/API parser, which maps incoming user inputs to python dictionary which is equivalent to DTO in java.
Thanks shrayansh and Fazil for clearing the doubt 🙌
First time buying RUclips membership.. clean explanation.. brother is this course good for freshers? Are you going to teach industry required project and how many classes are you making in this playlist
just completed this video.
just one point
should we make DTOs using builder patterns ?? as real req can have 100s of values and response can vary based on endpoint??
what is the industry standard @shrayansh??
good point Piyush, for smaller DTOs, definitely using builder is and overhead and additional complexity, but for very big DTOs, builder pattern is a good option.
Also Lombok is also used a lot in industry for big DTOs.
I included Lombok along Spring Web Dependency in starter Kit.
Great explanation! It would be really great if you could provide the code file that you explained.
Sir could you please suggest some books which could be referred with your lectures
Do we still need to learn servlets, JSP, and other traditional techniques if we already know spring and spring boot? Are servlets and JSP still important in interviews for product-based companies today?
based on my understanding, No. in 2015 i used to work on that now all are abstracted to us
hey Shrayansh, amazing video. Can I get the github link for this code?
If we use SQL, we have @Entity as it represents a table but in NoSQL we use @Document.
Hello Shrayansh, thank you for this playlist. I have a question please : can we put the Entity classes inside the repository later since they are also related to the database?
Sir i bought your java course on udemy is it different from the one being taught exclusively for members on youtube
same
sir you explained very well, just sir you code a little will explain by typing and the code will be understood well.
noted. thanks for the feedback
Can i start with your spring playlist right after Java playlist or do I need to go through your lld and hld playlist before I start spring boot?
no only java is good
Why cant we use autowired for creating the object of request dto, why use new requestdto()
Which theme are you using in intellj , please tell
the best
Thankyou 🎉
Sir i am trying to understand spring boot through ur viodes but feeling low while learning unable to understand small things like mapping and those annotations too please help sir
can anyone answer my one silly question... why should someone learn spring boot I know it is used for web application development but that we can do with angular,react or vue and these techstack are more easy to understand
Hi rikki, definitely its not mandatory to learn springboot, same things can be achieved with other framework.
Only thing which differs spring boot with other frameworks is its huge demand and popular among big companies. thats all.
thank you for reply and i also want to know how your course structure will be for ex in this video you already have files for DTO,Configration .Do we have to pause the video and understand the flow or you will teach how to write DTO files or any other files from scratch..
do you have source code Project setup and Layered Architecture
where is the Git link?
POM.XML = Project Object Model.Extensible Markup Language
Why do we have both RequestDTO and Entity ?
Why can we just use Entity as RequestDTO ? One logic can be there that whatever comes in request is not needed to be saved in DB .. but can't we just tell Entity class to not process certain fields ?
It looks as if it over done in the name of specifications .
entity generally has the field name exactly matching the db column name and request and response DTO where mapping done first and then sent to the clients, i think i have covered this in this.
could you please share the code
project
i am not able to find this course on udemy please share if you have posted it on udemy also
its there, pls check on channel about section
Can you post PPT in caption?
🎉
I am unable to join and pay
Done