OK i need to change your code. SORRY

  Рет қаралды 165,658

Amigoscode

Amigoscode

2 жыл бұрын

Ok. In this video I will review and improve a bunch of code. The aim is to teach you how to write better code.
Don't Forget to
===========================================
💯 Subscribe to Amigoscode - bit.ly/2HpF5V8
💯 Courses Available for free here - amigoscode.com/courses
💯 Join Private Facebook Group and Discord - amigoscode.com/p/join-community
🙊 Here are the goods for all my videos video 🙊
► Recommended Books
===========================================
- Clean Code - amzn.to/2UGDPlX
- HTTP: The Definitive Guide - amzn.to/2JDVi8s
- Clean Architecture - amzn.to/2xOBNXW
► Computer and Monitor
===========================================
- New Apple MacBook Pro - amzn.to/3464Mmn
- Dell 27 INCH Ultrasharp U2719D Monitor - amzn.to/2xM3nW1
- Double Arm Stand Desk Mount - amzn.to/3aYKKfs
- USB C Hub Multiport Adapter - amzn.to/2Jz7NlL
► Camera Gear
=============================================
- Sony ILCE7M3B Full Frame Mirrorless Camera - amzn.to/346QIJn
- Sigma 16 mm F1.4 DC DN - amzn.to/2wbic3Q
- Sigma 33B965 30 mm F1.4 DC DC - amzn.to/39G37Fd
► IDE & Tools I use for coding 💻 🎒
===========================================
- ITerm
- VsCode
- GoLand
- IntelliJ Ultimate
- Sublime
P.S
===========================================
💯 Don't forget to subscribe | bit.ly/2HpF5V8
💯 Join Private Facebook Group and Discord - amigoscode.com/p/join-community
💯 Follow me on Instagram | bit.ly/2TSkA9w
❤️ Thanks for watching

Пікірлер: 260
@amigoscode
@amigoscode 2 жыл бұрын
Join the community: amigoscode.com/p/join-community Premium programming courses amigoscode.com/courses
@testmsf5408
@testmsf5408 2 жыл бұрын
How to add icon build? Look at it funny ^^
@youssefsuimri9526
@youssefsuimri9526 2 жыл бұрын
I need your help plz if you don't mind. How we can stop people publish ing an image of us on Facebook and whatisup?
@babay-mp4bq
@babay-mp4bq 2 жыл бұрын
alhamdullillah da'wah and programming at the same time hehe
@mohammedsfr7514
@mohammedsfr7514 2 жыл бұрын
We want more of these series . It's very useful
@zoaybk
@zoaybk 2 жыл бұрын
True, please keep them coming 🙏🏽
@salehhassan6057
@salehhassan6057 2 жыл бұрын
True
@cigomba
@cigomba 2 жыл бұрын
Definitely learned a lot from this. I can tell you know the fundamentals very well and that goes a long way.
@parvathys6665
@parvathys6665 Жыл бұрын
True
@mateusloubach
@mateusloubach 2 жыл бұрын
One of my main issues when I first started learning code, was not being able to understand the logic behind the code. And everyone teaching back then only focused on making sure we memorized the style of the code instead of the logic behind it. - THIS for me, is one of the BEST part of your videos. Since you explain exactly what that code does and then, when needed, fix it, explaining exactly what the fix does. If there was a dedicated series on this, it would be amazing!! fantastic work. love what you do.
@salih.k8939
@salih.k8939 2 жыл бұрын
Just more of this. This was literally amazing. I enjoyed every single second of it.
@aykborstelmann8623
@aykborstelmann8623 2 жыл бұрын
Actually regarding the comparator you wrote. You could just do min(Comparator.comparing(booking -> ...)) Then this would even be smaller and neater.
@michelchaghoury9629
@michelchaghoury9629 2 жыл бұрын
@AmigosCode, i really love the codereview, please can you make in the future some e2e tensting tutorials, as well as CI/CD, and Cloud (AWS or GCP) pleaseee, and keep going
@edgelamer
@edgelamer 2 жыл бұрын
This is amazing. More of this! Watching a senior dev correcting lower tier devs is so nice and a valuable lesson for us all.
@yogeshchaudhary621
@yogeshchaudhary621 2 жыл бұрын
Man I'm just loving such kind of videos. This teaches you so much practical stuff.
@returncode0000
@returncode0000 2 жыл бұрын
The code review/refactor series is great, keep it 👍
@aadlani
@aadlani 2 жыл бұрын
You are the best Trainer on Java so far in my experience. Keep rocking. Big Fan
@Qrzychu92
@Qrzychu92 2 жыл бұрын
Well, I must say that modern Java looks quite neat. Greeting from dotnet :)
@dcascato
@dcascato 2 жыл бұрын
Wow, I never learned so much in one video. I think the value here is you are tackling it from a professional perspective, which some of us newbies lack. Tutorials many time go around teaching things like syntax and that kind of stuff, but I believe learning best practices is really valuable. Just loved it
@xrixprml
@xrixprml 2 жыл бұрын
You can tell he has robust understanding of Data structures and Algorithms.
@IvanRandomDude
@IvanRandomDude 2 жыл бұрын
19:25 Isn't REST standard to return 201 Created and include newly created object in the response body and URL in location header?
@cdhagen
@cdhagen 2 жыл бұрын
I thought the same, especially because in this example, an ID (random UUID) is assigned to the newly created object. One can argue whether to return the entire object or just the URL location, but the client should receive some reference to the stored object.
@mishikookropiridze
@mishikookropiridze 2 жыл бұрын
Yes, 201 with object is standard
@andrewcathcart
@andrewcathcart 2 жыл бұрын
Yup. 201 with the entity created. Otherwise how would the client know what GUID was saved in the db?
@Michaeljamieson10
@Michaeljamieson10 2 жыл бұрын
Yes 201 with object
@jorgebee65
@jorgebee65 2 жыл бұрын
@@mishikookropiridze Yeah, make sense to me.
@chandrakanthpadi
@chandrakanthpadi 2 жыл бұрын
I think no KZbinr had done this. This code reviews is so good to see. Please continue to.
@odkane
@odkane 2 жыл бұрын
ArjanCodes does some nice code reviews too
@reggiebush49
@reggiebush49 2 жыл бұрын
New to the channel but I love this series. I haven’t used java since 1st year of uni and it’s nice to learn about declarative patterns that weren’t taught in uni.
@froshiga9197
@froshiga9197 2 жыл бұрын
WOW, I started as a junior java dev about a year ago and I learned more from these videos than most of my time at work!
@TheDragon5215
@TheDragon5215 2 жыл бұрын
Thank you Sir for these videos. As junior for me your code review serie is more helpful than any courses I've every seen.
@medabotsss1
@medabotsss1 2 жыл бұрын
Disagree with listAll The class is called booking service and it only gets bookings. Calling it getAll is better because it is less verbose and you can still figure out the meaning from the class name. Same thing with delete,find,create
@rocketjack4865
@rocketjack4865 2 жыл бұрын
Yep exactly
@ivanjermakov
@ivanjermakov 2 жыл бұрын
Agree. Same as naming every date in entity with date: startDate, bookedDate, createdDate... It is inferred from type information, no need to type it twice.
@DaBaSoftware
@DaBaSoftware 2 жыл бұрын
The cranberry juice caught me off guard. Instant like and sub But seriously, thank you for this resource. Everything from the shortcuts, the use of optional, and just the way you were critical about naming conventions really challenged what I've learned over the last few years in school and the bits of work where I've scripted or dabbled in some code snippets. Awesome video!
@adamk2251
@adamk2251 2 жыл бұрын
20:30 honestly calling findAll on a repository and doing filtering in code is a huge code smell. you're loading an entire DB table into memory just to filter out one single entry. best case: it's just bad code, worst case: your operating cost explodes because of the memory consumption, also latency. the filter itself should be contained within a specialized DB query to the likes of (pseudo-SQL:) "WHERE startDate before now AND confirmed == true" then "ORDER BY start date ASC" and "LIMIT 1",. the repository method returns an Optional, since you're actually only interesented in one entry (which could not exist, e.g. if you don't have any bookins yet, therefore Optional). BOOM, your code just became extremely trivial. also don't forget DB indexes on startDate and confirmed DB fields fro proper DB query performance ;)
@adamk2251
@adamk2251 2 жыл бұрын
also, regarding RESTfulness: when adding new resources, you don't return void and 200 OK, you do return the saved entity with the generated UUID and respond with a 201 Created. a HTTP DELETE is supposed to be idempotent, which means that performing the same request several times should have the same effect. thefefore you shouldnt be returning a 404 when the entity to be deleted doesn't exist, just give a 204 No Content response (since the effect that the request asked for happened: the entity to be deleted does not exist after the request is completed).
@adamk2251
@adamk2251 2 жыл бұрын
but apart from that, great video, i pretty much agree with the way you structure and format the code and your way of thinking, love that you use assertJ. great educational stuff!
@mm1nt
@mm1nt 2 жыл бұрын
Thanks for the tips. Appreciate it
@verrigo
@verrigo 2 жыл бұрын
@@adamk2251 Yes. I was about to comment on this, but glad someone else did it before me :D
@volbla
@volbla 2 жыл бұрын
So basically keep a properly organized database instead of bodging in code?
@mm1nt
@mm1nt 2 жыл бұрын
Amazing thanks for the help This way my first spring boot project and ive learned a lot from you !
@tinnick
@tinnick 2 жыл бұрын
I’m not a Java programmer so please take this comment lightly. I find that at 19:50, you refactored to not return anything but I think this differs depending on the context. If the frontend needs to be aware of multiple bookings, it should return that saved booking id instead of void. This is so that the frontend can be aware of the saved booking id to then maybe later in the same form send a patch request to update the booking.
@valentinpopescu6704
@valentinpopescu6704 2 жыл бұрын
That would be unclean code as you're adding multiple logic to one method. What you should do in this method is only book a room, like the name implies, and if you need the id, create a DAO to retrieve the id by the bookings name and optionally the start and ending date.
@KolosBros
@KolosBros 2 жыл бұрын
It's awesome to see that is going to be a new series :) Code review is the best way to exchange knowledge
@soumyadeeppaul2389
@soumyadeeppaul2389 2 жыл бұрын
We need more of this. Learnt a lot,gonna apply this in future for sure💯
@paoloa89
@paoloa89 2 жыл бұрын
Learning through errors correction is one of the best way to fix new things in mind ! well done
@oliwer4987
@oliwer4987 2 жыл бұрын
Fair cleanup, but there are some points here that caught me off guard. 7:40 - I'm curious as to why it's best practice to only import the used types and not wildcard said package. The only "issue" there is, is that it clutters the local namespace and in reality could ONLY cause you to receive a compile-time error if there were to be conflicting type names, which can be resolved on the spot. Other than the mentioned "issue", there is no obvious reason not to do this if you're certain of the type namings. You also decrease the amount of unnecessary lines of code. 9:50 - 'listAll', 'all' or 'findAll' would be fine considering the fact that it's in a type of 'BookingService'. The type of listing is already made clear in the name so IMO 'BookingService#findAllBookings' seems very exhaustive and explicit. 10:36 - same point for this as the one mentioned above. 'BookingService' already indicate that it handles bookings and therefore, 'deleteByCode' references the code of booking(s). 29:29 - why would one NEVER reference the 'Collection' type? It's useful in many cases, and quite frankly required a lot. Feel free to prove me wrong if there are reasonable doubt and arguments to the points mentioned. As a backend programmer myself, I would be glad to receive said thoughts as we can never stop learning. Other than that; fun video, Amigos!
@StarzzDrak
@StarzzDrak 2 жыл бұрын
about the 9:50 and 10:36, it's never wrong or useless to be more explicit. You've got IDE helping you write all long names, but when it comes to reading it and tracing back it's always good to be more explicit, even if it's inside a type
@oliwer4987
@oliwer4987 2 жыл бұрын
@@StarzzDrak Of course. Don't get me wrong, I'm not saying it's not; what I am saying is that it is not a better practise nor is it needed. Quite frankly, I feel it's unnecessarily long. If you prefer to name it that way, go for it, but it's already indicated so in reality it's all good. In this case there was even multiple repositories, so even inheritance would do good with the original naming.
@adrianroed2178
@adrianroed2178 2 жыл бұрын
​@@StarzzDrak Being explicit is good, but being concise is also important. I can't claim to be an authority on the best balance of explicit vs concise, but there is such a thing as being too explicit. It's the same as in 7:40. I don't think it is necessary to explicitly state every class you're importing, the domain names are explicit enough while being far more concise. To me, "listAll" is explicit enough, because this is the class "BookingService", it is the controller for the class "BookingDTO" and all it's functions implicitly refer to booking DTO. If for some reason listAll returned anything other than booking DTO I would agree that it needed to be more explicit.
@onebacon_
@onebacon_ 2 жыл бұрын
7:40 couldn't be more right. Explicit imports are just noise in your code and don't contribute anything
@gilzemer8113
@gilzemer8113 2 жыл бұрын
@@StarzzDrak "it's never wrong or useless to be more explicit" I strongly disagree. For example, if you have a class Person with fields like "name", "age", "address", it is better to have methods like "getName()", "getAge()" and "getAddress()", and not "getPersonName()", "getPersonAge()" and "getPersonAddress()". when the code is "person.getName()", it is clear to the user what the name field is refering to, however "person.getPersonName()" just makes the code inflated for no good reason. This is just a simple example but of course it applies to the case covered in the video as well. if you have a booking service, bookingService.getById(), bookingService.getByCode() is clear enough, no need to inflate the code with the obvious context (booking)
@irina413
@irina413 Жыл бұрын
Best video on KZbin. your videos inspire me and make me more professional. Thank you a lot
@AhmedAlawdi_
@AhmedAlawdi_ 2 жыл бұрын
I love the subtle arabic words you throw in
@krammer123456
@krammer123456 2 жыл бұрын
This is awesome! I would suggest writing the test first and then re-factoring.
@CarlosDiaz-wh4jb
@CarlosDiaz-wh4jb 9 ай бұрын
I was going to comment that opinion as well 😀
@daoviettu2334
@daoviettu2334 2 жыл бұрын
Extremely useful!! I don't see much video content like this... It's practical.
@jorgebee65
@jorgebee65 2 жыл бұрын
I really appreciate this kind of videos, man you are awesome!
@futureghost6103
@futureghost6103 2 жыл бұрын
Love this series! Please continue!
@sweetmelodies01
@sweetmelodies01 2 жыл бұрын
Sir Amigo, i love your segment with this reviewing some created codes, its really so informative. I wish you can have this added as part of your weekly content. Thanks so much, you are so awesome. Ive learned so much about Java language. Thanks again and more power to your YT Channel.
@manolo6048
@manolo6048 2 жыл бұрын
this was really awesome, I felt like all code I've ever written was being reviewed, and it was great.
@Guillen8606
@Guillen8606 2 жыл бұрын
Keep up these series. This is worth every second!!
@ClaudesGomes
@ClaudesGomes 2 жыл бұрын
This is amazing, we need more videos like this! Hugs from Brazil!
@martintopolanek448
@martintopolanek448 2 жыл бұрын
It is satisfying to watch it. Please continue 🙏
@javatmz
@javatmz 2 жыл бұрын
Amigos thanks for taking the time to explain this topic
@Aspiiire
@Aspiiire 2 жыл бұрын
Even if I'am not learning Java I'am benefiting from this video, jazakAllahu khairan brother
@kenng2029
@kenng2029 2 жыл бұрын
This is great stuff! Thanks for these!
@420_FORTNITE
@420_FORTNITE 2 жыл бұрын
Thank you for making more of these!
@Namelessssssssssssssss
@Namelessssssssssssssss 2 жыл бұрын
Please go on posting this kind of videos because they are amazing and full of tremendous concepts
@eladriladri
@eladriladri 2 жыл бұрын
Wow this is a great video, also I love your hat! You just earned a new subscriber :D
@emmanueljr
@emmanueljr 2 жыл бұрын
thank you for this, i ;ietrally dont even know some of the built in methods used here so now i have some cool features to look into. i appreciate this. its in a way bettdr than tutorials i think
@adedamolababatunde2798
@adedamolababatunde2798 2 жыл бұрын
This helped me refactor my own project
@kitsurubami
@kitsurubami 2 жыл бұрын
I would love to see more code refactoring videos like this.
@swapnilbodade1336
@swapnilbodade1336 2 жыл бұрын
Thanks. Please continue this series.
@minhan4444
@minhan4444 2 жыл бұрын
I always like coding reviews and thank you very much for the topic.
@Series0Tubes
@Series0Tubes Жыл бұрын
@Amigoscode this was a fantastic video. It's great to see you at work.
@Myrusaf
@Myrusaf 2 жыл бұрын
It was amazing and I learn alot from your video, keep grinding
@abeard1
@abeard1 2 жыл бұрын
I love this goofy format!
@rafa16chagas
@rafa16chagas 2 жыл бұрын
It's amazing. I always learn something new from your videos.
@rafa16chagas
@rafa16chagas Жыл бұрын
Amazing. How do I get my prize?
@andreas-fefe
@andreas-fefe 2 жыл бұрын
Here comes the incredible Nelson. Kuddos to you bro you are the best
@lxdzii
@lxdzii 2 жыл бұрын
Nice video, please make more of these, I'm hooked!... A series of these would actually make us better java developers🙂💯!!!!;
@samisaleh6186
@samisaleh6186 2 жыл бұрын
Love this content! Thank you~
@rumeysas.3357
@rumeysas.3357 2 жыл бұрын
It is amazing! Looking forward to see more!
@youneselhamss2908
@youneselhamss2908 Жыл бұрын
Amazing stuff akhi, can’t wait to get on that level in sha Allah😍🔥
@raffayhussain6717
@raffayhussain6717 2 жыл бұрын
This is great, please make more of these
@mugilbalagmail
@mugilbalagmail 2 жыл бұрын
Wow. Thanks a lot for this video. This is more helpful. Please drop more videos like this.
@pejko89
@pejko89 Жыл бұрын
This is so useful! Thanks
@chandragie
@chandragie 2 жыл бұрын
More of this series please!!! 👍
@abdelkader2848
@abdelkader2848 2 жыл бұрын
Thanks you so much amigoscode for this kind of videos
@kingstonmocktail7744
@kingstonmocktail7744 2 жыл бұрын
Love your videos and this series a lot. Which font do you use for intelliJ? Is that the default JetBrains Mono?
@yogeshchaudhary621
@yogeshchaudhary621 2 жыл бұрын
This is really good. Plz do more of such stuff.
@leewalker9851
@leewalker9851 Жыл бұрын
Very nice code review!! I find writing static test classes that setup the entities that you will constantly test against makes life easier. I would probably also use some verifications in the test as well
@achrafbenkerri9743
@achrafbenkerri9743 2 жыл бұрын
Very useful video. Thank you for your efforts
@ShubhamPatidar16
@ShubhamPatidar16 2 жыл бұрын
Please bring again same videos for code reviews asap. These are amazing and you are doing great work. Thanks a lot!! Please bring asap...
@MT2LD
@MT2LD 2 жыл бұрын
السلام عليكم.. hello brother.. thanks for everything you did for people.. suliman from SaudiArabia ❤
@KangoV
@KangoV 2 жыл бұрын
I love this channel btw -- Subscribed
@gurekodok
@gurekodok 2 жыл бұрын
Awesome, super helpful thank you so much :)
@luizfernandonoschang8298
@luizfernandonoschang8298 2 жыл бұрын
Awesome video man! I'm an experienced Java developer and I'm planning to take one of your online courses, because I'm learning a lot with you. Now, I want to argue with you in one thing. I think that the BookingService should actually return a BookingDTO upon insertion. This is because, when you send a 200 CREATED status, usually you send back a link to the newly created resource, so the client can actually send a GET request afterwards. In fact, mostly of the time the client will insert the new resource and do something with it afterwards(adding to a list on the UI, for example). So, sending the created entity avoids having to do a second request. If returning the whole Entity/DTO may cause a overhead, then at least the generated ID should be returned, so you can build the link for the client. Well, this is my opinion. Congratulations again for the video!
@ivanflores8554
@ivanflores8554 2 жыл бұрын
Love this series!
@soulkepper217
@soulkepper217 2 жыл бұрын
The Legendary Hero walking around at 1st flat of the dungeon, hanging with the children:d
@burcubag7246
@burcubag7246 Жыл бұрын
Thank you for your contribution 🙏
@rovsenhuseynov8368
@rovsenhuseynov8368 Жыл бұрын
Useful video. Thanks man
@marxjung5751
@marxjung5751 2 жыл бұрын
Great video, I got a lot of knowledge and experience
@dawidplewik1181
@dawidplewik1181 2 жыл бұрын
Useful material, i like it!
@techstudies5005
@techstudies5005 2 жыл бұрын
Powerful Teaching Methods Here, Thanks very much!
@Mac1355
@Mac1355 2 жыл бұрын
hello, thanks for your demonstration how we can be better coding.
@umadbroyo2388
@umadbroyo2388 2 жыл бұрын
When you "Assalamualikum", it made me so happy!!
@salehahmed8936
@salehahmed8936 2 жыл бұрын
Best coder around!
@svalyavasvalyava9867
@svalyavasvalyava9867 2 жыл бұрын
thank you so much for the content!!!
@02Anderman
@02Anderman 2 жыл бұрын
Amazing Video, I love how you explain why you should refactor the code like you do here, it helps to get a way better view on the structure. Also I really appreciate you for showing the good approach of testing, am really pumped to implement tests into my backends to see some of the green bars
@treibsandbohrer
@treibsandbohrer 2 жыл бұрын
amazing series!!
@briannkurunungi2837
@briannkurunungi2837 2 жыл бұрын
I like your good heart Sir Well done
@AlexG-sp7qn
@AlexG-sp7qn 2 жыл бұрын
Hello, Would be nice to have a Spring's course about Relation between tables, the cascades, constraints, when to use REST microservice or direct relation in module, joins, and other sql stuff ;)
@muaathali2852
@muaathali2852 2 жыл бұрын
Walikum Alsalam, Gaza’s Allah Khair…. Loving you code ❤️😘
@MohamedOsama-kl6ex
@MohamedOsama-kl6ex 2 жыл бұрын
Amazing 🤩 keep going bro ♥️🙏
@xrixprml
@xrixprml 2 жыл бұрын
Definitely do more of these videos.
@tienu
@tienu 2 жыл бұрын
Great video. For other watching, if you use findAll and filter afterwards its going to impact performance on a large dataset, always try to put your filtering inside your query (jparepository). You can even put your min max inside there.
@dd1.d
@dd1.d 2 жыл бұрын
Great content. I hoped my code was under your keen eyes. May be next time inshaallah
@patrykgrzywacz9896
@patrykgrzywacz9896 2 жыл бұрын
Great work as always. :D
@georgesdefo5896
@georgesdefo5896 2 жыл бұрын
Amazing nelson 🙌🏾🙌🏾
@lubaidkhan2937
@lubaidkhan2937 2 жыл бұрын
Walaikumsalaam warehmatullahi wabarakaatuhuu...Love from Kashmir💖
@justgame5508
@justgame5508 2 жыл бұрын
On the delete booking by code (and other situations like that), rather than have them void, I like to return a bool stating where the delete was successful, for instance if an unknown code is passed it may be useful when using that function to know whether the action was successful or not and structure the logic accordingly
@oharaandrew314
@oharaandrew314 2 жыл бұрын
This is great stuff. I'm tempted to do a kotlin equivalent.
@OmbasaMukhwami
@OmbasaMukhwami 2 жыл бұрын
Great stuff. Thanks
@Sasikumar-kr7xy
@Sasikumar-kr7xy 2 жыл бұрын
Great work. Code review at best
@Aspiiire
@Aspiiire 2 жыл бұрын
Wow mashAllah, thank you so much brother, really useful stuff!!!
@bossohmichel9256
@bossohmichel9256 2 жыл бұрын
coool one review code again i like it !!!!! :)
10 Most Common Java Developer Mistakes
16:13
Amigoscode
Рет қаралды 104 М.
Junior Developer Sent Me A PR For Review
17:26
Amigoscode
Рет қаралды 166 М.
Spot The Fake Animal For $10,000
00:40
MrBeast
Рет қаралды 189 МЛН
Secret Experiment Toothpaste Pt.4 😱 #shorts
00:35
Mr DegrEE
Рет қаралды 36 МЛН
80 Year Olds Share Advice for Younger Self
12:22
Sprouht
Рет қаралды 1,6 МЛН
a day in the life of an engineer working from home
8:42
Joma Tech
Рет қаралды 20 МЛН
Naming Things in Code
7:25
CodeAesthetic
Рет қаралды 2 МЛН
Lets Refactor this Telegram Bot To Use Generics | Code Review #3
37:35
How Senior Programmers ACTUALLY Write Code
13:37
Thriving Technologist
Рет қаралды 1,5 МЛН
Don't use VSCode
35:31
PyCon South Africa
Рет қаралды 217 М.
Junior Developer Sent Me Another PR For Review
15:44
Amigoscode
Рет қаралды 102 М.
Learn How to Use Abstract Classes
17:28
Amigoscode
Рет қаралды 67 М.
Junior, Middle, Senior - что делают на работе?
12:30
Sergey Nemchinskiy
Рет қаралды 195 М.
10 Spring and Spring Boot Common Mistakes You Need To STOP
15:49
Amigoscode
Рет қаралды 145 М.
iPhone 15 Pro в реальной жизни
24:07
HUDAKOV
Рет қаралды 484 М.