My Top 10 Advice To All Junior Developers Out There

  Рет қаралды 75,917

Amigoscode

Amigoscode

Күн бұрын

Пікірлер: 116
@lileightright
@lileightright Жыл бұрын
1- Master the fundamentals. 2- Keep on learning. 3- Work on side projects. 4- Practice problem-solving. 5- Focus on clean code. 6- Learn version control. 7- Master debugging. 8- Communicate effectively. 9- Soft skills. 10- Network and seek mentorship.
@Judosaper
@Judosaper Жыл бұрын
I just thought It would be great if someone come up with list of amigos advises, thank you mate
@anujkhare3815
@anujkhare3815 Жыл бұрын
Can you come up with a video on debugging skills
@francksgenlecroyant
@francksgenlecroyant Жыл бұрын
Thank You
@stasik4anskiifullon604
@stasik4anskiifullon604 Жыл бұрын
What you mean by "the fundamentals" from 1st step (if you can give list it`s be nice)?
@lileightright
@lileightright Жыл бұрын
@@stasik4anskiifullon604 You can look up the well-known programming fundamentals, such as for loops, while loops, functions, and others, that exist in all programming languages.
@omgmaw
@omgmaw Жыл бұрын
Working on side projects is very important. Do not get stuck in tutorial hell. You'll learn so much more when you actually try building a project.
@quantmvo
@quantmvo Жыл бұрын
Your video came at the perfect time for me since I've just been transferred to a new project that uses technologies I haven't learned before. Previously, I mainly focused on Java in my old project, but now I have to learn Ruby on Rails to work with the new team. I was unsure if learning something new was better than exploring my current stack, but after watching your video, I realize that I want to be an engineer, not just a Java developer. It's time for me to broaden my knowledge and take the opportunity to dive deeper into Java, my favorite language. Thank you again for your advice. It's truly motivating.
@shiyangxiao9050
@shiyangxiao9050 Жыл бұрын
Summary: 1. Master the Fundamentals 2. Keep on Learning 3. Work on side project 4. Practice Problem-solving 5. Focus on Clean Code 6. Lean Version control 7. learn to debug 8. Communicate effectively 9. soft skills 10. Network & seek mentorship
@yeahdudex
@yeahdudex 8 ай бұрын
As someone who dropped out of CS undergrad and then ended up becoming a software developer years later without a degree, I can safely say that you're absolutely right about mastering the fundamentals. I'd add that when you're young and in college is the time to really struggle with & master the fundamentals. They're difficult, any remotely decent CS program in the states will teach you them, and you absolutely will need to learn them at some point (regardless of what other people might say or what you might convince yourself of). Everything through at least Data Structures/Analysis of Algorithms is actually necessary at some point if you want to really become useful. and it's much harder to go from Python to Java/C++ than the other way around.
@samuelmevognon6339
@samuelmevognon6339 Жыл бұрын
Thank you for sharing this one.I had the chance to discover this video at the time I lost myself, I no longer have a landmark as a developer.
@PRASANTH__S
@PRASANTH__S Жыл бұрын
When I was loosing my hope to learn code but your notification make me to boost up me. thank you so much bro❤
@samke--glitch
@samke--glitch Жыл бұрын
Thanks Amigoscode for that, you've uplifted my self esteem. Since Jan I started this journy of becoming a software engineer I know after completion of my short course March 2024, I've commited 10hrs daily since Jan 2023 learning to become a software engineer,
@seanbaeker4310
@seanbaeker4310 Жыл бұрын
Great Video, I am currently writing my Bachelor thesis regarding microservices in java ... something I havent done before but the joy and feeling of accomplishment I get when I solve problems is literally addicting. Furthermore, I will take that project and evolve it further because during developing I got so many ideas what else to add that I want to figure out how to add everything I want. The framework I am using is Microprofile which too I havent used before.
@velijandro
@velijandro Жыл бұрын
At 4:15, there's a little mistaken part which still says "Learn Version Control" instead of "Master Debugging". Just wanted to state friendlily :)
@lileightright
@lileightright Жыл бұрын
at 4:15 there is a small mistake you still show 7-Learn version control but it should be 7-Master debugging.
@rs4267
@rs4267 Жыл бұрын
Thanks to people like you, i really like my job and try to improve my skills every day, thanks mate
@kunns123
@kunns123 Жыл бұрын
4:18 I think your slide is incorrect, it shows the text of #6 regarding version control
@Sam-nc7ve
@Sam-nc7ve Жыл бұрын
Great content💯 currently I am learning different languages and I will definitely implement your advice. One more thing as a video editor I can say your editing part makes your video so connecting and this will hold your audience till last second of your video great job btw 👍
@stasik4anskiifullon604
@stasik4anskiifullon604 Жыл бұрын
Hey, Amigoscode. What concepts can teach languages C++, Java, C# (give me what concepts you are talking about 01:05)? Why do you think Python, JavaScript are not suitable for learning? TY in advance.
@arsnakehert
@arsnakehert Жыл бұрын
C++ is a great language to learn the fundamentals, but I think C is even better C++ is a very complex language that even language committee members will tell you they don't know all of it, and it's easy to find yourself in a bottomless pit of knowledge search without actually implementing anything (I've been there if you can't tell, lmao) C is a simple language without too much abstraction over the hardware model and without a crazy template library, so you can kinda see the bottom before you jump; and C code you may find around in open source projects, although it tends to reimplement data structures by hand all the time (and perhaps because of that, to some degree), also tends to be beautiful
@ДенисГаврилов-г8у
@ДенисГаврилов-г8у Жыл бұрын
Thanks a lot. Super cool channel. Landed my first job in IT, Amigos code is not the last reason.
@halemmerich8941
@halemmerich8941 Жыл бұрын
About clean code, it's good to follow clean code, but when things are conflicting with your tools's/languages's idioms, prefer the idioms. I give an example in Clean Code it's said that prefer using exception instead of returning value, this is not the idiom/best practice in some languages. So take clean code with considerations.
@SaminYasar_
@SaminYasar_ Жыл бұрын
What software did you use to make this video the animations are great!
@mad-hat
@mad-hat Жыл бұрын
Great advice, short and clear. I hope they will help me to succeed as a software engineer
@GianfrancoTerrazzano
@GianfrancoTerrazzano Жыл бұрын
You are more than a great teacher, thank you sir!
@gokuls2293
@gokuls2293 Жыл бұрын
i believe there is a mistake, at point 8. the heading frame says version control again. :) heheheh i found a mistake
@Rahul-8341
@Rahul-8341 Жыл бұрын
Well, you found a bug 😆
@leratotaunyane5422
@leratotaunyane5422 Жыл бұрын
You found a bug
@ln11389
@ln11389 Жыл бұрын
Not being picky about languages and tech stack is a good practice indeed. However that does not mean that the specialization of particular tech stack is not beneficial for software developers. So having a go-to preference for usage of particular tech stack is not a problem but rather developers should compare PoCs created using different tech stacks and comparing them on metrics that satisfy the user/ client requirements.
@humanecoder5106
@humanecoder5106 Жыл бұрын
Thank you for the tips. Great content as always.
@faizan346
@faizan346 Жыл бұрын
I have been learning so hard when I first started to hunt for a job. Now am here stopped learning because I earn decent now. I am gonna change for good.
@mettibeshir6571
@mettibeshir6571 Жыл бұрын
Shukren , always make me want to learn more ...... find it helpful always
@abdirahmanabdullahi5471
@abdirahmanabdullahi5471 Жыл бұрын
Advice 2 is to keep learning but I dont where to start or where to go. At university, lectures used to give us website links, KZbin links and articles for learning more. Now, I dont know where to go guidance from. I dont have job but I think I will work with Java Or C#
@Aicha_lab
@Aicha_lab Жыл бұрын
thank you ! baraka allahu fik
@priyanshu.....436
@priyanshu.....436 Жыл бұрын
Really helpful video , thanks sir BTW your video editing part is really really awesome 💯👌
@aturan-fo1qt
@aturan-fo1qt Жыл бұрын
Hi Nelson, great video, short, clear and concise. 👍
@sacmaliyoruz
@sacmaliyoruz Жыл бұрын
again really perfect video for developers. bro you are awesome. salam from Turkey
@freecoder-dev
@freecoder-dev Жыл бұрын
Hi bro, thanks for this reminder. i think that you miss the most important tips « don’t use copy/past » and btw your tips 7 title still same as previous ;)
@skillseizer4557
@skillseizer4557 Жыл бұрын
مَا شَاءَ ٱللَّٰه 😍
@katherinetriggs840
@katherinetriggs840 10 ай бұрын
It'd be great if you could give me some more insight into the "communicate effectively" piece. as an older person, i've recently transitioned into development from testing and, because of my limited experience, often find it difficult to communicate my coding problems to more senior developers. and i feel, like you said that their trust in my ability is diminishing. Any tips or ticks on how i can regain their trust in my ability and communicate effectively? many thanks!
@HoussemAydi
@HoussemAydi Жыл бұрын
Thank you for those tips! could you please recommand some podcasts ? 🙏
@hamzadabaghi
@hamzadabaghi Жыл бұрын
This video gives valuable advices, thanks nelson 😍
@garrysingh4484
@garrysingh4484 Жыл бұрын
Can you please make video on : - how to successfully install Java & JavaFX on apple M1 properly ? - How to convert a java Project or Program to an app that can be installed on Mac, Windows or Linux ???
@smoothnationproducton
@smoothnationproducton Жыл бұрын
Amigo, what is the next step after I finish learning my first programming language, what is CI, what do I need to get to become employable
@nicobill95
@nicobill95 8 ай бұрын
Everything is fine but, if I work 40h a week, where do I find the time (and the desire) to spend more time to work in side-projects? They takes a lot of free time, concentration. Just after 8 hours of work I'm just so tired that my head wants to explode..
@tiu5270
@tiu5270 Жыл бұрын
Good content, these basics are known but never be applied in life.
@kaka_tutorails8765
@kaka_tutorails8765 Жыл бұрын
Great job Amigos❤
@umar_ndungo_tech
@umar_ndungo_tech 7 ай бұрын
Should I learn all of these before applying to roles or as I grow in tech?
@raghavgupta22
@raghavgupta22 Жыл бұрын
Amazing advice, Could you please recommend some good podcasts channels or sources. I would be much helpful.
@MohamedHamdy-wn7nf
@MohamedHamdy-wn7nf 9 ай бұрын
regarding master the fundamentals point, could we use go as our language ?
@luizfelipeop
@luizfelipeop Жыл бұрын
Nice video, thanks for the tips
@thatdudewiththething
@thatdudewiththething Жыл бұрын
I really appreciate the video! It's really nice to have this kind of overview. But i have to ask something, because i feel like i'm getting something wrong. if i don't do all these things, especially the things you mentioned in the third section about problem solving - will i not be of value as a developer (to a company)? In other words: if i can't work with the entire companys tech stack, does that mean i'm not a useable developer? I'm currently preparing for my first round of interviews for internships, and i feel kinda intimidated by that thought. And i kinda wonder if i should change careers again, before i get in over my head. Anyway thanks for the videos, man! I learn insanely much from them.
@darshmostafa6044
@darshmostafa6044 Жыл бұрын
Thank you for very useful advices ❤👍
@MaximPolyakov-q1r
@MaximPolyakov-q1r Жыл бұрын
very valuable video, thanks!
@shehzadamalang969
@shehzadamalang969 Жыл бұрын
It's really important video love you amigoscode
@faded1909
@faded1909 Жыл бұрын
Thank you for this video
@niharabhyankar5866
@niharabhyankar5866 Жыл бұрын
Any examples/ ideas for side projects?
@vkapustynskyi
@vkapustynskyi Жыл бұрын
Your hat is awesome!
@sanjaresonmurodov8893
@sanjaresonmurodov8893 Жыл бұрын
Perfect! Thank you!
@abdulfatorma348
@abdulfatorma348 Жыл бұрын
Very good sir, thank you, please make a video on how to build a portfolio
@I_hu85ghjo
@I_hu85ghjo Жыл бұрын
I have made a portfolio and put some of my best projects on my resume. I got an offer which is not related to web development, but it's service desk it. The recruiter said that i can transition into development within a year or so. I am 22 year old male from the Netherlands who's currently studying communication. Should i take the job or find something else?
@johndoedoejohn
@johndoedoejohn Жыл бұрын
If you really need a job - take it but continue to learn what you've started. If not - continue your search for exact position that you are aiming for. Bear in mind, that new job will require your time to learn new things therefore your will have less time for something that is trully your are aiming for (your goal). Usually, I don't believe recruiters that tell me "one day in the future you can transfer yourselve to dev" they only want you to fill the position. Choose wisely, it is pretty hard to work and have time to properly learn things.
@I_hu85ghjo
@I_hu85ghjo Жыл бұрын
@@johndoedoejohn thanks bro :)
@maximgodov7010
@maximgodov7010 Жыл бұрын
@@I_hu85ghjo I'm not sure if this is 100% relatable but i live in Russia and was offered service desk position. I thought i would be able to work and learn but it was too hard to handle at the same time. So i left and now i'm finally a java dev.
@I_hu85ghjo
@I_hu85ghjo Жыл бұрын
@@maximgodov7010 how did you get a job as a java developer?
@muhammadhaidar6348
@muhammadhaidar6348 Жыл бұрын
​@@maximgodov7010bro i also want to become a java dev .can you help me?
@MuksEmmaN
@MuksEmmaN Жыл бұрын
Hi sir can you please do a video on Thread pools and executor service in Java?
@cridery1055
@cridery1055 Жыл бұрын
Which podcasts would you recommend for programmers?
@weehongayden90
@weehongayden90 Жыл бұрын
Could you recommend a podcast that can help me stay up-to-date? I'm eager to find out.
@salmanahmedkhan3979
@salmanahmedkhan3979 Жыл бұрын
Nicely explained.
@souravpaul6086
@souravpaul6086 Жыл бұрын
Hi, your videos are so informative I learned a lot from your videos thank you for making informative videos for us. I have a request could you please make a video where linkedin and twitter used as social login platform instead of github and google that can be very useful. Please make a video on this topic
@bakhtiyor_sulaymonov
@bakhtiyor_sulaymonov Жыл бұрын
Assalamu alaykum Thanks for the video bro 👍
@Muchiirimaina
@Muchiirimaina Жыл бұрын
Yeeeeees! This is my Guy! 🎉🎉 Fire 🔥 @amigoscode!!!
@thompsonidowu9242
@thompsonidowu9242 Жыл бұрын
Thank you so much Sir
@firstimer
@firstimer Жыл бұрын
thanks brother❤
@stormShadow64
@stormShadow64 Жыл бұрын
Love you man
@ManikandanElumalaiRajeswari
@ManikandanElumalaiRajeswari Жыл бұрын
Nice video Bro...
@Princekumar-mj3sr
@Princekumar-mj3sr Жыл бұрын
Did you gave your editor a raise?
@natgenesis5038
@natgenesis5038 Жыл бұрын
What about Unit Testing ???
@MrTutiplengo
@MrTutiplengo Жыл бұрын
I agree with almost everything he says, except for the part about how some programming languages can't solve some problems. I agree that certain languages are better fit for a specific problem domain, but too simply state that there are problems out there that certain languages simply Python and Javascript cannot resolve seems wrong to me. Can someone please give me an example of this, a problem that can be solved in Java but not in Python or Javascript? And please don't say "speed". Nowadays any language can be made performant through load balancers and containerization.
@friedec3622
@friedec3622 Жыл бұрын
I don't know about these "problems". But, in my opinion, dynamic variable type JavaScript and python has itself is a problem. Typescript born to address JavaScript issue, since we cannot make five most popular web browsers migrate to entirely new language.
@MrTutiplengo
@MrTutiplengo Жыл бұрын
@@friedec3622 I agree that typed languages have certain advantages as they are probably easier to debug in and have better validations, but it doesn't mean that untyped languages are unfit to solve the same problems.
@gleitonfranco1260
@gleitonfranco1260 Жыл бұрын
Nice subtitles
@17_hariprasath.j41
@17_hariprasath.j41 Жыл бұрын
bro I know most of the fundaments in java but i don't know to how to improve.Could you please give some tips to imporve myself.
@FinanzMinimalist
@FinanzMinimalist Жыл бұрын
Take his Spring Boot Course and develop an API
@oussamakhalifeh6644
@oussamakhalifeh6644 Жыл бұрын
Don't take responsibility for something that is not your fault
@parthokr
@parthokr Жыл бұрын
The first fundamental point is quite more of vague point. People will start to think Python is for noobs. In the real world, it's quite the opposite. CPP, Java, C#, Rust, C bla bla bla have their own region of application. So people over there, if you don't know which region your problem belongs to, just pass it. The moot problem-solving point of view that causes stemming the notion of being selective on language is not really worth it. Solving a problem is more like a logical game, devising your own path to a solution by stumbling over and over again and objectively it has nothing to do with what those aforementioned languages teach someone except you are really interested in language features. Do whatever makes sense. The filthy state will always alarm the inner you regardless of your current state as a learner. The best advice I have ever come across is not to take advice from anyone. Do not take my advice.
@suhaybjirde
@suhaybjirde Жыл бұрын
good advice
@mykhailo_heorhiiev
@mykhailo_heorhiiev Жыл бұрын
Cmon baby!
@imadeosatohanmwen8422
@imadeosatohanmwen8422 Жыл бұрын
Please how do I join the amigoscode community?
@ivailonetzov6662
@ivailonetzov6662 Жыл бұрын
can you recommend java podcasts
@skillseizer4557
@skillseizer4557 Жыл бұрын
وَعَلَيْكُمُ ٱلسَّلَامُ وَرَحْمَةُ ٱللَّٰهِ وَبَرَكَاتُهُ 🕋💚
@ДенчикКеков
@ДенчикКеков Жыл бұрын
How to deal with burnout
@durgesh123Kumar
@durgesh123Kumar Жыл бұрын
Plz Anyone tell me about the future of software developer after the chat gpt comes in the world
@rilwanhaq6024
@rilwanhaq6024 Жыл бұрын
Community link?
@jacklinetum5460
@jacklinetum5460 Жыл бұрын
i think we hear a lot of learn the fundamentals, what are the fundamentals really?
@robertd.hewson8451
@robertd.hewson8451 Жыл бұрын
says learn version control twice in the text on 6 & 7 great video tho
@Bleu_sky
@Bleu_sky Жыл бұрын
Why didn't you give up 11 tips because it would've helped a lot
@kilianagboton4229
@kilianagboton4229 Жыл бұрын
Top.
@itscooldawgdonteventrip
@itscooldawgdonteventrip Жыл бұрын
chapters?
@OmoruyiOmofonmwan
@OmoruyiOmofonmwan Жыл бұрын
Very good advice
@whiz-code
@whiz-code Жыл бұрын
Debugging and debugging tools
@h.mazijul3457
@h.mazijul3457 Жыл бұрын
🔥🔥❤️
@caffeinejavacode1475
@caffeinejavacode1475 Жыл бұрын
What about learn English language?
@giovannisins
@giovannisins Жыл бұрын
It's a must for computer scientists
@vigneshvinoth2837
@vigneshvinoth2837 Жыл бұрын
Hello bro o want are and science tell any speech bro
@friedec3622
@friedec3622 Жыл бұрын
"I'm a programmer, my job is to program things and my hobby is also to program things." Seriously, it's okay to not do side project in programing. You can try carpentry, musics, or anything else. Get a life.
@detroitpistonsplayoffs
@detroitpistonsplayoffs Жыл бұрын
advise
@spirothegamer
@spirothegamer Жыл бұрын
🤣🤣🤣🤣🤣
@solomonosunde9083
@solomonosunde9083 Жыл бұрын
Hi Amigos, you told me to message you a while ago on whatsapp and you didn't reply. You are my network and I believe so much in you so please give me an opportunity 😢
You Worry Too Much About Coding
10:26
Amigoscode
Рет қаралды 31 М.
Home Office Setup (Work From Home)
6:14
Mev Siqani
Рет қаралды 2,7 М.
I Sent a Subscriber to Disneyland
0:27
MrBeast
Рет қаралды 104 МЛН
Как Ходили родители в ШКОЛУ!
0:49
Family Box
Рет қаралды 2,3 МЛН
AI Hype and the Dot Com Bubble: What History Teaches Us
4:59
5 Ways Hackers Make $10K Monthly - Legally ;)
4:05
in one minute
Рет қаралды 732
FASTEST Way to Become a Data Analyst in 2025 Using FREE Resources
7:38
Mindset of Successful Programmers
4:56
bigboxSWE
Рет қаралды 1,1 МЛН
The FASTEST Way to Learn to Code & Get a Job
5:48
Programming with Mosh
Рет қаралды 134 М.
Self Taught Programmers... Listen Up.
10:00
Kenny Gunderman
Рет қаралды 1,8 МЛН
Avoid These 6 Upwork Clients at All Costs!
7:54
Chris Egemonye
Рет қаралды 115