Sweet and simple, never learnt so basic and so fast. thank u so much, subscribed
@santoshkamat6132 Жыл бұрын
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 Жыл бұрын
Thank you!
@evakuator81186 ай бұрын
chatgpt ahh type of comment
@mateuszdelfin2701 Жыл бұрын
Thanks for this video, Marco!
@ZandorDaysev Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
@@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 Жыл бұрын
@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...
@kreslokkd6 ай бұрын
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
@MarcoCodes6 ай бұрын
Spring Data's repositories return you a Java Optional, which in turn have the orElseThrow method.
@kreslokkd6 ай бұрын
@@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 Жыл бұрын
Love this video.
@rishiraj254826 күн бұрын
Great! Thanks.
@maximelmanov6719 Жыл бұрын
Thanks for this video!
@Anbu_Sampath Жыл бұрын
Nice video with good explanation.
@arghyamitra32816 ай бұрын
Thanks 🎉 this is really helpful
@IA-33ZaranikMaxim Жыл бұрын
Amazing, please make more videos
@sanskaari.248 ай бұрын
Thanks for the video
@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 Жыл бұрын
Yup, all valid points.
@tak68tak Жыл бұрын
Thanks. ありがとう。
@UserUser-d6o6 күн бұрын
Why do you only declare interfaces in your repository ? where is the implementation ????????????
@MarcoCodes5 күн бұрын
The implementations are generated on the fly, at runtime, by Spring.
@jirmanalexanderrodriguez8402 Жыл бұрын
gracias marco
@jopadjr Жыл бұрын
13th... Thanks Marco
@acpollazzo Жыл бұрын
line 31 my intellij is asking me to declare a var instead...
@MarcoCodes Жыл бұрын
Timestamp?
@acpollazzo Жыл бұрын
my mistake @@MarcoCodes
@zefalien141311 ай бұрын
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