This full course can be found here: amigoscode.com/p/spring-boot RECOMMENDED COURSES ► Java Essentials - amigoscode.com/p/java-essentials ► Spring Data JPA - amigoscode.com/p/spring-data-jpa ► Software Testing - amigoscode.com/p/software-testing Happy Coding
hi nelson and everyone. i have a question here, my spring boot maven project is so big. how can i push it to github like nelson and others? i mean like, their repo size is so small..
Thankyou Nelson, your videos helped me learn Java really well when I started studying it months ago. I love the way you simplify and explain things like a normal person talking to you, thanks for what you do Nelson all your comments agree, you’re doing incredible work.
BIG thanks my man, you are kickstarting my carreer as a software developer who has no knowledge about backend programming at all. Really glad there are people like you who are noble enough to share their knowledge with others! :)
You're are wonderful! I've from Russia and understand english not very well, but you talk absolutely correct and clear, and your video course - is awesome!
Man, I want to tell u thx! I'm from Ukraine and my engl not so good, but EVERY your word was understood by me. And I just started! So, bless you for this lesson)
Assalamu 3amaykum, i wanna thank you for all the free courses you upload on your channel. I m actualy learning how to code throw your videos and they arr very helpfull alhamdulillah. May Allah bless you for all that work! An algerian brother from France 🇩🇿🇫🇷
I dont wanna sound like an asshole, but if you are learning coding with these videos you are doing it wrong. Learn at first the basics with Java then jump to a framework like Spring.
I can't stress enough how great your videos are. They are not just thematically brialliant but your way of going through each and every aspect of a topic and taking your time to explain it in manner so that we as learners can digest it with ease. Thank you, my brother!!!
I needed to work with the database for my university project, but not only did I not work with this framework before, but I did not have any particular background in Java. But you really helped me a lot. Thank you very much.
@@amigoscode selam waeleka, thank you for considering this. it would not be complete without session, cookies and related things. there is no good video on youtube, so please please include those as well
But how does it work internally? I would like to get the whole chain, the whole picture of how spring does it. At least short overview of implementation would be highly appreciated! Thanks
@@S2lyaQ yeah but if there is someone to validate our understanding that would be great. But we can also ensure by debugging the inner classes. That's one another way... I'm saying this there are many videos out there who dictates only the abstract..
Appreciate the video very much ... there is much good detail ... I would concentrate more on "What is the problem we are trying to solve." In this video you show how to use SDJPA Java annotations to automatically create database tables, etc. I would add discussion of the alternative to using SD JPA to auto-generate database tables. Show using CREATE in both a database script and in Java, and point out that SD JPA *saves* one from having to do this work. You don't need to delve into every detail of these other options, but showing how SD JPA avoids having to do this work not only shows the alternative, it helps students understand why SD JPA is superior.
Nice Tutorial, one thing I just feel is most people will be using the Community Edition in the long run and it helps fully grasp that route going forward.
Thank you so much for this course. Really I learned much things. Your english is very clean. My english is not good but i can understand. Thank you again :)
Hi @amigoscode, I just wanted to thank you for your great lesson on Spring Data JPA. I learned a lot from your video, and I'm really excited to start using Spring Data JPA in my own projects. I especially appreciated the way you explained the concepts in a clear and concise way.
Thank you so much brother, keep sharing the knowledge. It will benefit us and internally it will benefit you with rewards from Allah swt, in shaa Allah
nice video but I was hoping to see all the content that was mentioned right in the begining of the video about relationships, custom queries etc... these are missing in this video and just wondering if there's a second part of this video as well? thank you
Connection to localhost:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. I cant connect to database on WIndows
Anyone else have issues getting the code to generate the SQL? My project is set up exactly as the video and I cannot get the application to create my entity in the DB.
Thank you so much for clean explanation. I have a trouble to connect your db. When i want to connect your amigoscode db it requires user and pass. Could you pls help me. Thanks in advance
For anyone out there wanting to follow this course smoothly: You need InteliJ IDE and Postgre SQL. So if you use STS and MySQL (like me), you will end up just watching video, because its impossible to follow what he does on InteliJ...
This full course can be found here: amigoscode.com/p/spring-boot
RECOMMENDED COURSES
► Java Essentials - amigoscode.com/p/java-essentials
► Spring Data JPA - amigoscode.com/p/spring-data-jpa
► Software Testing - amigoscode.com/p/software-testing
Happy Coding
Thank you.
I tried to pay for the course and the button to buy is not allowing me and the agreement for Teachable is hidden
Hey man, some videos are not playing at the website. From Querying data section, some play and others dont at all
Fixed, thank you!
hi nelson and everyone. i have a question here, my spring boot maven project is so big. how can i push it to github like nelson and others? i mean like, their repo size is so small..
Nelson, every time I watch your videos I learn something new about Spring Boot. Really you have the academic teaching capabilities.
Thankyou Nelson, your videos helped me learn Java really well when I started studying it months ago. I love the way you simplify and explain things like a normal person talking to you, thanks for what you do Nelson all your comments agree, you’re doing incredible work.
You are the MAN! started a software engineer degree in Montreal last august, and i'm learning a lot from you.
Salam aleykoum to you!
BIG thanks my man, you are kickstarting my carreer as a software developer who has no knowledge about backend programming at all.
Really glad there are people like you who are noble enough to share their knowledge with others! :)
You saved my intern life. Someone who makes a very clear technical explanation that I saw on TH-cam. Great work. Thank you 🤘❤
You're are wonderful! I've from Russia and understand english not very well, but you talk absolutely correct and clear, and your video course - is awesome!
Man, I want to tell u thx! I'm from Ukraine and my engl not so good, but EVERY your word was understood by me. And I just started! So, bless you for this lesson)
The best spring data JPA tutorial ever. it couldn't be better. Thanks alot for share your knowledge. You're a great teacher.
Assalamu 3amaykum, i wanna thank you for all the free courses you upload on your channel. I m actualy learning how to code throw your videos and they arr very helpfull alhamdulillah.
May Allah bless you for all that work!
An algerian brother from France 🇩🇿🇫🇷
I dont wanna sound like an asshole, but if you are learning coding with these videos you are doing it wrong. Learn at first the basics with Java then jump to a framework like Spring.
@@key4503 yeah brother that s what i m doing, actually i comment this video to give support to nelson. Thanks for the advice ;)
@@obsasew972 nelson has a course on Java, also there is a great tutorial for java by Programming with Mosh. Good luck
Wow, this man is offering some of its dedicated tutorial for free.
I can't stress enough how great your videos are. They are not just thematically brialliant but your way of going through each and every aspect of a topic and taking your time to explain it in manner so that we as learners can digest it with ease. Thank you, my brother!!!
I needed to work with the database for my university project, but not only did I not work with this framework before, but I did not have any particular background in Java. But you really helped me a lot. Thank you very much.
Best cours to learn Spring Data Jpa PostgreSQL, Thank You a lot.
Ok it's official, Telusko is so yesterday. You are the KING!!
Thank you Nelson for your hard work. Your courses really are live saviors and you are also an amazing teacher!!!!
You drop it the right time. I have to finish a college team project with spring boot and I was struggling. So thank you so so much
I like the fact, that you make mistakes on purpose just to show the possible troubleshooting (not specifying the @Id annotation in the Student class).
Awesome content like always bro Nelson.
Please, we need a course about Spring OAuth2, Thanks.
Coming soon
@@amigoscode selam waeleka, thank you for considering this. it would not be complete without session, cookies and related things. there is no good video on youtube, so please please include those as well
Such a nice start. Every bit is informative and the delivery is just very, very good. I'll get back to in the morning!
Wish I could like this tutorial 10 times ... Thanks for time and efforts
Thanks for recording this course. You can't believe how much I needed it :)
Thank you so much for this great introductory tutorial!
Awesome content, Nelson! Big thanks to you from Brazil :D
1 min 10s into the video
Me: *Hits like button* 'Just what I needed!'
Thanks Nelson!
I had a dream with this video! Haha, greetings.
The best youtuber of spring. Wish give us a course about Spring OAuth2.
Thanks!
Man, you are a superstar!!
the content of your classes are amazing!
thank you so much man that was the best tutorial i have ever seeing
Thank you. Awesome tutorial
I'm super happy for this video. God bless you.
thank u so much...i love ur teaching and how you see inteelij idea and postgres together...All the youtubers only use eclipse
But how does it work internally? I would like to get the whole chain, the whole picture of how spring does it. At least short overview of implementation would be highly appreciated! Thanks
JDBC is a good start since JPA is built on top of JDBC.
Hibernate framework is used internally
You can check each class and method in your IDE and can see there how it works.
Oops ... wrong video buddy ...
@@S2lyaQ yeah but if there is someone to validate our understanding that would be great. But we can also ensure by debugging the inner classes. That's one another way... I'm saying this there are many videos out there who dictates only the abstract..
Appreciate the video very much ... there is much good detail ... I would concentrate more on "What is the problem we are trying to solve." In this video you show how to use SDJPA Java annotations to automatically create database tables, etc. I would add discussion of the alternative to using SD JPA to auto-generate database tables. Show using CREATE in both a database script and in Java, and point out that SD JPA *saves* one from having to do this work. You don't need to delve into every detail of these other options, but showing how SD JPA avoids having to do this work not only shows the alternative, it helps students understand why SD JPA is superior.
This course is EXCELLENT, thank you very much!
Nice Tutorial, one thing I just feel is most people will be using the Community Edition in the long run and it helps fully grasp that route going forward.
Thank you very much, my friend. Super cool tutorial! Super clear.
thank you my brother! you're doing great job!
Thank you a lot for this excellent tutorial! You are a very good teacher.
Awesome tutorial! Thank you so much! 💛
Thank you so much for this course. Really I learned much things. Your english is very clean. My english is not good but i can understand. Thank you again :)
Loved your clear explanation. Thanks for uploading such a good content
I appreciate so much this content, didactic and your accent is nice to understand, tks! :D
Thank you from Russia)
The only video that actually helped me ! THANKS A LOT. Amigoscode produce top tier content on TH-cam. As you always say: As-salamu alaykum !
Free full spring boot lessons? you are my angle.
You are doing super tutorials bro , keep it up
Thank you for this session, its been quite helpful for me starting with JPA
You're a life saver, for real! Thanks for sharing
Hi @amigoscode,
I just wanted to thank you for your great lesson on Spring Data JPA. I learned a lot from your video, and I'm really excited to start using Spring Data JPA in my own projects.
I especially appreciated the way you explained the concepts in a clear and concise way.
Thank you so much for this, cheers from Croatia :)
Dude you're awesome, love your videos.
Thank you very much from Brazil and Canada.
BAARAKALLAH FYKA, very nice and useful contents to me.
Thank you for these ERP diagrams they are helpful to visualize how everything works.
This is pure gold
Do you have any courses discounts ! Like udemy when I can pay 10$ ?
yes please, I can pay with local bank with udemy.
I don't have paypal or credit card.
courses are free right ?
Paid for full courses
@@unability1 is it there in udemy platform ? Or his own site only
Excelent master class, Nelson. God Bless you
Thanks for this tutorial, very clearly covered.
Thank you SOOO much man, you're such a help!
I looked for exactly this topics, thank you very much!
amo tu ingles , entendi todo! me re sirvio .
excellent crash course. Congrats, well done !
He is always making valuable contents and thanks for that
Great work Amigos as always & Happy New Year!!!
Thank you so much brother, keep sharing the knowledge. It will benefit us and internally it will benefit you with rewards from Allah swt, in shaa Allah
JajakAllah Khayran! As usal nice free content for learning.
Liked it just at 00:01 . 😃
thank you !! super helpful video on JPA
I really learnt a lot from you.. Thank you so much
U R THE KING
Very well, Thank you man🙏🙏🙏
nice video but I was hoping to see all the content that was mentioned right in the begining of the video about relationships, custom queries etc... these are missing in this video and just wondering if there's a second part of this video as well?
thank you
Nah, you must enroll it for $50
Great content man! Thanks for sharing
Excelent as always!
Thank you nelson, great job :)
Beautifully explained , Thanks
salam alaikum Nelson thanks for the ideas from Philippines!
Thank you for this awesome Tutorial! Precise and well-structured. It helped me a lot!
Mashallah, Good work I like your videos so much
Connection to localhost:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. I cant connect to database on WIndows
Thanks bro ...I was waiting for this
Thank you so much. This tutorial is amazing. But should you put full tutorial on TH-cam ?
Anyone else have issues getting the code to generate the SQL? My project is set up exactly as the video and I cannot get the application to create my entity in the DB.
Thank you so much for clean explanation. I have a trouble to connect your db. When i want to connect your amigoscode db it requires user and pass. Could you pls help me. Thanks in advance
This is some quality content.
superb and awesome content ,thank you very much Nelson Sir..
you do a great and very good job ...
Thank you very much
Many thanks.
Please tell me what aee you using for recording the screen. Are you using OBS ? what are you using for slides
hey Amigos, the order of column is arranged alphabetical, how to custom it
@21:11 ,I have a lot of questions 😮, I believe the devil took over for 3 seconds.
really helpfull and well explained, nice job
Thanks brother.. you helped me a lot with your videos
Thanks for the great intro on JPA! Does the full course go into more detail?
It's too detailed!I like it
Hey, how to get this DATABASE toolbar?
I'm getting nuts to find it. I suspect it's only for the IntelliJ payed version.
Would love a junit tutorial. Keep up the good work brother!
For anyone out there wanting to follow this course smoothly: You need InteliJ IDE and Postgre SQL. So if you use STS and MySQL (like me), you will end up just watching video, because its impossible to follow what he does on InteliJ...
Thank you for info
Thanks for your videos, Nelson!
Is it good practice to add @Repository annotation to repository interfaces?