Spring Boot Roadmap 2024 | Spring Boot with Microservices from Basics to Advanced

Поділитися
Вставка
  • Опубліковано 3 лют 2024
  • Spring boot playlist: • Spring Boot from Basic...
    Topics:
    - Introduction to Spring Boot:
    - what problem it solved
    - Its features and advantages
    - Setting up initial Spring boot Project
    - Understand Layered Architecture
    - Understand Maven pom.xml a bit (as Maven and Java is a pre-requisite for learning springboot)
    - Spring Boot Basic Topics
    - Annotations:
    - @SpringBootApplication
    - @ Controller
    - @RestController
    - @RequestMapping
    - @GetMapping, @PostMapping, @PutMapping, @DeleteMapping
    - @Autowired
    - @Component
    - @Service
    - @Repository
    - @ComponentScan
    - @ Configuration
    - @Value
    - @Qualifier
    - @Profile
    - @EnableAutoConfiguration
    - @Entity
    - @Transactional
    - @EnableCaching
    - @Async
    - @EnableScheduling etc…
    - Dependency Injection and Beans
    - Spring Boot Data Access
    - Spring JPA
    - Spring JDBC
    - QueryMethod
    - RESTful APIs with SpringBoot
    - SpringBoot Security
    - Securing our REST APIs
    - Spring Boot Logging
    - Spring Boot Exception Handling
    - Spring Boot Caching
    - Spring Boot Interceptor
    - Spring Boot Scheduling
    - SpringBoot Testing
    - Mockito
    (Microservices topics in SpringBoot)
    - Introduction to Microservices
    - Service Discovery using Eureka
    - Microservice Registering
    - Tracing the request in multiple Microservices
    - Sleuth and Zipkin
    - Sleuth links the trace id with your request
    - Zipkin help to visualize using the trace id
    - Spring Boot Profiles
    - different properties based on profiles (like QA, Production)
    - Spring Cloud Config Servers:
    - its Configuration managmenet
    - Communition between different microservies
    - SYNC
    - ASYNC (messaging queue)
    - API Gateway
    - Circuit Breaker
    - CQRS (Command Query Responsibility Segregation)
    - Deployment and Containerization
    - creating executable JARs and WARs

КОМЕНТАРІ • 152

  • @kislayapant6119
    @kislayapant6119 4 місяці тому +10

    Truly the most awaited playlist. Thanks a lot. 🙂

  • @siddhantprakash.
    @siddhantprakash. 4 місяці тому +3

    Liked before watching. Excited for this playlist! 🔥

  • @jsuryakt
    @jsuryakt 4 місяці тому +1

    Thank you so much for dedicating your time to teach the community. Really appreciated 🙏

  • @tiwarikartikeya
    @tiwarikartikeya 2 місяці тому +6

    I have started this from today. I will learn Java along with it. Will try to catch up with the current videos soon. I liked the selection of the topics. Quite relevant to the things which is actually used in real world applications.

  • @abhishekverma6658
    @abhishekverma6658 4 місяці тому +8

    eagerly waiting for this series thankyou so much .

  • @handlenotavailable538
    @handlenotavailable538 4 місяці тому +5

    So excited to learn springboot in depth🎉

  • @ananysharma9290
    @ananysharma9290 4 місяці тому +3

    Excited for this playlist too🔥

  • @CodeWithSachinYadav
    @CodeWithSachinYadav Місяць тому +2

    Your tutorials channel is a coding goldmine!:)

  • @varunr3055
    @varunr3055 4 місяці тому

    I'm excited to watch the entire playlist.

  • @aakanshakowerjani9614
    @aakanshakowerjani9614 4 місяці тому +2

    Waiting for more videos on spring boot, thank you 🙂

  • @aditisingh6330
    @aditisingh6330 29 днів тому

    Best and amazing spring boot playlist I have come across, please keep going. We are eagerly waiting for next video to complete playlist to be uploaded soon.🥳🥳🥳🥳

  • @nishantsinha8874
    @nishantsinha8874 4 місяці тому +1

    Eagerly waiting for this series, Thanks

  • @ritikkhatana5105
    @ritikkhatana5105 4 місяці тому

    Now you are the one stop solution for all java newbies 🎉

  • @vivekakundi
    @vivekakundi 4 місяці тому +2

    Super excited can't wait

  • @HimanshuKumar-nf4ty
    @HimanshuKumar-nf4ty 4 місяці тому +2

    Just excited
    Much awaited playlist 😢

  • @vanshiikasingh
    @vanshiikasingh 4 місяці тому +1

    Eagerly waiting for this! 🎉

  • @talktovideos4349
    @talktovideos4349 4 місяці тому +1

    Much awaited playlist

  • @mayukhsen3223
    @mayukhsen3223 4 місяці тому

    Super excited, can't wait

  • @pulkitsharma1039
    @pulkitsharma1039 3 місяці тому

    Much needed a course on its playlist on Udemy as well

  • @Mahmmadhusen072
    @Mahmmadhusen072 4 місяці тому

    Great work sir

  • @harshilgupta9225
    @harshilgupta9225 4 місяці тому

    Excited!!! 🎉

  • @gauravsrivastava17
    @gauravsrivastava17 4 місяці тому

    Helpful roadmap

  • @piyushpathak1186
    @piyushpathak1186 4 місяці тому +5

    so by the end of 2024 I will be the master of java, lld, spring-boot this will be game changer

  • @lakshitjangid3096
    @lakshitjangid3096 4 місяці тому +1

    Eagerly Waiting

  • @BhaskarVerma18
    @BhaskarVerma18 4 місяці тому +19

    Hi, I feel you have missed Mappings in JpaRepository{OnetoOne, OnetoMany, ManytoOne, ManytoMany}, You can add them if you feel imp..

  • @prathmeshchaudhari9846
    @prathmeshchaudhari9846 4 місяці тому

    Excited!!!!!!!!!!!!!!!

  • @rajrajeshwarsinghrathore
    @rajrajeshwarsinghrathore 4 місяці тому

    Much awaited!

  • @pragyasaxena1704
    @pragyasaxena1704 4 місяці тому +1

    much awaited

  • @ganapathyram.r7449
    @ganapathyram.r7449 4 місяці тому

    Waiting for next video in microservices egar to see topics like sleuth, circuit breaker and all

  • @ankushwairagade2156
    @ankushwairagade2156 2 місяці тому +1

    thanks a lot

  • @shivam_anand
    @shivam_anand 4 місяці тому +2

    Hey, Can you also add spring batch to your playlist?
    Eagerly waiting for this! Thanks a lot :)

  • @sheoshankar9774
    @sheoshankar9774 4 місяці тому

    Please add the spring core concepts, how and why it is used.

  • @aayush7099
    @aayush7099 3 місяці тому +1

    Thanks

  • @girishchaudhari4668
    @girishchaudhari4668 4 місяці тому

    Please.cover more which include day to day realtime project tasks more like configuration ans security.

  • @guptajicodes
    @guptajicodes 4 місяці тому

    thank you sir for such wonderful roadmap, sir will cover projects in spring boot?

  • @anandraju-po3gz
    @anandraju-po3gz 4 місяці тому

    Waiting for this Playlist, please do it fast🎉...

  • @ropurifiedwater
    @ropurifiedwater 4 місяці тому

    excited for the playlist sir but wanted to know by when will this playlist come to an end?

  • @lakshmisaichaitanyarajapu9313
    @lakshmisaichaitanyarajapu9313 Місяць тому

    Hi Shrayansh, your java playlist is very structured and amazing,
    When is this springboot playlist going to complete?

  • @VinothiniAnabayan
    @VinothiniAnabayan 4 місяці тому +22

    Please do in english.. it would be better if you make LLD also in english 😊

    • @whitykhan-ny3oi
      @whitykhan-ny3oi 4 місяці тому

      Yes

    • @DheerajVlogs.
      @DheerajVlogs. 4 місяці тому +2

      No do it in hindi. A lot of content in english is already there

    • @vijayanks1714
      @vijayanks1714 3 місяці тому +1

      ​​@@DheerajVlogs.Then pls share good resource😂 who teach in-depth with real time example

    • @user-rf6ke9ww2c
      @user-rf6ke9ww2c 3 місяці тому +2

      Learn hindi

  • @RameshSingh-oj7hq
    @RameshSingh-oj7hq 4 місяці тому +1

    Thanks for sharing this, but wondering why test containers are not part of the list.

  • @DurgaShiva7574
    @DurgaShiva7574 4 місяці тому

    Really Really Thank you for this..
    Playlist is GOAT like you.
    Hope you will cover the indepth of questions like
    Why main method required for SB aap
    Why main method not required for deployments
    How enableAutoConfiguration works
    How to test SB app on ther servers apart from tomcat
    How to attach multiple dbs to our SB app
    Please 🙏

  • @KshitijJain
    @KshitijJain 7 днів тому

    Will you cover Kubernetes as part of this playlist?

  • @meerasahib1472
    @meerasahib1472 4 місяці тому +2

    Hi could cover logger 4j and how to generate log.xml file and store in elk stack

  • @harshal8781
    @harshal8781 4 місяці тому

  • @user-fw6op8nb5c
    @user-fw6op8nb5c 4 місяці тому

    Bro when will your springboot playlist come and estimate data , we are eagerly waiting for it

  • @AghAgh-og9uk
    @AghAgh-og9uk 17 днів тому

    Please bring your playlist fast !!!!….my job Instake

  • @AnilYadav-tc3fl
    @AnilYadav-tc3fl 4 місяці тому

    Hey Shreyansh, when you're going ro start this because it would be better if we come along with you. Once the videos are pending then it's little bit difficult to cover them.
    Please show some lights.
    Thank you for your hardwork.

  • @shrirangjoshi6568
    @shrirangjoshi6568 3 місяці тому

    Share tutorials also please from where to learn.

  • @akshitkumar6450
    @akshitkumar6450 2 місяці тому

    Please provide the link for slide ,docs which you use in your video. Will be very helpful

  • @chaitanyakhinvasara8260
    @chaitanyakhinvasara8260 4 місяці тому

    Finally !!

  • @manavjain4453
    @manavjain4453 4 місяці тому +1

    How long will it take to go from start to end with these videos ?
    This question is about your uploading schedule. ThankYou .

  • @nightfury5124
    @nightfury5124 4 місяці тому +2

    Any estimation how many weeks this would take?

  • @user-gr4tz5oc3h
    @user-gr4tz5oc3h 4 місяці тому

    please add more video sir waiting

  • @AishwaryaDhembla-vx3sk
    @AishwaryaDhembla-vx3sk 4 місяці тому

    @Shrayansh, when will you start this series?

  • @sayeedanawar
    @sayeedanawar 4 місяці тому +1

    Any estimated date of completion of the playlist?

  • @udhayasankar113
    @udhayasankar113 3 місяці тому

    Will cover hibernate ?

  • @DiogoMartinsdeAssis
    @DiogoMartinsdeAssis 3 місяці тому

    Hello, thank you very much for all this content, I have a question, do you have plans to address another type of programming language in the future besides Java?

  • @samiraghouri4599
    @samiraghouri4599 4 місяці тому

    Can you add a video on JWT

  • @ashokkumawat4360
    @ashokkumawat4360 4 місяці тому

    Any date @shrayansh when you will release this course bro

  • @rabindradocument8934
    @rabindradocument8934 4 місяці тому +1

    I already read all these on tech primer channel.

  • @ranganpal9380
    @ranganpal9380 2 дні тому

    Are jsp, selvelet and hybernet not required ?

  • @briyanibiceps
    @briyanibiceps 18 днів тому

    day 1

  • @abhishekverma6658
    @abhishekverma6658 3 місяці тому

    Sir plz confirm it is available to all or only for paid membership

  • @harshitanand7349
    @harshitanand7349 4 місяці тому

    I hope this playlist will cover in depth concepts. There are many courses on Springboot but most of them are basics, useful only for freshers.
    Rooting for a good content for experienced devs as well

  • @MindwithSoul
    @MindwithSoul Місяць тому

    by when this series will get completed?

  • @garvitsingh2593
    @garvitsingh2593 3 місяці тому

    Kb start hogi sir waiting for very long

  • @v-creation7965
    @v-creation7965 4 місяці тому

    sir i have 2.2 years exp as spring backend developer .can i add LLD & HLD in my resume ?will the interview will get harder by adding lld and hld?

  • @sanketh768
    @sanketh768 4 місяці тому +5

    I thought we can add elastic search and apm integration like ELK stack or watch dog etc

    • @vivekakundi
      @vivekakundi 4 місяці тому +2

      Prometheus and Grafana

  • @vijayanks1714
    @vijayanks1714 4 місяці тому

    Pls keep every video available all I see some Java videos are member only😢

  • @adityashankar5061
    @adityashankar5061 4 місяці тому +2

    hi @Concept and Coding could you please include realtime project it will ne helpful for us

    • @ConceptandCoding
      @ConceptandCoding  4 місяці тому +1

      yes at end i have added the project. I am thinking of coupon management related project but lets see

    • @adityashankar5061
      @adityashankar5061 4 місяці тому

      @ConceptandCoding could you please teach us real time remote debugging kind of thing this will help us to resolve the issue in real time project

  • @Amit-Education
    @Amit-Education Місяць тому +1

    Please add one more topic in micro services spring cloud load balancer.

  • @vijaysakthivel4966
    @vijaysakthivel4966 4 місяці тому

    Hi Shrayansh! I hope you're doing well. So, since you'll be starting with springboot next, the java beginner to advanced playlist is completed right?

  • @vanshiikasingh
    @vanshiikasingh 4 місяці тому +2

    One more question.. Can you please tell me that when this series will come to end?
    Like the estimated time.. That would be really helpful!

  • @ashutoshpandey4271
    @ashutoshpandey4271 Місяць тому

    Hi, bhaiya I am from go background how should I utilise and practice to learn Springboot?

  • @briyanibiceps
    @briyanibiceps 18 днів тому +1

    please conmpete this playlist

  • @HimanshuKumar-hm4wv
    @HimanshuKumar-hm4wv 4 місяці тому

    will you be covering
    object relational mapping
    one to one, many to one?

  • @tvb4026
    @tvb4026 4 місяці тому

    Why java based backend companies are shifting to GO lang?

  • @Itsme1n1ly
    @Itsme1n1ly 4 місяці тому

    When is the release?

  • @prashantpundir7448
    @prashantpundir7448 4 місяці тому

    Thanks Shrayansh for starting spring boot, how many days it will take to complete spring boot

  • @babhijit
    @babhijit 4 місяці тому

    Will the playlist be free or paid ?

  • @kochu7484
    @kochu7484 3 місяці тому

    Do you have this list in git repo? Can you make this series on git so uts convenient for us to go through, extend AND contribute to it while learning.

  • @GauravSharma-lx7qz
    @GauravSharma-lx7qz 4 місяці тому +2

    you can also include jwt

  • @varunpalsingh3822
    @varunpalsingh3822 4 місяці тому +1

    learing spring boot, as a student along with dsa, why not to go with nextJS for projects ??

    • @ConceptandCoding
      @ConceptandCoding  4 місяці тому

      depends upon company which you are targeting. If they have sufficient openings for nextJS go for it buddy

  • @shubhamrao5952
    @shubhamrao5952 4 місяці тому +1

    Include Kafka streams also

  • @nikantchaudhary
    @nikantchaudhary 4 місяці тому

    Cover Saga Pattern

  • @shrirangjoshi6568
    @shrirangjoshi6568 3 місяці тому

    From where to access the list?

  • @sujoy3kb
    @sujoy3kb 3 місяці тому

    Complete it faster please.

  • @_riishav
    @_riishav 4 місяці тому

    Is spring needed to do spring boot or there is no need to learn spring we can directly work with springboot?

    • @ConceptandCoding
      @ConceptandCoding  4 місяці тому

      i will cover anything which need to be known to set up the clear understanding

  • @akashsoam7581
    @akashsoam7581 4 місяці тому

    please give link to this roadmap pdf

  • @vinoths7140
    @vinoths7140 4 місяці тому

    Can you update, does your Udemy Videos which are taught in Hindi has English subtitles?

    • @ConceptandCoding
      @ConceptandCoding  4 місяці тому

      not yet buddy

    • @vinoths7140
      @vinoths7140 4 місяці тому

      @@ConceptandCoding Okay, Please add if you find a way and get time, that will help so many learner’s.

  • @chetan1149
    @chetan1149 4 місяці тому +1

    by when it will start and finish?

    • @ConceptandCoding
      @ConceptandCoding  4 місяці тому +3

      Chetan that i can not mentioned. As i have a full time job and its a first priority. So as i mentioned in my LLd, java courses as well its totally based on bandwidth.

  • @FullMetalAlgorithmist
    @FullMetalAlgorithmist 4 місяці тому

    Hi, what is the proper roadmapp? First java then Hld snd then Springboot?

    • @ConceptandCoding
      @ConceptandCoding  4 місяці тому +1

      java then springboot.
      hld is independent of both

    • @vijayanks1714
      @vijayanks1714 4 місяці тому

      ​@@ConceptandCodingjava video are member only this spring boot also member only?

  • @sanadkhan1
    @sanadkhan1 4 місяці тому +1

    Bhai sahab agar ye commitment poora kar diya na bhai main chilla chilla kar promotion karunga roads par
    Btw, I know bht zyada deep and intensive dikh rha hai roadmap but fir bhi kab tak complete hoga? @concept and coding

    • @ConceptandCoding
      @ConceptandCoding  4 місяці тому +1

      :) totally depends on office work load buddy. Weekends hi hai mere pass, let me see if i can take some help foe this to fast track this

    • @sanadkhan1
      @sanadkhan1 4 місяці тому +1

      @@ConceptandCoding bhai take your time but you only complete the series don’t bring someone else to teach on your channel

  • @anantbasu202
    @anantbasu202 4 місяці тому

    Sir if I take Join your channel at the cost of 59 then I access your whole Java playlist or not

  • @mrunalpatil9022
    @mrunalpatil9022 3 місяці тому

    Is there any other prerequisite for spring boot other than java?

    • @ConceptandCoding
      @ConceptandCoding  3 місяці тому +1

      i will cover others whatever required (like maven etc..)

    • @mrunalpatil9022
      @mrunalpatil9022 3 місяці тому

      @@ConceptandCoding thank you waiting for more videos in this series

  • @anamikatripathi2394
    @anamikatripathi2394 4 місяці тому

    Prerequisites of this course?

  • @nocode659
    @nocode659 4 місяці тому +1

    sir any coupon for udemy sir? java and hld+lld

    • @ConceptandCoding
      @ConceptandCoding  4 місяці тому +1

      CONCEPT_AND_CODING

    • @FullMetalAlgorithmist
      @FullMetalAlgorithmist 4 місяці тому

      Can u pls share the udemy course link?😊

    • @ConceptandCoding
      @ConceptandCoding  4 місяці тому

      @@FullMetalAlgorithmist pls check the channel about section i have shared the link.
      LLD+HLD: lnkd.in/g9gG5F2B
      👉 JAVA: lnkd.in/gNa-QYTn
      👉 LLD only: lnkd.in/gSwdjA-4
      👉 HLD only: lnkd.in/gi7Qfqty

    • @FullMetalAlgorithmist
      @FullMetalAlgorithmist 4 місяці тому

      @@ConceptandCoding thanks! But Java playlist is already available on UA-cam for free right??

    • @ConceptandCoding
      @ConceptandCoding  4 місяці тому +1

      @@FullMetalAlgorithmist udemy is mostly for those, who dont like learning from youtube

  • @sabbulingineni
    @sabbulingineni 4 місяці тому

    Can we have playlist for c++

  • @Insidious847
    @Insidious847 Місяць тому

    I have a question what are the prerequisites to start spring boot

    • @ConceptandCoding
      @ConceptandCoding  Місяць тому

      java

    • @Insidious847
      @Insidious847 Місяць тому

      Till what extent ?!

    • @ConceptandCoding
      @ConceptandCoding  Місяць тому

      @@Insidious847 basics

    • @Insidious847
      @Insidious847 Місяць тому

      I do dsa with java is that enough or else should i complete your java playlist

    • @ConceptandCoding
      @ConceptandCoding  Місяць тому

      @@Insidious847 if you know basics (not full details of collections or multithreading) then you are good.

  • @abhinandansingh9846
    @abhinandansingh9846 Місяць тому

    can you please provide any coupon code for Java in Udemy ?

    • @ConceptandCoding
      @ConceptandCoding  Місяць тому

      will do on 15th May now.
      You cab check “CONCEPT_CODING_MAY”, if if its still valid

    • @abhinandansingh9846
      @abhinandansingh9846 Місяць тому

      @@ConceptandCoding It is still valid. Thank you so much.