Try my free email crash course to crush technical interviews: instabyte.io/
@tawfikmaged5214 Жыл бұрын
1. Learn debugging. 2. Quality over Quantity (projects). 3. Read More Code. 4. Contribute to open-source projects 5. Meet ups and conferences.
@SASA_maxillo Жыл бұрын
the problem is every time i want to contribute to open-source projects, i see syntax i have NEVER seen in my 2y of programming
@masternobody1896 Жыл бұрын
epic vivdeo video
@FlySpleen Жыл бұрын
@@SASA_maxillo That's where chatgpt is a great tool.
@raulsantandertirado4400 Жыл бұрын
I guess basically what one must do is find an Open Source Project and get involved on it. Basically everything else could be done around that.
@Hollowed2wiz Жыл бұрын
@@SASA_maxillo good then, it means you are implicitely doing the 3rd objective
@SASA_maxillo Жыл бұрын
the problem is every time i want to contribute to open-source projects, i see syntax i have NEVER seen in my 2y of programming 😂😂
@jon_mark Жыл бұрын
with 4yrs, I still face the same problem. My contributions are usually more of small enhancements of existing code... basically doing away with bloat 😢
@amrit_raj_dubey Жыл бұрын
Damn said true man , I can correlate my situation with yours 😢
@namahshrestha3226 Жыл бұрын
means youre at the right place. Learn everything that is foreign to you. I kid you not. You become a pro in no time.
@jhoanmartinezsilva2609 Жыл бұрын
Hahahahaha same here
@kcwidman Жыл бұрын
That’s exactly why you should do it! The biggest skill a software developer needs is to get accustomed to being uncomfortably lost in new projects, languages, frameworks, libraries etc. I could name 10 times in the last 2 years I had to pick something up that seemed dauntingly confusing. Learning new shit is hard, but you have to convince yourself that you can start to learn anything with enough effort.
@wittyhumour29 Жыл бұрын
Your suggestion about reading more code and learning debugging is absolutely true and resonates with my current situation. As a developer, I am transitioning into a more senior role where I have to deal with a lot more legacy and other people's code. Recently, I have made a concerted effort to read more code than usual. Additionally, my team lead has shown me how to enhance my debugging skills, which not only helps me understand the code better but also eliminates a significant amount of guesswork. Therefore, improving my ability to read code and debug effectively is an absolutely stellar takeaway from your video. From a bird's-eye perspective, these two aspects may seem obvious, but in the day-to-day work environment, they are often overlooked, as was the case for me. Thank you once again for providing such practical and valuable advice. I am determined to work on enhancing these two skills.
@prachivijay9891 Жыл бұрын
This man actually knows how to keep someone hooked up to his channel ...the way he explains everything patiently and calmly and that also in less than 20 minutes is absolutely amazing, also the way he ends his video by recommending another video of his own channel is so good of a trick and it's hard not to click on it asap . Kuddos 🙌
@sahilandsarra Жыл бұрын
Thanks Prachi 🙌. Don’t reveal my secrets like this 😂
@prachivijay9891 Жыл бұрын
@@sahilandsarra oops 😂
@shiijei2638 Жыл бұрын
"the way he ends his video by recommending another video of his own channel" This is about the third video I watched of his and I've seen people do this before but he has a very good lead in
@prachivijay9891 Жыл бұрын
@@shiijei2638 exactly
@JohnWickea Жыл бұрын
can you please add more songs to your playlist ...pleaseeeeeeeeeeeeeeee
@BOLT_9274 Жыл бұрын
All 99% of programmers are watching this except those 1%
@nitinsingh25248 ай бұрын
😅😅 True Man
@luclekene73627 ай бұрын
😂😂😂😂
@abhaysharma45456 ай бұрын
We r not in 1% that's why we are taking advice to get into 1%
@abhaysharma45456 ай бұрын
Atleast we have the will to get into it
@tomaszcichociemny37584 ай бұрын
because they are busy doing that 5 things already xD
@RaishAhmad. Жыл бұрын
Sahil is the guy everyone wants as his senior in college. ❤
@sahilandsarra Жыл бұрын
❤️
@SASA_maxillo Жыл бұрын
Fr
@oktay97842 ай бұрын
gay
@MusicSD23Ай бұрын
@@sahilandsarraHello to become pro a coding do I have to need to know COA(Computer organisation and architecture) or we can say should I have to know about hardware please reply someone
@morteza5551025 күн бұрын
@@oktay9784 Brainless
@marvin_hansen Жыл бұрын
What helped me to get ahead: 1) Learn proper testing and aim for > 85% coverage across the entire code base. It’s amazing how fewer bugs you ship through that alone. 2) Analyze existing solutions for gaps, make a list, and when it’s hard build it to fill all major gaps. 3) Open source the code, use it, blog about it and present it wherever it makes sense. It’s hard, it really is, but you get orders of magnitudes better in no time.
@kazutorbruh25557 ай бұрын
What do you mean by proper testing?
@marvin_hansen7 ай бұрын
@@kazutorbruh2555 Test for corner cases, fuzzy testing, and test for undefined behavior. In Rust, you want to get MIRI on your CI. Google for testing best practice, learn it, do it, and blog about your learnings.
@darshanbs2267 Жыл бұрын
U r 1 of d best guide for beginners in programmer's world waiting fr u r nxt one bro
@sahilandsarra Жыл бұрын
Thanks for your kind words.
@Smooshmx09 Жыл бұрын
Para alguien que esta comenzando, esto es oro puro ¡Mil gracias Sahil!
@CuriousLayman1 Жыл бұрын
When you strongly feel like you have some genuine bhayya guidance required at the same time sahil bro use to come with his insights and wisdom which is applicable in every walk of life.. I'm feeling grateful that I have discovered you very early.. coming from a very rural area and underprivileged family..Still struggling..but one day I will make it
@BalajiAB Жыл бұрын
Wish you a grand success bro..💐🤝
@oluwajuwonloowojori8049 Жыл бұрын
Which country
@itsme5625 Жыл бұрын
I thought he was going to say “shower”, but its actually a tip video
@martapfahl940 Жыл бұрын
Understanding someone elses code is not a matter of 30 minutes. When I get to see a new code base at work it takes me 1-2 weeks working on that project to get confident with the code base.
@MusicSD23Ай бұрын
Hello to become pro a coding do I have to need to know COA(Computer organisation and architecture) or we can say should I have to know about hardware please reply someone
@LittlesProductReviews1 Жыл бұрын
Really nice video, people have a lot of different interpretations of how to succeed in XXX field or career but nobody really gives it a thought to see how people look at it differently at least not the majority.
@lowe7372 Жыл бұрын
Subscribed as soon as you mentioned debugging
@LearnCodingWithArshad Жыл бұрын
I don't really agree with the part where you say everybody is doing leetcode, watching tutorials and online courses. Because most people aren't really. I think you're assuming that for people that are trying to make it into FAANG. Those are still very relevant and important things to do at first imo. Great points at the later part of the video though, totally agree with all of 'em. Reading and understanding other people's code is very important you can see how other senior engineers solve a specific problem in their code. Nice video overall. Keep up the good work.
@ronaldomaia Жыл бұрын
Working for a FAANG is pure illusion, trust me
@sahilandsarra Жыл бұрын
Thanks for your feedback. Really appreciate it.
@jatinkumar72872 ай бұрын
Short and clear and precise exactly the Thing I needed, hats off to you
@ahmednabil9958 Жыл бұрын
I would say reading books is essential to standout
@sahilandsarra Жыл бұрын
That’s so true.
@calgary2025 Жыл бұрын
Yes. He definitely need to add reading books to the list :P I saw a lot of folks in tech industry don't read any technical book
@lukas.webdev Жыл бұрын
Great video! Thanks for sharing! 😉🔥
@WahDude. Жыл бұрын
Thanks for the advice!
@sahilandsarra Жыл бұрын
🙏👍
@asi_karel Жыл бұрын
Perfect format!
@WinnerSingh Жыл бұрын
I started my programming life from PHP and I started python 3 years back, Now I always blame my self why someone don’t teach me or why I did not search about python 🐍 10 years back.
@preyetekenah9529 Жыл бұрын
Are you trying to say you would have learnt python instead? Or you prefer python to PHP?
@WinnerSingh Жыл бұрын
@@preyetekenah9529 I prefer Python 🐍
@vedparkashgaba5478 Жыл бұрын
Very useful information for the freshers n motivational also
@sahilandsarra Жыл бұрын
Thanks ❤️❤️
@giovannif9113 Жыл бұрын
Thank you, Sahil. Clear and Concise. I will try to implement those tips.
@motivationimpact181 Жыл бұрын
Yes reading more helps lot in programming❤❤
@HeroicKhalid Жыл бұрын
I love how everyone is expert in YT 😇
@victorsuarez3 Жыл бұрын
This is golden content! Thank you!
@sahilandsarra Жыл бұрын
thanks!
@carlomolina576 Жыл бұрын
The first one is actually what I do the must on a daily basis
@sambeetburma6108 Жыл бұрын
Apka suggestion hatke hota hai . U just share ur experience.difficulties u might have faced in ur early career . 😊 thanks bro ..
@sahilandsarra Жыл бұрын
Thanks bro 🙏
@sambeetburma6108 Жыл бұрын
@@sahilandsarra i m a beginner and facing problems so I have few queries. R u linked in . Where can I DM u . Hope u reply
@Ashlim_Tamang Жыл бұрын
Straight to the point.
@JosephKemper Жыл бұрын
I love these ideas thank you.
@D3nz3lCr0ck3r Жыл бұрын
Though i'm still a junior dev, i always enforce the first 3 points to my less experienced colleagues. I lost the count on how many good ideas i got from reading others' codes and to adapt them to my needs. The first point is probably one of the most important, if not THE most important, since we gonna learn on how to find possible.problems, right?
@alexaneals8194 Жыл бұрын
Another skill to learn is how to comment the code properly. One thing I have seen in having to debug thousands of lines of legacy code is either no documentation or useless documentation. One erroneous thought in our industry is that documentation or comments are not necessary and that code can be written to be self-documenting. Code can only tell you what it is doing not why it's doing it. Save yourself frustration in the future when you have to modify the code because the business requirements changed, but you can't remember why you implemented a particular function in the first place to only learn later that was due to a government regulation that got the business fined.
@kingtaco1725 Жыл бұрын
Comments kind of suck just write documentation instead.
@alexaneals8194 Жыл бұрын
@@kingtaco1725 Comments are documentation. The problem with just write documentation is that the same programmers that say that don't write or maintain the documentation either. I have over 25 years of writing and maintaining code and one of the big problems in our industry is inadequate documentation. When code is properly commented and the comments are properly maintained, it is easier to find and fix bugs and it is easier to modify and maintain.
@hemantkumarnirmalkar2868 Жыл бұрын
Really helpful video for me as I am fresher in college.loved it❤❤
@sahilandsarra Жыл бұрын
❤️❤️
@codesandtags Жыл бұрын
Power Couple, Do you edit your own videos? The quality of videos is amazing :)
@naveenchippala3944 Жыл бұрын
good one sir. keep going ❤
@SheikhAmeen Жыл бұрын
I like how the intro of this video is at the outro.
@DanilDziuman Жыл бұрын
I would personally add that to become a true master of your field the best is to study the specs, not tutorials or courses or anyone else.
@TimJSwan Жыл бұрын
Funny thing is that I have been doing all these things from the beginning. Yet, I consider myself more of a mathematician instead of a coder.
@kmjkj2 Жыл бұрын
Great posts Sahil Saheb !!!
@abdulmalikYT_BGMI Жыл бұрын
great video ! ❤
@sahilandsarra Жыл бұрын
❤️
@JDMorris81 Жыл бұрын
This is why I've decided to start my career in QA before become a programmer.
@andrean40 Жыл бұрын
My goal
@D3nz3lCr0ck3r Жыл бұрын
That was a pretty smart move, mate!
@shyam_soniyar Жыл бұрын
First comment thok diya re bawa :)😅
@MayankYadavdivine2 күн бұрын
Let's give a shout out For all these educators Giving us knowledge based on their experiences And making it easy for us But ps:they can only give you a roadmap but u have to work through it to get somewhere
@ricphance Жыл бұрын
Top 1% out of 99% programers version of yourself. Yes!
@BobrLovr Жыл бұрын
don't perpetuate the idea of comparing yourself to other coders. That's a great way to burn out and get discouraged.
@debanjanghosal6186 ай бұрын
Sometimes they tell you to keep coding and keep building project thats the only way to improve your programming ability and then another guy says quality over quantity. The internet is quite a confusing place
@sigmamale7914 Жыл бұрын
you never make a video over blockchain space (WEB-3)
@Holy_Desire8 ай бұрын
thank You Sahil. " yeah, to the next time"
@RishiRajxtrim Жыл бұрын
Thanks 🎉
@saikatpaul19 Жыл бұрын
I don't kniw what others want but i want to hear your journey to iit. Though i have mentioned in your linkedin that i can relate your journey with mine. So if possible please make a video
@raventhorX Жыл бұрын
this is honestly the biggest issue I have with learning to code. I can read peoples code all the time and prefer it as I like to test my understanding, but too many resources never go into detail enough for me to understand the code at a level where I can read someone elses code and understand it. If anything a lot of it seems to be teaching memorization and not understanding.
@Xenon29002 ай бұрын
Helpful ❤
@HoD999x Жыл бұрын
what if everyone gets ahead of the others 99%? are we all above average then?
@pravas27 Жыл бұрын
Hi, coming straight way to question im planning to start my career in software testing so where im suppose to start?
@yaafl81710 ай бұрын
10k lines in 2 years at google. Bro pushes 19 lines per work day
@sairamkarnati4313 Жыл бұрын
At what age did u started learning programming
@sahilandsarra Жыл бұрын
25
@MohammadImran-rn1vg Жыл бұрын
@@sahilandsarraYou are a great example of "No age is not too late" 😊
@andrean40 Жыл бұрын
@@sahilandsarra *I'm 24 and going back to school for it after just graduating in 2020 😅. This gives me hope!*
@Poohhjnjkkmkmhhb13 күн бұрын
0:46 The course is not accessible anymore
@24-7-vishal-coding Жыл бұрын
I want to teach like you in youtube, right now, I teach to make projects of HTML, CSS & JS. But one day, I will teach like you and my dream is to get 10000Subscribers
@juaninfante7000 Жыл бұрын
That’s common, want to get better than 99% of programmers if you’re already in the field? Learn about communication skills
@VoloInTech Жыл бұрын
Good luck, everyone.
@sahilandsarra Жыл бұрын
👍
@Reaction_With_Bob Жыл бұрын
Make video front end development roadmap step by step
@indranilpradhan3218 Жыл бұрын
Bro make a dedicated video on open source contribution.
@MrGentlemanism Жыл бұрын
How about this, learn computers in and out. Learn networking, TCP/UDP, what does a HTTP request look like under the hood, routing, switching, OS, Linux, Windows, low-level programming, socket programming, embedded, interrupt routines, hardware, communication protocols (SPI, I2C, UART, JTAG, etc.), reverse engineering, encryption, hashing, SQL, databases, learn it all. You don't know computers because you know programming. You know programming because you know computers. I know many web developers that couldn't tell you what the host header is in a HTTP request. Crazy..
@saeeduchiha5537 Жыл бұрын
Define what is a "basic project" vs a "great project"? After working on many projects complex and not, this distinction becomes vague
@kazutorbruh25557 ай бұрын
How do you use github to find code at a specific level to read?
@unyimeudoh1697 Жыл бұрын
Thank you sahil. Please what are the most respected type of backend projects that I can do to make my resume stand out and impress recruiters
@rpplanet6161 Жыл бұрын
Hello sir I am currently first year student in college So, from where can I start learning. DSA or WEB DEVELOPMENT
@gavinkalaher7314 Жыл бұрын
If you're asking this question on KZbin.....you already have the answer open in front of you.
@manishkarki8119 Жыл бұрын
@@gavinkalaher7314true
@koyenadutta1699 Жыл бұрын
I would say web development.....bcoz it's easier to start with.....and an important skill to learn.....
@shrivastav05aman Жыл бұрын
@@koyenadutta1699yes I started with this
@shrivastav05aman Жыл бұрын
When I directly started to jump on dsa I faced problems But when I tried to start with web development Now I think doing dsa will be good with this
@naqibasri8930 Жыл бұрын
The software debugging course has changed to the Site Reliability Engineer course? Is it a similar course?
@kalaisselvi6365 Жыл бұрын
I sir your videos are motivating me 😊 and I start to learn coding, how to learn coding for easy method and coding easy or hard tell me please???
@pavankumarms9591 Жыл бұрын
Fact is most viewers of this video is 99% programmers that you mentioned over there
@samkakc Жыл бұрын
This man is probably the reincarnation of Osho.
@PhilipBenard-p8cАй бұрын
i can wish you to help me in this world of programing becouse withought people like you we cannot move
@N.V.P692 ай бұрын
and advice to me please i have no experience or so ever on coding but I want to be one and not only one I want to be top best and I am 38 and have zero experience what should I do
@siddhantkohli5063 Жыл бұрын
n you please guide me that how sufficient do I need to in python to be a Data scientist ? Thank You !
@anenlightenedmisfit6262Ай бұрын
I want to live my whole life in 99 sec
@Ali-1A295 Жыл бұрын
Please what do you think about the effects of Ai on software engineering?
@virtumind Жыл бұрын
Tried all that but nothing worked. I can not find any job
@GregMoress Жыл бұрын
But what if all programmers get better than 99% of the rest?
@todoido137 ай бұрын
Meet up? I don't want leave my room 😂
@almousafir4041 Жыл бұрын
Big like 791 ❤
@avgb2115 Жыл бұрын
Sir, I'm a big fan of your calm and composed attitude...It's a humble request if you can provide a step by step guide to become a blockchain developer.
@sachinbhoi5727 Жыл бұрын
My friend is earning around 1cr at 26 and he did what others did, solved leetcode, learned from masters and online courses. It's just how much you are dedicate, there's no secret to success. it's just that for some people who are smarter it takes less time to learn. So i find this thing but misleading.
@amanchoudhary7414 Жыл бұрын
You voice making me somehow that i don't know ...😳
@puntoycoma47 Жыл бұрын
"Have better positioned indian friends."
@fahadhussain9824 Жыл бұрын
I want advise from you as you have been in Data Analyst field, I haven't been good with communication skills, Can I enter into the data Analyst field and Can I stay for long term in data analyst field without good communication skills, And is there any other channel to communicate through, Kindly give me advise on that, it will be helpful for me going into data analyst field Thanks
@muhammadabdullah27685 ай бұрын
Bro isn't human anymore
@waffle83642 ай бұрын
you put a lot of statistics out from anecdotal evidence. 0:38. no. most engineers spend most of their time learning the business domain. a skilled engineer is able to understand what the users want and be able to deliver with very little friction and high velocity.
@alibozkurt-i5r Жыл бұрын
thanks
@MilindOg27 Жыл бұрын
Sir I just wanna ask you that this time I am in second year and currently doing and learning new concepts in competitive programming can I just after few month can I start debugging the course and can take up course when I am comfortable to understand concepts easily or should I take it now parallel to what I am currently doing?☺☺☺☺
@johnnash143 Жыл бұрын
me who doesn't even do what the 99% do
@lukas.webdev Жыл бұрын
😄
@Utkarsh809 Жыл бұрын
It is diifucult for indian students to even crack oa and no body talk about the help or through chetaing many candidte get there
@jk-fy8on Жыл бұрын
great
@sahilandsarra Жыл бұрын
Thanks 🙏
@pr1meKun6 ай бұрын
yes
@praveenmali8876 Жыл бұрын
After watching this video the 99% come in same level 😂
@thoufeequeshaque3937 Жыл бұрын
First of all I'm not able to understand my code after a month😂
@ditz3nfitness Жыл бұрын
You know it's true when the video is done by an Indian accent.
@fenderbender2096 Жыл бұрын
So basically, this is an advertisement.
@Simplesolutions-i3b Жыл бұрын
that 1% 0:04 didn't look like so😂😂
@maxshibanov818 Жыл бұрын
Jokes on you, I don't watch video tutorials, don't do online courses nor leetcode exercises. That's how I know I am better than 99% programmers 😎