6 Spring Boot Full Stack Projects For Beginners & Resume | Line By Line Coding Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 พ.ย. 2024

ความคิดเห็น • 16

  • @EmbarkX
    @EmbarkX  4 วันที่ผ่านมา +1

    HIT THAT SUBSCRIBE BUTTON GUYS, PLEASE SUPPORT IF YOU LIKE MY WORK.
    Telegram Community: link.embarkx.com/telegram
    THE ULTIMATE JAVA AND SPRING BOOT MASTERY ROADMAP
    💁‍♂1. SIGNUP FOR MY SPRING BOOT ECOMMERCE PROFESSIONAL FOR BEGINNERS COURSE [50+ HOURS OF CONTENT]: link.embarkx.com/spring-boot
    💁‍♂2. MASTER COMPLETE SPRING BOOT MICROSERVICES: link.embarkx.com/microservices
    💁‍♂3. MASTER SPRING SECURITY WITH REACT JS+OAUTH2 CORS, Multi-Factor Authentication, Password Security, JWT: link.embarkx.com/spring-security
    💁‍♂4. LEARN JAVA WITH 60+ HOURS OF CONTENT: link.embarkx.com/java
    💁‍♂5. MASTER INTELLIJ IDEA: link.embarkx.com/intellij
    COMMENT AND LET ME KNOW WHAT SHOULD I BRING NEXT FOR YOU ON THIS CHANNEL?

  • @JDK_24
    @JDK_24 4 วันที่ผ่านมา +3

    There r many tutorials on yt but liked ur teaching, so do continue.

  • @ameykulkarni1742
    @ameykulkarni1742 2 วันที่ผ่านมา +1

    Done with first project 1:29:26, really good explanation, will complete remaining soon! keep creating such amazing content!!!

  • @MrAntivirus66
    @MrAntivirus66 3 วันที่ผ่านมา

    Hi @EmbarkX, thanks for the amazing content. Would it be possible to create more advanced concepts like having async methods through controllers, or having a little more advanced requests, maybe an example of load balancing and testing it with JApache Meter, as well as the running tests of the written code and what are best approaches for tests.
    Thanks!

  • @varmapemmadi9958
    @varmapemmadi9958 3 วันที่ผ่านมา

    Thank you sir❤

  • @justsmile7449
    @justsmile7449 3 วันที่ผ่านมา

    Hello and thnks a lot for your videos struggling to choose between java or ios development any advice ?

  • @deborahPadilla-x5o
    @deborahPadilla-x5o 3 วันที่ผ่านมา

    Great content, as always! A bit off-topic, but I wanted to ask: I have a SafePal wallet with USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). What's the best way to send them to Binance?

  • @JDK_24
    @JDK_24 4 วันที่ผ่านมา

    Do continue react series.

  • @HarshaKappala-iw4mh
    @HarshaKappala-iw4mh 3 วันที่ผ่านมา

    Continue react series sir

  • @azharalibhutto1209
    @azharalibhutto1209 3 วันที่ผ่านมา

    Great ❤❤❤

  • @varmapemmadi9958
    @varmapemmadi9958 3 วันที่ผ่านมา

    Waiting for react series

  • @mustafailikkan7068
    @mustafailikkan7068 3 วันที่ผ่านมา +1

    Hello, for the Todo application, why don't use PUT HTTP method for updating the resource and also why don't use DELETE HTTP method for deleting the resource? Do those semantically make more sense? Is there any particular reason that you use POST for update and GET for delete?

    • @ameykulkarni1742
      @ameykulkarni1742 วันที่ผ่านมา +1

      as HTML forms only support GET and POST methods natively, When you try to submit a form with a DELETE or PUT request, the server receives a GET request instead, resulting in the 405 Method Not Allowed error.
      so we need to use the GetMapping only,

    • @mustafailikkan7068
      @mustafailikkan7068 20 ชั่วโมงที่ผ่านมา +1

      @@ameykulkarni1742 Thanks for response. The course is really good for practicing. I also did some search about delete and put request and found out that as you said we can only use get or post with the form tag. In order for us to be able to git the deletemapping method inside the spring mvc controller, we need to write javascript code to initiate a delete http request. This piece may unnecessarily complicate this simple beginner project but I will definitely try on my own to send a delete or put request from javascript code and tie this to the thymeleaf template.

  • @AzharAli-n5c
    @AzharAli-n5c 3 วันที่ผ่านมา

    Great

  • @tkeditz689
    @tkeditz689 3 วันที่ผ่านมา

    Github link