Let's Review Your Backend Code | SHALL WE???

  Рет қаралды 300,160

Amigoscode

Amigoscode

2 жыл бұрын

In this video I code review code sent by the Amigoscode community.
#amigoscode #programming #codereviews
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
⭐ Table Of Contents ⭐
===========================================
🙊 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

Пікірлер: 458
@1309CV
@1309CV 2 жыл бұрын
This style of content is actually really great. You should definitely do more of this. It's incredibly educational.
@infinteuniverse
@infinteuniverse 2 жыл бұрын
when you're on the job. Your team is expected to give you regular code reviews every time you want to merge changes.
@dwikikurniawan9878
@dwikikurniawan9878 2 жыл бұрын
yes, another video like this, please! 😉
@KawoskiKoh
@KawoskiKoh Жыл бұрын
agree especially when you write code similar to these you can see where you improve
@Kotik112
@Kotik112 Жыл бұрын
Agreed. I'm looking for my first job as a spring boot developer so these sort of code reviews are "gold".
@phil86_
@phil86_ Жыл бұрын
Absolutely agree. Getting code reviews from Senior devs is crucial and it’s not so obvious unfortunately. This is gold actually.
@dc4539
@dc4539 2 жыл бұрын
"Add some tests, it's not difficult", as a support engineer I wish it was more difficult. So many engineers write crap tests that validates their work. It's like awarding yourself a medal
@lion816
@lion816 2 жыл бұрын
i feel this. test driven development is something everybody should look into imo. i learned it once and will never write code without it. improves quality of tests and production code
@matthewchunk3689
@matthewchunk3689 2 жыл бұрын
@@lion816 Just learning how to write fuzz tests. Are there any good resources?
@lion816
@lion816 2 жыл бұрын
@@matthewchunk3689 we dont really use fuzz testing at work atm, im not so familiar with it sorry :(
@ProxyDE
@ProxyDE 2 жыл бұрын
hey, i did a great job and my tests prove it. i deserved that medal
@heliophobicdude
@heliophobicdude 2 жыл бұрын
@D C what do support engineers do? Thanks!
@pmoieni
@pmoieni 2 жыл бұрын
If anyone asked me what's the difference between junior and senior developer I will show them this video
@pedrocarara1830
@pedrocarara1830 2 жыл бұрын
omg!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! im the frist one in the video omggggggg!!!! :D :D
@Alberto_Cavalcante
@Alberto_Cavalcante 2 жыл бұрын
Boa Pedro
@amigoscode
@amigoscode 2 жыл бұрын
DON'T FORGET TO ➡️ Join the community here: amigoscode.com/p/join-community ➡️ Checkout best premium programming courses: amigoscode.com/courses
@kristiyangerasimov6708
@kristiyangerasimov6708 2 жыл бұрын
Dear Nelson, thank you for the great content. Please do more of these code-review-style videos. As a beginner it is one of the best ways to see different projects through someone's more experienced eyes. Truly invaluable!
@N7Tonik
@N7Tonik 2 жыл бұрын
cool video idea! but it would be much more helpful if you would explain shortly why you would do things different (and not just what). So a few questions came up for me: 1. why to use "BigDecimal" instead of "Double" for prices 2. why you think that "implements Serializable" can be removed for the dto class 3. which response code is returned if we throw an exception in a controller, 500? 4. why to additionally add the "@Query" annotation to the method declarations of the repository interface, instead of relying on the method name
@RaviYasas
@RaviYasas 2 жыл бұрын
I have the same question "why do you think that "implements Serializable" can be removed for the dto class"?
@stevenr3537
@stevenr3537 2 жыл бұрын
I'd actually suggest using the jpa function is better than query, unless you actually have something custom to do. Computer is best at generating these basic queries. The big thing people forget is to ensure their queries hit indexes they have on their table.
@codebitcookie8053
@codebitcookie8053 2 жыл бұрын
Computers can sometimes miscalculate floats with rounding errors. See the video about Floats from Computerphile. Since Double is just a bigger float. You should rather use Integers for dollars and cents so 1 dollar = 100 cents, 1.25 dollar = 125, etc.
@stevenr3537
@stevenr3537 2 жыл бұрын
You should use Big decimal for money amounts, more precision again then Integer
@climatechangedoesntbargain9140
@climatechangedoesntbargain9140 2 жыл бұрын
@@codebitcookie8053 what do you do with 0.9 cents? -> decimals
@felipedossantos7246
@felipedossantos7246 2 жыл бұрын
I know this first code. It was written in Semana DevSuperior in Brazil. The instructor is quite nice, a really smart guy. But it's really awesome when we can see a feedback like this from Mama Samba.
@downfall991
@downfall991 2 жыл бұрын
I liked this a lot! Thanks! Would be nice if you could do these types of content from time to time and also explain like how and why it could be better implemented when you don't agree with some of the stuff you review. Or even make a video for best practices, programming principles, designs like package by feature vs package by layer and etc.
@williamokano
@williamokano 2 жыл бұрын
Bro, simply amazing channel. That's awesome that you're doing this public reviews for the people and pointing the improvements. The community needs more people like you.
@ownagejuice1394
@ownagejuice1394 2 жыл бұрын
i enjoyed this. you're one of the few YT instructors I respect
@DevMadeEasy
@DevMadeEasy 2 жыл бұрын
Hey amigos code I just loved the "old lady" you used on your Thumbnail, she's in a lot of my own videos. About your video? A great Job as always. Congrants!
@xanxusvaria8492
@xanxusvaria8492 2 жыл бұрын
we aleykum Selam, a Muslim doing code Videos, damn I am happy to see a brother sharing his knowledge with The World! We need more people as amazing and nice as you representing there religion in such a good manner! May Allah bless your Heart jazakallahu khairan!
@michelchaghoury870
@michelchaghoury870 2 жыл бұрын
hello nelson great content, can you show us how to test a secured endpoint in spring boot and how to user swagger with spring security
@ogookafor2137
@ogookafor2137 2 жыл бұрын
I LOVE THIS! We need more of this . Thanks Amigos
@user-lb2bg2im9e
@user-lb2bg2im9e 2 жыл бұрын
I learn english by watching your content, thanks for your efforts! From Russia with love ❤
@KolosBros
@KolosBros 2 жыл бұрын
awesome video! This is the best way to learn how to properly write code ! It's awesome to learn good practices from such pro as You! Please do more in the future !
@plankton383
@plankton383 2 жыл бұрын
Code reviews are my favorite programming content on the internet. Subscribed. Please do more! 🙏🏻
@dabbopabblo
@dabbopabblo 2 жыл бұрын
Your sense of fashion is amazing dude, also props for being so informed and knowledgable
@diogoluizzzzzz
@diogoluizzzzzz 2 жыл бұрын
Greetings from Brazil ! Congratulations for your content, it has helped me a lot! I don't understand English very well, but your diction is very good and you don't speak super fast like other people lol, so I can follow your content more easily! thank you !
@bogdanspirea9050
@bogdanspirea9050 2 жыл бұрын
Why is it considered a bad practice not having @Query on top of the methods in the repository?
@Quillraven
@Quillraven 2 жыл бұрын
I also did not get that. Why define a query when spring is automatically doing it for us? I get it for complex queries but for simple ones I personally prefer it without @Query unless someone has a good reason for it.
@theyreMineralsMarie
@theyreMineralsMarie 2 жыл бұрын
It's not bad practice, it's just his opinion. Not everything this guy says is law.
@TheN0odles
@TheN0odles 2 жыл бұрын
@@Quillraven Agreed
@istainblack
@istainblack 2 жыл бұрын
This content is awesome! I really enjoyed this video. Its really cool to get an inside look into what is going through an experienced developers mind in a code review!
@ParadoXxGER
@ParadoXxGER 2 жыл бұрын
You have a very positive influence on our coding-community. Nice work!
@pablon3115
@pablon3115 2 жыл бұрын
This is a truly channel for developers unlike other channels that shows any kind of crap except programming itself.
@markojozic3944
@markojozic3944 2 жыл бұрын
Really good advice. You always have to remember that the Tech-Lead is not the one who is hiring you but he has to defend your application and if you follow Amigos advice you make it very easy for somebody to defend your position.
@patrickbelanger6253
@patrickbelanger6253 2 жыл бұрын
I really enjoy watching these code reviews! I learned a lot watching you review Spring Boot-based app. Well done!
@user-stevegjffuhdry
@user-stevegjffuhdry 2 жыл бұрын
I usually skip most of your videos, but this one was an eye catcher. You should keep on doing this type of format. Another idea to consider, you do an open source project with fans and do code review/coding sessions with them.
@lucasfrancisco1502
@lucasfrancisco1502 2 жыл бұрын
I'm from Brazil and your "Olá, tudo bem?" was perfect. Congrats! You have a little of brazilian in your life.
@squ34ky
@squ34ky 2 жыл бұрын
This video is amazing! Got to learn so much from reviews. Thank you!
@noone-gz4pc
@noone-gz4pc 2 жыл бұрын
KZbin brought me here and I'm so happy I found you! subscribed.
@Lolnigaaaaaaaaa
@Lolnigaaaaaaaaa 2 жыл бұрын
Just look at this guy inspiration for all the Muslims, glad to see this guy following sunnah with prayer cap.
@vrvr82
@vrvr82 2 жыл бұрын
I strongly disagree on 2 points: 1) There is no bad thing about using Instant, it's part of Java 8 Date/Time API as LocalDate. 2) The bad practice in repositories is actually to write a @Query when it can work automagically thanks to the method name (I really don't understand why would that be a wrong practice tbh)
@sinamarki
@sinamarki 2 жыл бұрын
Im agree with you. I use @Query only for complex query or optimisation and instant is not a bad practice
@tyvain
@tyvain 2 жыл бұрын
@@sinamarki yes, use the power of jpa without typing the query most of the time is great / easy / readable
@xxcsokixx
@xxcsokixx 2 жыл бұрын
Yes please. Dont write unnecessary queries...
@DavisTibbz
@DavisTibbz Жыл бұрын
Yes
@jorgerst
@jorgerst Жыл бұрын
This. Thanks for also pointing that fact about the unnecessary @Query annotation.
@vinaychaurasiya719
@vinaychaurasiya719 2 жыл бұрын
i encountered so many problems in my project just by watching this video, thank you so much sir.
@akshayrc
@akshayrc 2 жыл бұрын
Great content here.. Thank you Nelson for making one! Please bring more code review videos.
@yasmin_jsmn
@yasmin_jsmn 2 жыл бұрын
I wish I had the chance to see code review like this earlier in my career. You are doing a great job جزاكم الله خيرا. I have a question please, why it's not good practice to have an interface for each service? Without interface you're depending on implementation not abstraction.
@zlarak
@zlarak 2 жыл бұрын
Completely agree with you. Having dependencies in the constructor is nice, but Dependency Inversion requires you to reference an Interface and not the implementation itself. Otherwise you're introducing unnecessary coupling to that one implementation. Interfaces also are usually easier to mock during tests.
@31redorange08
@31redorange08 2 жыл бұрын
@@zlarak No, no interface required. Unneeded bloat.
@faisalalghamdi2066
@faisalalghamdi2066 2 жыл бұрын
Really enjoyed watching this. Great stuff, thanks!
@contactdi8426
@contactdi8426 2 жыл бұрын
This is the best series!! I really liked and learned, please keep on giving these review videos
@eli-tutos
@eli-tutos 11 ай бұрын
I wanted to give a like every time you said "TEST YOUR CODE". KZbin is full of guys teaching bad practices so this video is GOLD. I'll save it for future reference.
@GetDone96
@GetDone96 2 жыл бұрын
Incredibly useful, it's like a video version of pull request review. Keep it up!
@ogwokwilliam3891
@ogwokwilliam3891 2 жыл бұрын
am a MERN developer - this is the most helpful content I've found all month. Thanks alot
@carlosrenesoto9650
@carlosrenesoto9650 23 күн бұрын
Great video! I Always learning new things from watching your videos. Regards from Tijuana, México
@lovetocode
@lovetocode 2 жыл бұрын
really like this kind of professional code reviews. Would be great if get to see more.
@420_FORTNITE
@420_FORTNITE 2 жыл бұрын
Thank you so much! Please do more of these :)
@tseby1172
@tseby1172 2 жыл бұрын
This is incredibly usefull and helpfull especially to someone like me (who has not landed a job yet) to get insights on how things should be
@ThiagoLimaRocks
@ThiagoLimaRocks 2 жыл бұрын
I have been working on Software Development for the last 8 years and I never had a code review. Recently I have been promoted to be a tech lead, and I didn't know how to do code reviews. Please, do more of this, and maybe I'll learn how to work better. Thanks.
@shiningass
@shiningass 2 жыл бұрын
LGTM
@mishikookropiridze
@mishikookropiridze 2 жыл бұрын
Looks good 👍
@LeadNevertell
@LeadNevertell 2 жыл бұрын
@@shiningass HHAHAHAHAHAHAHA That killed me.
@michelnicholas
@michelnicholas Жыл бұрын
Thankful for you Amigos I remember being a beginner and you guided me thank you
@WilliamStoner
@WilliamStoner 2 жыл бұрын
Strongly agree that this is very good educational content, it was entertaining and informative!
@titzko987
@titzko987 2 жыл бұрын
First time Im seeing this kind of content on youtube, but its really good. Please more of it
@Lucas-ej1si
@Lucas-ej1si 2 жыл бұрын
The "olá, tudo bem?" made a big smile on my face, thank you
@oguz7392
@oguz7392 2 жыл бұрын
It was great video man. Thank you so much for all this tips.
@aykborstelmann8623
@aykborstelmann8623 2 жыл бұрын
The reason for writing tests is not just to be sure that everything works but also to improve your code. Testable code is usually much cleaner. Just to give you guys extra motivation for testing.
@kadusalles
@kadusalles 2 жыл бұрын
Hey man! :D Awesome video, you could explain more, detailing why he should do it the way you told him.
@Sasikumar-kr7xy
@Sasikumar-kr7xy 2 жыл бұрын
Incredible walkthrough. Insisting more on tests
@marupakasrikarsharma9371
@marupakasrikarsharma9371 2 жыл бұрын
Hello Nelson! Thanks for sharing great content. I have a doubt, why are we removing @Autowired and adding constructor injected ?
@stevenr3537
@stevenr3537 2 жыл бұрын
It's switching from setter depending injection to constructor based injection. Constructor based, using final is a immutable dependency injection method, whereas with setter based technically the dependency could be changed after initial instantaniation of the controller
@coreykuehl8519
@coreykuehl8519 Жыл бұрын
Definitely more of these videos. It would be great for them to go a little longer as well.
@sportsuniverse1303
@sportsuniverse1303 2 жыл бұрын
Hello Nelson, I think you should do more of this. It's enlightening. Thumps up 👍
@jorgerst
@jorgerst Жыл бұрын
9:03 - Why "always add the @Query" even if spring boot provides you the implementation based on the method name on many cases?
@exprove2496
@exprove2496 2 жыл бұрын
It's wrong to catch every `Exception` at 6:00, since there are many things that could go wrong. However I think you should catch a custom service exception NotFound (or findById exception if it already throws a DoNotExistException) on the controller and return a HttpStatus.NOT_FOUND. I don't use Spring for years but I don't think IllegalStateException will automatically map to a 404 response. Normally unhandled exceptions will throw a 500 internal error on webservers.
@fauzrukendworld1633
@fauzrukendworld1633 2 жыл бұрын
I don't know Spring but on my projects I usually use some kind of exception event or at a higher level than the actual action that does this exception conversion from Not Found from the ORM to the HTTP 404 exception. This avoid having to repeat the try catch in all the controller actions I might have.
@spiritofliquid
@spiritofliquid 2 жыл бұрын
The IDE has also the option to optimize the imports for you when u commit something in your repo. I saw so often unused imports....
@WilmanArambillete
@WilmanArambillete 2 жыл бұрын
i totally loved this video. It is super useful to have your feedback since you seem to have a lot of experience with Springboot and Java. Kudos for this video
@julianrodriguez9832
@julianrodriguez9832 2 жыл бұрын
Thank so much for this content, it really helps me get familiar with the backend part of web dev
@FedericoFavaro
@FedericoFavaro 2 жыл бұрын
Hi there, great video there, enjoyed watching it a lot. If you want to make this format even better, you could go a bit more in depth about why things are not working. Well, maybe not naming conventions because they are just conventions, but say: - constructor injection -> you say multiple times to use it over field injection, but you never explain the reasoning behind this - exceptions in controllers -> you say not to throw exceptions in controllers, but never explain why that should be avoided And so on. Basically, I feel like this type of content could have GREAT potential, but that it calls for a more in-depth analysis
@SealedSaucer
@SealedSaucer 2 жыл бұрын
The algorithm have blessed your channel.
@lxdzii
@lxdzii 2 жыл бұрын
Wow beautiful content as always 😊😻, haven't been seeing ur channel in a while,(KZbin algorithm hasn't been recommending me ur videos :( ) i realised i missed a lot of interesting videos💫👌... Will be catching up soon
@patocuchara01
@patocuchara01 2 жыл бұрын
I love the way you do the cr, I learned a lot in this video, thanks a lot!!!
@blvckchocolvte
@blvckchocolvte 2 жыл бұрын
Great stuff man, much love all the way from Angola
@Influras
@Influras 7 ай бұрын
This channel is a gem for the java community
@javohiruralov1812
@javohiruralov1812 2 жыл бұрын
Thank you Nelson very much. Keep going 😎👍👍
@YT_Zorro
@YT_Zorro 2 жыл бұрын
The @Query is usually the bad practice in this case when using JPA. Only use @Query if JPA cannot make the query you are trying to do. Also wrap your repositories in service layers for cleaner implementation.
@DavisTibbz
@DavisTibbz Жыл бұрын
Yep i agree ☝️
@mohamedbensalah7169
@mohamedbensalah7169 2 жыл бұрын
Oh man, this type of content is great, thanks bro
@mrcoder9401
@mrcoder9401 2 жыл бұрын
Walaikum as Salam..... Masha Allah , this is great man ,this helped alot analyzing myself. Looking for more such reviews. Thanks!
@JazminMortimer
@JazminMortimer 2 жыл бұрын
This is really great! Please do more.
@waqasshah6331
@waqasshah6331 2 жыл бұрын
wa alaikum as'slaam. your videos are true learning material. Not just beginner level but for some experienced like me. Keep them coming brother. jazakaALLAH :)
@NkosiMlambo
@NkosiMlambo 2 жыл бұрын
This video was helpful. Thanks Amigo.
@tamerjaber6987
@tamerjaber6987 2 жыл бұрын
Great content, this is amaizing and an added value 😍 Much L❤VE & Support 💪
@dantedt3931
@dantedt3931 2 жыл бұрын
This is awesome mate. Great content and a unique approach.
@helovesdata8483
@helovesdata8483 2 жыл бұрын
I've learned so much from you. Thank you!
@onyedikachie.ibeabuchi8803
@onyedikachie.ibeabuchi8803 2 жыл бұрын
Awesome content, Nelson. Thanks a million.
@milad_mo
@milad_mo 2 жыл бұрын
It was a great and different and practical content in KZbin 👏
@youssefelmoro1464
@youssefelmoro1464 2 жыл бұрын
we need another video like this Bro
@andreujuanc
@andreujuanc 2 жыл бұрын
"What is this, man? Have some tests!" XD haha that was so good.
@syedalimehdi-english
@syedalimehdi-english 2 жыл бұрын
Just came across your channle. Subbed!
@iiikawaiii9098
@iiikawaiii9098 Жыл бұрын
I stumbled upon your video by accident, why didn't I do this earlier?? Your content is the best I have ever seen. And yet, what are your background configurations and so on? The appearance of the IDE with the code makes the eyes happy
@DeGoya
@DeGoya 2 жыл бұрын
wow, you should definitely do more of these
@eugenesmith9940
@eugenesmith9940 Жыл бұрын
I was taught that while using spring you either do injections via @Autowired on fields or constructor. It was said that both ways were correct and we should just pick one and stick with that choice. So, now I see that you remove @Autowired from fields and don't use it on constructor. Am I right that constructor itself is enough for dependency injection and @Autowired annotation is redundant in this case? Because I do use @Autowired on my constructor to do dependency injections having my fields private and final.
@anthonydedios6698
@anthonydedios6698 2 жыл бұрын
Please upload more of this. Thank you @Amigoscode
@YourCompanyCTO
@YourCompanyCTO 2 жыл бұрын
Bless you man! Hope you're ballin'!
@taneracs717
@taneracs717 2 жыл бұрын
Great content. Incredibly educational.
@Alberto_Cavalcante
@Alberto_Cavalcante 2 жыл бұрын
Grande Nelson! Hope you keep doing more videos like this.
@hamadimhissen5072
@hamadimhissen5072 2 жыл бұрын
Same
@javadmahdioun4283
@javadmahdioun4283 2 жыл бұрын
Nelson, this video is very helpful, great man go on.
@random-null-pointer
@random-null-pointer 2 жыл бұрын
I learn a lot from this video!
@asterixcode
@asterixcode 2 жыл бұрын
amazing content Nelson, please do more of that :D
@node3079
@node3079 2 жыл бұрын
Please do more of this!!💕
@somdaarnaud
@somdaarnaud 2 жыл бұрын
Please do expand on the feedback you make so people know why doing 'xyz' is not a good idea rather than just this is not good practice, helps strengthening the point as to what can happen if this is not done. Appreciate the video though, one of the most informative ones I've seen in my career!
@lukagolubovic3641
@lukagolubovic3641 Жыл бұрын
Please do some more videos of this type, they are very useful and it is secured to have at least 150k+ views because people are looking into watching and learning from videos like this one. Thank you
@paulshi2821
@paulshi2821 2 жыл бұрын
This is super cool thank you for the video!
@tyvain
@tyvain 2 жыл бұрын
You won my suscribe! good job
@saaddogar8563
@saaddogar8563 2 жыл бұрын
that salam hit different bro keep up the great work!!
@bijianwu5124
@bijianwu5124 Жыл бұрын
are bubbling up exceptions from the service layer up to the controller and then up to global exception handlers, a bad idea?
@Japhu
@Japhu 2 жыл бұрын
@ 33:00 not sure what exactly thats doing but creating new threads on runtime is not a good practice in java because of cpu overhead and vulnerability for dos attacks. Always use a threadpool.
10 Most Common Java Developer Mistakes
16:13
Amigoscode
Рет қаралды 101 М.
NEVER Write This Line Of Code In Production. Seriously
13:21
Amigoscode
Рет қаралды 58 М.
🍕Пиццерия FNAF в реальной жизни #shorts
00:41
Эффект Карбонаро и бесконечное пиво
01:00
История одного вокалиста
Рет қаралды 6 МЛН
UFC 302 : Махачев VS Порье
02:54
Setanta Sports UFC
Рет қаралды 1,4 МЛН
This is way too complicated! - Code Review
19:31
Cosden Solutions
Рет қаралды 20 М.
When You Ask the Intern to Review Your Code
4:01
Nicholas T.
Рет қаралды 524 М.
JAVA DTO Pattern Tutorial | Simplify Your Code
19:12
Amigoscode
Рет қаралды 188 М.
Here's The Secret How To Create These Animated Diagrams
11:12
Amigoscode
Рет қаралды 368 М.
SOME UNIQUE C++ CODE! // Pacman Clone Code Review
26:42
The Cherno
Рет қаралды 254 М.
GTA3 Code Review: Weapons, Vehicles, Cops and Gangs
15:00
Code With Ryan
Рет қаралды 996 М.
Code Review & Refactoring to a better design
9:43
CodeOpinion
Рет қаралды 22 М.
Microservices explained - the What, Why and How?
18:30
TechWorld with Nana
Рет қаралды 804 М.
Main filter..
0:15
CikoYt
Рет қаралды 1,9 МЛН
📱 SAMSUNG, ЧТО С ЛИЦОМ? 🤡
0:46
Яблочный Маньяк
Рет қаралды 2 МЛН