Spring Boot & Kotlin Tutorial - Crash Course For Java Devs

Поделиться
HTML-код
  • Опубликовано: 26 дек 2024

Комментарии • 32

  • @VikashSharmaVS
    @VikashSharmaVS Год назад +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.

  • @rishiraj2548
    @rishiraj2548 11 дней назад

    Great! Thanks.

  • @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...

  • @kreslokkd
    @kreslokkd 6 месяцев назад

    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  5 месяцев назад

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

    • @kreslokkd
      @kreslokkd 5 месяцев назад

      @@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

  • @quew9b
    @quew9b Год назад

    Love this video.

  • @maximelmanov6719
    @maximelmanov6719 Год назад

    Thanks for this video!

  • @Anbu_Sampath
    @Anbu_Sampath Год назад

    Nice video with good explanation.

  • @arghyamitra3281
    @arghyamitra3281 6 месяцев назад

    Thanks 🎉 this is really helpful

  • @IA-33ZaranikMaxim
    @IA-33ZaranikMaxim Год назад

    Amazing, please make more videos

  • @sanskaari.24
    @sanskaari.24 8 месяцев назад

    Thanks for the video

  • @tak68tak
    @tak68tak Год назад

    Thanks. ありがとう。

  • @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)

  • @jopadjr
    @jopadjr Год назад

    13th... Thanks Marco

  • @acpollazzo
    @acpollazzo Год назад

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

  • @zefalien1413
    @zefalien1413 11 месяцев назад

    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