No video

You Worry Too Much About Coding

  Рет қаралды 30,840

Amigoscode

Amigoscode

Күн бұрын

Пікірлер: 71
@amigoscode
@amigoscode Жыл бұрын
🚨 Join Waiting List for New 10+ Hour Linux Course - bit.ly/44CI2bK
@SamSyAI
@SamSyAI Жыл бұрын
Yes please 🙌🙏
@M.V.CHOWDARI
@M.V.CHOWDARI Жыл бұрын
Could you please explain me about how to add google adsense to my websites
@xxd1167
@xxd1167 Жыл бұрын
@@abdullahkamal5366 Every company uses Linux os in the industry, so it is very important to understand Linux ( everyone uses Linux because it is more customizable than any other os )
@paganimarker1898
@paganimarker1898 9 ай бұрын
Yeah, I think you're right. I used to struggle with problem-solving, but as I got better at it, I began to gain a deeper understanding of how programming languages work. Now, I can visualize a clear path to solutions in my mind.
@RogerThat902
@RogerThat902 Жыл бұрын
It’s true. Most of the things we find impressive would actually get someone lit up in a real code review because anything that adds complexity is not optimal. If I had to do it over I’d learn far fewer language features (you most likely will never use on a real project) and read more code. IMO that’s the missing skill. You need to be able to navigate a big code base where you don’t know what 95% does as the main skill on a big project.
@scigama71
@scigama71 Жыл бұрын
I feel like initially yes it does seem hard but when you learn watch a ton of videos and practice you start to think differently, then you get use to the thought process. Then coding becomes alot easier. My advice is have patience and give it time.
@tim_alex001
@tim_alex001 Жыл бұрын
I have to say a big thank you, @AmigosCode. You're always on point. I'm always learning. Thanks once again.
@Netskyjke
@Netskyjke 9 ай бұрын
All in the video is absolutely true. After two years of work, I started getting tasks to design small parts of the system and was given the role of feature lead. However, I have no idea how to do it :) I will add to the video that it is difficult for me personally to write tests. Especially when I have to write them for someone else's code.
@guitarman813
@guitarman813 Жыл бұрын
Yes, coding is the easiest part when it comes to software development. Solving problems is the hardest part!
@chazk.official873
@chazk.official873 Жыл бұрын
I agree, i used to think that coding was hardest part on game dev but coding is actually the easy part. The hardest part is solving the problems or the logics of your design. If you have a solution then coding it is easy.
@liricabox
@liricabox Жыл бұрын
Good video!!! For me its a bit overwhelming all the diferents aspects that you have to learn and practice for being a better software engineer. Its not just the programming aspect, its how to make a good algorithm, how to use properly data structures, how to choose a good database, how to structure your database, gow to make proper querys, how to design the architecture (servers, docker, kubernetes...), security, deployment and other things that im not going to write because my mind will explode xddd. I try to do one step at time but sometimes with all this fast pace technology its... weird hahahaha. Whatever, good video, thanks for the subtitles and as suggestion... it would be interesting having a course of system design. I think your courses are amazing and I really appreciate your work. Have a good day! Lots love!
@RicardoSilvaTripcall
@RicardoSilvaTripcall Жыл бұрын
Great tips Nelson !!! This is all very important, but I think, at the same time, quite overwhelming for those newcomers, a single developer now is obliged to wear so many different hats ... other industries aren't like that ... there is a trend against specialization in our field, due to monetary reasons? Who knows ....
@valmirknasel
@valmirknasel Жыл бұрын
"there is a trend against specialization in our field" in fact I thought that it occurs because the contractors doesn't know what we do! They think we are aliens! We are just "the IT guy" and "we do everything related to IT because we are the IT guys"! They think "why we need more than one IT guy if one is enough to do everything since the build cleaning until the AC repair? " and "why we need to pay more than lunch to the IT guy just to do the IT guy's job?" and "I think they work for food"
@ToeKneeTran
@ToeKneeTran Жыл бұрын
5:32 was called Microsoft Lync I’m pretty sure
@cleverson_lira
@cleverson_lira 2 ай бұрын
I respect you more now, cause I think that same thing about Lombok.
@fadhilkiima30
@fadhilkiima30 Жыл бұрын
Waleikum salaam. Thanks for such amazing insight on technology. I actually agree that coding is hard but it's just some part of the hard stuff and there's more hard stuff than it. Thanks a lot.
@rilwanuisyaku
@rilwanuisyaku Жыл бұрын
Agreed, Jazakallahu kairan 😍
@TheRealVendrim
@TheRealVendrim Жыл бұрын
Everything in this video is correct. For anyone that thinks, that coding is the worst part, take a big and preferably old codebase and try to make some changes to it. You will quickly see, that understanding the code and how your changes will affect the system, is more important than the code itself. A programmer will always spend more time understanding, delegating things, fixing bad design, mistakes (many times their own), etc. than actually coding itself.
@simplyabdou8425
@simplyabdou8425 Жыл бұрын
Your video editor is really good, nice
@davemerkury
@davemerkury Жыл бұрын
@amigoscode...Nelson, thank you for your insight and wisdom!!! This is so helpful! I am six(6) months into my full stack job and I've realized that understanding what is going on, and finding ways to resolve things, is the most important part. I only deal with small code blocks (for now), so it's important, to me, to look at the details of a small code base. Our project is a brand new project, so I have embraced the thought and communication that has happened, and it gives me an idea on how to go about creating my own projects.
@Spriya-qr9ks
@Spriya-qr9ks Жыл бұрын
Quiet motivational ❤and as well as true thing!
@bensongift
@bensongift Жыл бұрын
Thanks for putting this out Nelson.
@taipizzalord4463
@taipizzalord4463 Жыл бұрын
Dont worry about it just DO it.
@mhtmoukhtar6958
@mhtmoukhtar6958 Жыл бұрын
Well said bro, JazakAllahukhair
@gleitonfranco1260
@gleitonfranco1260 Жыл бұрын
I agree totally, but the others disagree, specially who those I tried to bring to the fun side of the force ;-)
@jamesraphael8473
@jamesraphael8473 Жыл бұрын
Wow nice info bro. Thank you
@Quillraven
@Quillraven Жыл бұрын
Writing code might be easy but writing GOOD, readable and maintainable code is also quite challenging imo. For the typical tutorials like ToDo list or whatever it doesn't really matter how your structure your code and design your software. But once you work in real productive codebases it matters a lot. I think most people with experience will agree that it is a pain in the ass if legacy code has no test coverage, no comments, utility classes with no flexibility, hardcoded technologies or properties, tightly coupled classes, ... I would not underestimate that.
@agusdonoso
@agusdonoso Жыл бұрын
I needed this, thanks 😢
@valmirknasel
@valmirknasel Жыл бұрын
everything depends of how much time do you have to engineer a solution! Everything is possible, we just need the right amount of time to engineer it!
@VDMpeniel
@VDMpeniel Жыл бұрын
Totally agree, it is the easy part.
@Y-wx6th
@Y-wx6th Жыл бұрын
Tnx for all. Can u create video about AOP ? I have not seen this topic in any of your courses.
@jalalelb
@jalalelb Жыл бұрын
Wa Alaikom Salam, this is more interesting than a tutorial, great job brother ❤
@pranavpatil8072
@pranavpatil8072 Жыл бұрын
Thanks for the insightful video, any suggestion on how to improve the system design capabilities(Assuming we cannot practice designing the system very often) ? TIA
@goddy510
@goddy510 Жыл бұрын
Have I watched this video on your channel before? 3:42😂 I can remember that line😂
@vietronaldo23w
@vietronaldo23w Жыл бұрын
the platform that you mentioned is microsoft teams. :D
@sachintharuka6154
@sachintharuka6154 Жыл бұрын
Great Explanation ❤
@vaheaghajanyan4152
@vaheaghajanyan4152 Жыл бұрын
Please make a video about Java code testing using test containers.
@aaronaustrie
@aaronaustrie 10 ай бұрын
I’m a CS major but don’t like coding
@SomeoneinYouTube-cm3eo
@SomeoneinYouTube-cm3eo Жыл бұрын
The hardest part in programming is... setting up a working environment before actually coding/using a framework lol.
@rahulmandal2102
@rahulmandal2102 Жыл бұрын
Hey Nelson. Can you make a video on Spring Batch
@javadaliloo6112
@javadaliloo6112 10 ай бұрын
thanks for your good contents
@vitormuuniz
@vitormuuniz Жыл бұрын
I miss old AmigosCode with no video edition =(
@Ainurka504
@Ainurka504 Жыл бұрын
Hello, I have a question for you. I’m learning Java and English language. I want to improve my skills. So can I translate your videos from your KZfaq channel to my native language and upload it to my channel?
@AlaEddine19176
@AlaEddine19176 Жыл бұрын
hello please , what should I learn before starting springboot, knowing that I have an intermediate base in Java ☺️ give me a plan if you can please
@khizerrehman7227
@khizerrehman7227 Жыл бұрын
Trying to learn web development though it is easy process but it take so much time which is frustrating.
@kenjihikmatullah1060
@kenjihikmatullah1060 Жыл бұрын
Waalaikumsalam. Thanks
@DashaZakella1001
@DashaZakella1001 Жыл бұрын
if you think that coding is the hardest thing , you are coder, not software ingeneer
@bulelanibotman
@bulelanibotman Жыл бұрын
important words!
@abusafiaayman6941
@abusafiaayman6941 Жыл бұрын
Thanks, why don't offer discount in your courses!!
@NdangangRodrigue-ik9wf
@NdangangRodrigue-ik9wf Жыл бұрын
Am fulfilled with my effort now
@Kathir_vel_097
@Kathir_vel_097 9 ай бұрын
sir can you send your amigoscode text book about spring boot because of my learning purpose please send to me i just confused at the reading time only for all annotation
@abdelkarimbaya3255
@abdelkarimbaya3255 Жыл бұрын
I don't agree with in Data/Algo, because without them you won't be good in Problem solving .
@TuxBearlux
@TuxBearlux Жыл бұрын
TRANSLATION: IF YOU THINK CODING IS HARD! YOU ARE SCREWED 😂
@Raphael-et6ig
@Raphael-et6ig Жыл бұрын
I`m fucked😂
@user-nu6vz9pt8g
@user-nu6vz9pt8g Жыл бұрын
😅😅😅
@agnirosadi6428
@agnirosadi6428 Ай бұрын
😂
@FabriceHabumugisha
@FabriceHabumugisha Жыл бұрын
I agree😊
@YagoBonardi
@YagoBonardi Жыл бұрын
great video.
@quantasync
@quantasync 10 ай бұрын
Waaleikum salaam
@youssefelamrani7905
@youssefelamrani7905 Жыл бұрын
gRPC API next 👍❤
@user-kh9nm3tr1v
@user-kh9nm3tr1v Жыл бұрын
May Allah bless you
@akfreefire7059
@akfreefire7059 Жыл бұрын
@younneschebli8609
@younneschebli8609 5 ай бұрын
👍🏼
@ismailjjuuko1172
@ismailjjuuko1172 11 ай бұрын
walaykum salam akhi
@mh_medu
@mh_medu Жыл бұрын
anyway, I miss your salam 😊 Assalamu-alaikum
@asatbekxalimjonov4005
@asatbekxalimjonov4005 Жыл бұрын
Coding is easy
@meshavegas
@meshavegas Жыл бұрын
i lke the video
@amanmomin9945
@amanmomin9945 Жыл бұрын
first viwer...
@thendoronnyramashia749
@thendoronnyramashia749 Жыл бұрын
1st to comment
How principled coders outperform the competition
11:11
Coderized
Рет қаралды 1,6 МЛН
Do I worry about AI taking my software job?
9:49
Created By KC
Рет қаралды 12 М.
The Giant sleep in the town 👹🛏️🏡
00:24
Construction Site
Рет қаралды 20 МЛН
Happy birthday to you by Tsuriki Show
00:12
Tsuriki Show
Рет қаралды 12 МЛН
10 Most Common Java Developer Mistakes
16:13
Amigoscode
Рет қаралды 105 М.
Learn Dependency Injection and Write Better Code
21:52
Amigoscode
Рет қаралды 171 М.
My Top 10 Advice To All Junior Developers Out There
8:06
Amigoscode
Рет қаралды 74 М.
Why Most Programmers DON'T Last
18:56
Thriving Technologist
Рет қаралды 302 М.
Junior Developer Sent Me Another PR For Review
15:44
Amigoscode
Рет қаралды 103 М.
Coding Was HARD Until I Learned These 5 Things...
8:34
Elsa Scola
Рет қаралды 281 М.
Learn How to Use Abstract Classes
17:28
Amigoscode
Рет қаралды 67 М.
How I Learned to Code My Own Game
15:53
Mike Boyd
Рет қаралды 1,9 МЛН
Learn SOLID Principles with CLEAN CODE Examples
28:35
Amigoscode
Рет қаралды 269 М.
The Giant sleep in the town 👹🛏️🏡
00:24
Construction Site
Рет қаралды 20 МЛН