Spring Boot & Kotlin Tutorial - Crash Course For Java Devs

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

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

  • @VikashSharmaVS
    @VikashSharmaVS 10 หลายเดือนก่อน +2

    Sweet and simple, never learnt so basic and so fast. thank u so much, subscribed

  • @santoshkamat6132
    @santoshkamat6132 ปีที่แล้ว +3

    This insight is incredibly beneficial for a Java developer like myself, with experience in Spring Boot. The video's focus on the Kotlin aspect is particularly useful. It holds great relevance in the current tech landscape where companies are actively migrating their codebases from Java to Kotlin. Looking forward to more videos along similar lines in the future.

    • @MarcoCodes
      @MarcoCodes  ปีที่แล้ว

      Thank you!

    • @evakuator8118
      @evakuator8118 4 หลายเดือนก่อน

      chatgpt ahh type of comment

  • @mateuszdelfin2701
    @mateuszdelfin2701 ปีที่แล้ว

    Thanks for this video, Marco!

  • @ZandorDaysev
    @ZandorDaysev ปีที่แล้ว +1

    Hi Marco! Just wanted to thank you for your amazing tutorials! And, maybe, ask for one on JavaEE (servlets, basically). You see, I bought your tutorial on Spring Boot (amazing stuff!), but... You explanations for servlets at the beginning were so amazing, that I started switched from Spring Boot to just servlets.
    As I said, the course is astonishing! (great explanations examples and coverage), and now I yearn for a servlets course

    • @MarcoCodes
      @MarcoCodes  ปีที่แล้ว +1

      Thanks a lot for the lovely feedback, Zandor! Really happy that it served you well.
      Anything specific you'd like to see covered in a servlets course?

    • @ZandorDaysev
      @ZandorDaysev ปีที่แล้ว

      @@MarcoCodes Oh, so much... But most importantly, perhaps -- how to work with request/response objects and how to send/receive data from front end.

    • @octaviantheodor
      @octaviantheodor ปีที่แล้ว

      @MarcoCode @ZandorDaysev I'd also like to see such a tutorial (maybe on the Jakarta EE Web Profile) added to Marco's amazing resource set. Many people just jump on Spring, or Vaadin, or whatever else development forgetting the base all these frameworks rely on...

  • @arghyamitra3281
    @arghyamitra3281 4 หลายเดือนก่อน

    Thanks 🎉 this is really helpful

  • @maximelmanov6719
    @maximelmanov6719 ปีที่แล้ว

    Thanks for this video!

  • @IA-33ZaranikMaxim
    @IA-33ZaranikMaxim ปีที่แล้ว

    Amazing, please make more videos

  • @quew9b
    @quew9b 10 หลายเดือนก่อน

    Love this video.

  • @Anbu_Sampath
    @Anbu_Sampath ปีที่แล้ว

    Nice video with good explanation.

  • @sanskaari.24
    @sanskaari.24 6 หลายเดือนก่อน

    Thanks for the video

  • @tak68tak
    @tak68tak 11 หลายเดือนก่อน

    Thanks. ありがとう。

  • @kreslokkd
    @kreslokkd 3 หลายเดือนก่อน

    28:18
    I can't understand what function "orElseThrow" is and where does it come from. I can of course write my own extension function for Article or a method for Article or a global extension function, but it seems a bit off

    • @MarcoCodes
      @MarcoCodes  3 หลายเดือนก่อน

      Spring Data's repositories return you a Java Optional, which in turn have the orElseThrow method.

    • @kreslokkd
      @kreslokkd 3 หลายเดือนก่อน

      @@MarcoCodes I guess I have to go watch Spring tutorials first. I know Kotlin quite well, I have used it a lot for Android development, but I am new to backend via Spring

  • @jirmanalexanderrodriguez8402
    @jirmanalexanderrodriguez8402 ปีที่แล้ว

    gracias marco

  • @maximelmanov6719
    @maximelmanov6719 ปีที่แล้ว

    In my opinion, kotlin extension is powerful but can lead to big problem. Why we made toSlug() for ALL strings? For example, field "string name" also will be with that function. Why? misunderstandably)

    • @MarcoCodes
      @MarcoCodes  ปีที่แล้ว

      Yup, all valid points.

  • @jopadjr
    @jopadjr ปีที่แล้ว

    13th... Thanks Marco

  • @zefalien1413
    @zefalien1413 8 หลายเดือนก่อน

    Thank you for not explaining that we need a main method as a starting point of our app and how we cannot assing string to int

  • @acpollazzo
    @acpollazzo 9 หลายเดือนก่อน

    line 31 my intellij is asking me to declare a var instead...

    • @MarcoCodes
      @MarcoCodes  9 หลายเดือนก่อน +1

      Timestamp?

    • @acpollazzo
      @acpollazzo 9 หลายเดือนก่อน

      my mistake @@MarcoCodes