Java Roadmap for 2024
11:28
Жыл бұрын
it's been difficult but....
7:50
Жыл бұрын
You DON'T Need Lombok
9:06
Жыл бұрын
no more Public Static Void Main
7:57
You Worry Too Much About Coding
10:26
Kotlin Tutorial For Beginners 2023
4:54:12
You Dont Need Microservices
8:03
Жыл бұрын
STOP SWALLOWING EXCEPTIONS 🤮
3:01
this is why your code is slow...
9:11
Пікірлер
@sugoonese4024
@sugoonese4024 6 сағат бұрын
Excellent explanation! Im very surprised spring doesn't provide their own implementation of a JwtService and JwtFilter, this takes up so much time
@StoyanDimitrov-qo3nr
@StoyanDimitrov-qo3nr Күн бұрын
When you are doing a course please specify that is for apple users. On widows the commands are different. The process is different.
@jimos9878
@jimos9878 Күн бұрын
Question about 1:00:04 since i have a little issue. javax does not have the persistence package. And the auto import uses jakarta instead? This is correct still now that javax migrated to jakarta or whatever?
@dalexispaul-emile6368
@dalexispaul-emile6368 2 күн бұрын
simple way to do the exercise : numbers=[1,3,5,6,7,9] results=sum(numbers) print(results)
@NiggleNandu-g7t
@NiggleNandu-g7t 2 күн бұрын
You code because u know concept loll
@reubenmwangikibara4434
@reubenmwangikibara4434 2 күн бұрын
exolain how to use the power shell, using wondows and i am having problems. Ny helps is appreciated
@DaliaFouad-b9s
@DaliaFouad-b9s 3 күн бұрын
thank you for this tutorial
@taherparda6582
@taherparda6582 3 күн бұрын
please share the link to the code files. Thanks!
@LizyAd
@LizyAd 4 күн бұрын
This is a very well done tutorial. Thank you.
@anandjaisy
@anandjaisy 4 күн бұрын
How do we auto create the migration SQL DDL with the Java POJO class instead of writing SQL query manually. Is there any tool or library while using JDBC
@1337ArMaAa
@1337ArMaAa 4 күн бұрын
Amazing tutorial :D ! Keep up the good work man!
@Chernov1984
@Chernov1984 5 күн бұрын
+
@abolfazl3273
@abolfazl3273 5 күн бұрын
Thank you for this complete tutorial ❤
@maxrabid4429
@maxrabid4429 5 күн бұрын
Super helpful, thanks
@micha5002
@micha5002 5 күн бұрын
I like to add @Autowired still, because then it is clear and transparent what is going on.
@ray3n563
@ray3n563 6 күн бұрын
السّلام عليكم ورحمة الله وبركاته جزاك الله خيرا
@nataly9a
@nataly9a 7 күн бұрын
Thank you very much, Amigo, this topic has always been too vague and unclear for me.
@murattasova7598
@murattasova7598 7 күн бұрын
aleykumselam young brother :) masAllah
@karnikasubarani4895
@karnikasubarani4895 7 күн бұрын
2:06:33 Done on the first day🎉❤
@AppUse-vl8qv
@AppUse-vl8qv 7 күн бұрын
my exam is tomorrow and I need to take the whole term courses tonight , hope this mister helps
@jelenajankovic-vj9ij
@jelenajankovic-vj9ij 8 күн бұрын
What is the preffered naming convetion ofr tests?
@KamiKomplex504
@KamiKomplex504 8 күн бұрын
Half of this is nonsense. For example, "return boolReturningFunction" instead of explicit comparison is dumb for a multitude of reasons. Firstly, this is a private function, you aren't even providing an interface and this is just distracting from the fact that you should just call the wrapped function directly. Second is the fact that in this case, equals returns a bool and a bool is a bool so no issues but you are relying on implicit rules. Being explicit is never a bad thing. No one cares if you add 1 line in a million line codebase to never ever have to worry about bad implicit casts silently failing or some typing issues down the line. What if a function returns a tribool or an optional? There are many more situations where such a simplistic reductionist rule will lead you down the right path. Spend time thinking about the important things and the rest will fall in line.
@db-channel2023
@db-channel2023 8 күн бұрын
Nice 😊😊😊
@TestDemo-d7r
@TestDemo-d7r 9 күн бұрын
Walekum-Assalam wa rahmat ullah e wa barakatuh
@VivekBhalke
@VivekBhalke 9 күн бұрын
Man this really helped , thankyou very much😀
@ipodtouch470
@ipodtouch470 10 күн бұрын
This should not be an exception imo. Since this logic flow is so common. We should have something else that signifies that a user could not be found
@rajrajesh1669
@rajrajesh1669 10 күн бұрын
Wa alaikum salaam
@LiveAndLaugh524
@LiveAndLaugh524 10 күн бұрын
this might be the only good spring boot course on KZbin
@adventurer2395
@adventurer2395 11 күн бұрын
lol makes a lombok tutorial then a video telling people not to use lombok 🤣
@iamvoncook
@iamvoncook 12 күн бұрын
Super helpful vid, bruv! Thanks a million times over
@TimNobug
@TimNobug 12 күн бұрын
bro i write this code even in 2024, i need this asap
@hidayat1999
@hidayat1999 13 күн бұрын
The best tutorial is included with examples. Thank you!