A few months ago, I built a production-grade notification microservice using Java with Spring Boot, after having worked exclusively with JavaScript and TypeScript for 7 years. It was quite a shift, and there was a lot to learn initially, but I managed to complete the first phase of the work within 15-17 days. I was really impressed with the outcome. I did use AI tools to speed up the development process, which helped me get up to speed quickly and efficiently. For this project, I used IntelliJ as my IDE and worked with Java 17, Spring Boot, JPA, Kafka, Redis, and Docker.
Sir, I have also tried to explore spring boot after MERN. The journey was a bit bumpy and I really missed a teacher like you. Would genuinely love to have a series on Spring boot in the future from you. There is so much content on Java but not so much on spring boot on YT at least comparatively.
Right now you have one of the greatest teachers of all time, chatgpt. Do the hackathon on your own and ask questions to chatgpt when you are stuck for explanation. I think its better than searching Google or Stackoverflow for answers.
Sir im being very honest itna peace feel hota watching u talk about *software engineering* and enjoying the process of engineering rather than just telling us to focus on learning programming and get job obviously thats a part of it but the love for engineering is something i have started acknowledging from u.
Previously during my academics days I used to learn JS, react , mongoDB etc from you and now professionally I am a Java developer(2+). I think there are lack of Industry grade Springboot project development in TH-cam. With the knowledge you provide, I think it would be helpful for the upcoming generation learning Springboot from you with all the necessary java tech stack for production level application. P.S. -- There are a lot of java beginner playlist but being in Industry, TH-cam doesn't have such "Necessary Things to learn in Springboot to build Production level apps with Best Practices" playlist
00:06 Sharing my experience with Spring Boot 00:49 Exploring new technologies like Spring Boot is fun and educational. 02:13 Revision helps in remembering concepts quickly in coding 02:48 Discussion about Spring Boot 04:18 Choose technologies based on industry demand and career opportunities. 05:14 Choosing between Java and Python ecosystems 06:50 Explored Java ecosystem over the weekend 07:31 Explored Spring Boot after gaining familiarity with Java 08:55 Understanding codebase with Java in Spring Boot projects 09:45 JavaScript is the best language for developers 11:52 Learning curve varies with experience 12:35 Learning experience with Spring Boot 13:48 Getting started with Spring Boot 14:29 Understanding and selecting the recommended packages 15:53 Spring Boot पूरी फाइल स्ट्रक्चर दिखाने के लिए बेहतर होता। 16:32 Spring Boot lets you easily create REST APIs 18:26 Explored Spring Boot projects and features 19:07 MQP and messaging protocols are important in Spring Boot. 20:29 Exploring new technologies can provide valuable learning experiences 21:08 Exploring new technologies and enjoying working on multiple technologies 22:21 Exploring basic features and build process in Spring Boot
Sir I am too much in js ecosystem . But I love exploring new things ... And I like this video .... Please do share it and don't keep it secret 😁 , We understand how much effort and time it takes to make a different and unplanned video but you do that for us and we really really like it and appreciate that Hitesh Sir ❤🙌
These videos really helps to broadening the knowledge about multiple tech stacks available. Like a true Guru you are guiding us to be Engineer rather than just stuck to limited tools.
Bilkul aise experiences share kijiye bhaiya..ye bohot knowledful rehta hai nayi chizo ka overview mil jaata hai....krte rahiye upload bilkul....or ho sake ho ek full series le aaiye from core java to become a springboot developer...if it is possible after c++ series....
I learn in same way. Likes to explore diff tech stack. So far I learnt go, java, js, php, flutter stack and not limited to this many more things I have learnt. Learning new thing is always fun and intersting for me. I can related to all the thing which you mention in video related to different tech stacks. I belive these stacks are different tools which are created to fullfil different type of requirements. Every thing has its pros and cons. When I learnt reactjs I thought I will not learn Angular bcz I feel conceptually it same thing then why to spend time on it. But when I learn and start building application in Angular I found it has very different way of writting code. Like in Reactjs every thing is in same file ui, api call, states etc. But in Angular by default enforce to keep things in different files, angular create different file for html, css, typescript. Then I realize Angular has it's own use case.
Acchi lgi sir apki journey ko jankar spring boot pr . Mai bhi spring boot ko dekhna chahta tha but abhi tk nhi ho paya but explore Krna hai abhi ese aur aap jaise youtuber ho to aur mza ata hai sikhne me
Spring Boot also have CLI application to create/initialize application like VIte and Angular except its not that interactive as them, In documentation if you click the Reference Doc in learn tab it will gives detailed reference for every feature with brief example. For the spring initializer, every dependency is a starter, a starter provides common setup/configuration for that particular tech. Beginner need to learn Spring Framework first, Spring Framework is fundamental, Spring Boot does lot of magic be hide, it's like React = Spring Framework and NextJS = Spring Boot.
@@chaiaurcode Sir after learning mern stack i have to work on wordpress and php caus these types of jobs are available in my city and i cant relocate now what are you thoughts on this i will afcourse learn more about mern so when i switch i will become a better developer have you ever worked on these technology wordpress and php it feels simple but there are too many things which get me confused what this button does what this button does and all that
dabble into backend dev. Thats where the real large scale fun is Parallelism, non blocking operations, replication, multi level cache, list goes on and on :)
My god, I am just thinking in backend what I will use node or spring. I am going to question it in comment section, but got the video. What a coincidence
I am a student of Data Science and AI but I love listening to this GEM. His way of teaching and expression has a different vibe. My new teacher, Dear Sir Hitesh. 💛 Love from Pakistan.
Sir we would love to have a detailed video or playlist on java and spring boot . Also the project and source code you made or what videos you followed. Thanks a ton for this video sir
The Springboot learning curve is much more than other frameworks but once you master it you will get a huge self-confidence and one of the most useful functions is the springboot actuator, you will get a realtime view of the service health, memory consumption and loaded beans. I just Love it ❤
bro i liked it so much, can you please share the details which you have missed saying that you will share if needed, like resources, your project, and big developers you found and visited, it will be very helpful❤
Sir as you said in this video that you have worked a lot in java previously, so can you please make a dedicated course on java basic to advanced, it would be really helpful like your JS series and backend series.
Great content, can you please make a video on how to understand a codebase better for junior developers who are going into a company or switching into another company
Beginners 1st gear pr hi sabse zada time bita dete h, pr experienced ka approach thora alag rhta h.... Expecting more such take... Gear change krna asan n mazedar ho jata h... TQ ❤
I really wanted to know how different was your experience from a language that wants to be multi-paradigm to that of a pure OOP. Though i haven't worked in spring, i was into android dev for over an year... yeah i now it isn't a lot of time, but i got a general idea of how things work. I feel that, at times the things become more complex than it needs to be in OOP. Classic example for this is in need the need of singleton patterns for API interface or implementation of factory pattern in viewModels. Yeah i know there are tools to manage it like dagger, blah, blah... but i could be a nice to have it out of box... But in JS whenever i export something it is sure that i get the same instance of it. Yeah this was just my experience i haven't been in JS field for that long either, so if anything that i said above is false please correct it.
Sir please please do share spring tutorial or course to know everything about spring , development deployment etc I’m suffering by not getting crystal clear understanding
Sir please make videos on Spring, there are not many tutorials on it and its a bit difficult to understand for beginners (I feel bombarded with many terms and even struggle to use Intellij properly).
You got learning curve because you directly jumped to Spring boot... To enjoy learning process You need patience and knowledge of Java project, Servlet JSP, build tools, Spring framework, Spring MVC and than Rest in Spring boot.
Plz make a seprate video on the HOW TO READ THE DOCUMENTATION , I know you tell how to read documentation while teaching but i think some others need like these contant who don't watch your playlist
Sir I'm learning spring and spring boot . I'm doing spring MVC now. But I'm not getting clarity. We all need a complete spring all module and spring boot playlist . All java full stack developers are waiting because the lectures for complete spring are not available in a structured way with clarity. Thankyou ❤
acha laga baki 1st video thi to i can understand thoda samjhana pada aapko JS, PYTHON, JAVA wali chije it would be better if in further episodes/ journey you can share in detail with resources like I learned from this doc this thing and using this thing can help me create this stuff. for e.g. i learned sockets from this video and using sockets now I can make chat support in my projects.
A few months ago, I built a production-grade notification microservice using Java with Spring Boot, after having worked exclusively with JavaScript and TypeScript for 7 years. It was quite a shift, and there was a lot to learn initially, but I managed to complete the first phase of the work within 15-17 days. I was really impressed with the outcome. I did use AI tools to speed up the development process, which helped me get up to speed quickly and efficiently.
For this project, I used IntelliJ as my IDE and worked with Java 17, Spring Boot, JPA, Kafka, Redis, and Docker.
Waah
@@girdhar3224 thanks
@girdhar3224 thanks
Nice
can you please share the code....for practice
Sir, I have also tried to explore spring boot after MERN. The journey was a bit bumpy and I really missed a teacher like you. Would genuinely love to have a series on Spring boot in the future from you. There is so much content on Java but not so much on spring boot on YT at least comparatively.
Have u got any job after mern?
Right now you have one of the greatest teachers of all time, chatgpt. Do the hackathon on your own and ask questions to chatgpt when you are stuck for explanation. I think its better than searching Google or Stackoverflow for answers.
Always waiting for spring boot vidoe on this channel thank you sir
never come dont keep false hope, better learn it from somewhere else eg : Telusko Learning (highly recommended)
Sir you are great and we are grateful to have you sir ..Java scratch se suru kijiye sir with complete roadmap
We need more of these videos. Helps people to understand different ways to approach a new tech
Sir im being very honest itna peace feel hota watching u talk about *software engineering* and enjoying the process of engineering rather than just telling us to focus on learning programming and get job obviously thats a part of it but the love for engineering is something i have started acknowledging from u.
Your experience sharing guides us in our programming journey as to how to approach programming.
Keep rolling out these small experiences, it was very motivating to know how productively weekends can be used !!
Please make full series on spring boot
Bhai sir DSA to kar le
@@AmitBiswas0142 there is paid course u can buy for dsa Sir is selling...
Support sir
Great
@@neon7874Kahan se Lena hee pain course kya app bata sakte hain??
Previously during my academics days I used to learn JS, react , mongoDB etc from you and now professionally I am a Java developer(2+). I think there are lack of Industry grade Springboot project development in TH-cam. With the knowledge you provide, I think it would be helpful for the upcoming generation learning Springboot from you with all the necessary java tech stack for production level application.
P.S. -- There are a lot of java beginner playlist but being in Industry, TH-cam doesn't have such "Necessary Things to learn in Springboot to build Production level apps with Best Practices" playlist
could you share some resources from where you learn spring boot
@@zain121-b7i learn code with durgesh
Use spring webflux reactive, we used it in our microservices architecture best for Java based developers.
00:06 Sharing my experience with Spring Boot
00:49 Exploring new technologies like Spring Boot is fun and educational.
02:13 Revision helps in remembering concepts quickly in coding
02:48 Discussion about Spring Boot
04:18 Choose technologies based on industry demand and career opportunities.
05:14 Choosing between Java and Python ecosystems
06:50 Explored Java ecosystem over the weekend
07:31 Explored Spring Boot after gaining familiarity with Java
08:55 Understanding codebase with Java in Spring Boot projects
09:45 JavaScript is the best language for developers
11:52 Learning curve varies with experience
12:35 Learning experience with Spring Boot
13:48 Getting started with Spring Boot
14:29 Understanding and selecting the recommended packages
15:53 Spring Boot पूरी फाइल स्ट्रक्चर दिखाने के लिए बेहतर होता।
16:32 Spring Boot lets you easily create REST APIs
18:26 Explored Spring Boot projects and features
19:07 MQP and messaging protocols are important in Spring Boot.
20:29 Exploring new technologies can provide valuable learning experiences
21:08 Exploring new technologies and enjoying working on multiple technologies
22:21 Exploring basic features and build process in Spring Boot
Ye Hui na baat sir .aaj to phir se dil Jeet liya❤
Sir I am too much in js ecosystem . But I love exploring new things ... And I like this video .... Please do share it and don't keep it secret 😁 , We understand how much effort and time it takes to make a different and unplanned video but you do that for us and we really really like it and appreciate that Hitesh Sir ❤🙌
Spring and Springboot aa gya to majaa he aa jae ga
Waiting for it.....😀
Please make more such type of useful content , your expression gave me a clearity and helping in my learning...Thank-You
Thank You for this video!! ☕
Aisi videos humein help karti hai yeh seekhne mein ki kabhi kabhi aise exploring bhi karni chahiye
These videos really helps to broadening the knowledge about multiple tech stacks available. Like a true Guru you are guiding us to be Engineer rather than just stuck to limited tools.
Bilkul aise experiences share kijiye bhaiya..ye bohot knowledful rehta hai nayi chizo ka overview mil jaata hai....krte rahiye upload bilkul....or ho sake ho ek full series le aaiye from core java to become a springboot developer...if it is possible after c++ series....
I learn in same way. Likes to explore diff tech stack.
So far I learnt go, java, js, php, flutter stack and not limited to this many more things I have learnt. Learning new thing is always fun and intersting for me.
I can related to all the thing which you mention in video related to different tech stacks.
I belive these stacks are different tools which are created to fullfil different type of requirements. Every thing has its pros and cons.
When I learnt reactjs I thought I will not learn Angular bcz I feel conceptually it same thing then why to spend time on it. But when I learn and start building application in Angular I found it has very different way of writting code.
Like in Reactjs every thing is in same file ui, api call, states etc.
But in Angular by default enforce to keep things in different files, angular create different file for html, css, typescript. Then I realize Angular has it's own use case.
Acchi lgi sir apki journey ko jankar spring boot pr .
Mai bhi spring boot ko dekhna chahta tha but abhi tk nhi ho paya but explore Krna hai abhi ese aur aap jaise youtuber ho to aur mza ata hai sikhne me
Spring Boot also have CLI application to create/initialize application like VIte and Angular except its not that interactive as them, In documentation if you click the Reference Doc in learn tab it will gives detailed reference for every feature with brief example. For the spring initializer, every dependency is a starter, a starter provides common setup/configuration for that particular tech. Beginner need to learn Spring Framework first, Spring Framework is fundamental, Spring Boot does lot of magic be hide, it's like React = Spring Framework and NextJS = Spring Boot.
We need such experiences … you are such a gem of a person
I don’t how many times people must have told you but you are best in explaining things❤
completed both js and react series one by one, can surely say now advanced topics feels like toys.
Thank you Sir.
Great 👍
@@chaiaurcode sir youtube me bug kyun fix nahin ho raha he, comment me emoji dene ke time double ho jaa raha he❤❤. Jay Jagannath🙏🙏
@@chaiaurcode Sir after learning mern stack i have to work on wordpress and php caus these types of jobs are available in my city and i cant relocate now what are you thoughts on this i will afcourse learn more about mern so when i switch i will become a better developer have you ever worked on these technology wordpress and php it feels simple but there are too many things which get me confused what this button does what this button does and all that
dabble into backend dev. Thats where the real large scale fun is
Parallelism, non blocking operations, replication, multi level cache, list goes on and on :)
Really a great video. Learnt how to approach while learning a new technology. Please make more such videos in future also.
I really like your mentality about sticking to one language and it's the path forward.
very insightful sir @hiteshchoudhary thanks for the video ...looking forward to watch more lik this on your channel.
Mind fresh hogya bahut maza aaya 🫶🏻💕
Thora confidence increase howa k kis trah sy chezo ko explore kr k new chezy sekh skty hain.
Great sir ✨🫶🏻
Imagine everyone sharing their learning curves. Getting out of comfort zone and trying something new. Yes we should encourage such type of videos
Please make full series or any project with spring boot
this is the kind of video that very few creators make... I really appreciate your effort
Sir Request you for java tutorial please sir it's very very request sir 😢
Sir, never stop making such raw videos❤
These kind of raw videos are my fav kind of videos on this channel...
❤
sir love to have a series on Spring boot in the future from you...!!
Working with Django Rest Framework is just mind blowing....so. No question of changing the framework at least for upcoming one decade!!
Yeah I also recently started exploring spring and faced the same issues, also I feel it’s not too flexible but has a very vast ecosystem
You are a smart guy, unlike other youtubers who forcefully want us to admit their saying.
and please do share your project what you made.
My god, I am just thinking in backend what I will use node or spring. I am going to question it in comment section, but got the video. What a coincidence
What answer did you get?
Aapke charno m mera koti koti prnaam
Thank you sir for starting spring boot
Ab lgta hai ye jldi smjh me aa jayega aur behatar smjh aayega
Ye series start ka kb bola maine?
@@chaiaurcodeto karo na 2 saal....😂
Thanks for the video sir. Hope to see further video in these topics
I am a student of Data Science and AI but I love listening to this GEM. His way of teaching and expression has a different vibe. My new teacher, Dear Sir Hitesh. 💛 Love from Pakistan.
Spring aur springboot aagya toh mazaa ayega
Sir we would love to have a detailed video or playlist on java and spring boot . Also the project and source code you made or what videos you followed. Thanks a ton for this video sir
Always Loved your content and get freshen up by ur video😍😍
We are so glad to have a teacher like you sir❤️
This type of video give energy to explore others technologies and also how we start❤
Sir you are Amazing Teacher thanks for your efforts to explain new topic ❤
The Springboot learning curve is much more than other frameworks but once you master it you will get a huge self-confidence and one of the most useful functions is the springboot actuator, you will get a realtime view of the service health, memory consumption and loaded beans.
I just Love it ❤
bhai how can i contact you
Please make a complete series on spring Boot
You always inspire me to get out of comfort zone, thank you for this video.
bro i liked it so much, can you please share the details which you have missed saying that you will share if needed, like resources, your project, and big developers you found and visited, it will be very helpful❤
Sir as you said in this video that you have worked a lot in java previously, so can you please make a dedicated course on java basic to advanced, it would be really helpful like your JS series and backend series.
We need full playlist, please;
"Chai aur SpringBot"
Great content, can you please make a video on how to understand a codebase better for junior developers who are going into a company or switching into another company
Beginners 1st gear pr hi sabse zada time bita dete h, pr experienced ka approach thora alag rhta h....
Expecting more such take... Gear change krna asan n mazedar ho jata h...
TQ ❤
Please make more videos on Spring Boot rest , MVC application, Also How to learn spring boot technology
Mature content hai .. keep it up . Aise gyaan aur chaaiye..
Please Make Full Series On Spring Boot
spring boot Please make full series
Please Add the spring and spring boot series in this channel
Plesse make a full course on spring boot
Bhaiya please make a full series on this - Spring core, Spring Database, Spring boot everything with frontend
Sir Please make Series on Spring Boot with real time project... I am damn sure that people are going to love it
Great person Hitesh bhae. Love from PK
Your positivity boots my motivation to do programming
Thanks for sharing your knowledge ❤❤❤❤❤❤❤❤❤
Enjoyed Your Discussion on your learning experience❤❤👍👍
I really wanted to know how different was your experience from a language that wants to be multi-paradigm to that of a pure OOP. Though i haven't worked in spring, i was into android dev for over an year... yeah i now it isn't a lot of time, but i got a general idea of how things work. I feel that, at times the things become more complex than it needs to be in OOP. Classic example for this is in need the need of singleton patterns for API interface or implementation of factory pattern in viewModels. Yeah i know there are tools to manage it like dagger, blah, blah... but i could be a nice to have it out of box... But in JS whenever i export something it is sure that i get the same instance of it.
Yeah this was just my experience i haven't been in JS field for that long either, so if anything that i said above is false please correct it.
Sir please please do share spring tutorial or course to know everything about spring , development deployment etc
I’m suffering by not getting crystal clear understanding
Sir, Spring boot ka ek basics for the beginners video under 1 hour or 2 hours bna dijiye bahut help hogi.
Sir please start your Spring Boot series
Amazing raw information sirji ❤❤❤
sir we want full series on spring boot please
Sir welcome to the Spring. Java developer here. I was learning JS from your playlist this weekend.
Sir springboot ki series bana do please.AAPKO CHAI KI KASAM !!!
😂😂
Yes. Share that project too.
This type of content is really good to have.
Sir please make videos on Spring, there are not many tutorials on it and its a bit difficult to understand for beginners (I feel bombarded with many terms and even struggle to use Intellij properly).
sir ka jo main channel hai English wala us channel ko baht baht piche sodne wala hai yeh chai aur code baht hi jaldi Insha Allah.😍
Yeah Spring Boot is awesome 👍
Love to hear from you
Please make video on java fullstack
Thanks for the review about spring boots
I am also gonna try it
You got learning curve because you directly jumped to Spring boot...
To enjoy learning process You need patience and knowledge of Java project, Servlet JSP, build tools, Spring framework, Spring MVC and than Rest in Spring boot.
Sir aap aise hi knowledge dete rahiyee sir jiii.
Very nice and detailed information ❤❤❤
Plz make a seprate video on the HOW TO READ THE DOCUMENTATION , I know you tell how to read documentation while teaching
but i think some others need like these contant who don't watch your playlist
Learning is a journey that never stops, opening new doors along the way.
Sir I'm learning spring and spring boot . I'm doing spring MVC now. But I'm not getting clarity. We all need a complete spring all module and spring boot playlist . All java full stack developers are waiting because the lectures for complete spring are not available in a structured way with clarity.
Thankyou ❤
You always push me to strach the boundaries. And learn new things 😂❤.
Thanks and regards
acha laga baki 1st video thi to i can understand thoda samjhana pada aapko JS, PYTHON, JAVA wali chije it would be better if in further episodes/ journey you can share in detail with resources like I learned from this doc this thing and using this thing can help me create this stuff. for e.g. i learned sockets from this video and using sockets now I can make chat support in my projects.
Exited 🎉🎉🎉🎉❤
Really humble guys
Please make full series on spring boot (2) 🌱
Mene bhi ajj pahle bar got padha apki vedio se i t was great going
sir we want to full node js series pls sir
Sir make a full series on Advanced java concept & spring boot
I also tried Swift Programming and Swift UI as hobby on weekends..