How to Understand Large Codebases in Open Source?

  Рет қаралды 69,193

Kunal Kushwaha

Kunal Kushwaha

2 жыл бұрын

In this video, I have explained how you can understand large codebases of open source projects and get your contributor journey started. Along with that, I have also shared my first open-source contributions for reference.
🚨 Resources:
Download TwilioQuest: www.twilio.com/quest?...
Take part in TwilioQuest contest: • Learn Programming via ...
How to find good first issues: • How to Find Good First...
➡️ Connect with me: kunalkushwaha.com
#opensource #gsoc #github

Пікірлер: 111
@thatsalot3577
@thatsalot3577 Жыл бұрын
I'd say the first step is to not get overwhelmed by the just looking at repository at first, don't be afraid of all the .eslintrc or any dot files or json, yaml most of them small files just for some configuration actually a lot of those big files you see are kinda basic and around 30-40% of the codebase is actually something you wouldn't understand.
@nyannyan4928
@nyannyan4928 Жыл бұрын
i want to start open source, bro please tell me the least requirements i am pretty much confused
@kodomotemanbaikku
@kodomotemanbaikku Жыл бұрын
The answer starts at 5:45. TDLW; don't need to read the whole codebase, just need an idea of how and where things are. Start with test cases.
@_ShivaniYogi
@_ShivaniYogi 2 жыл бұрын
At first it seems tough.. then you explain it, and it seems 'very cool stuff' !
@studymains8109
@studymains8109 2 жыл бұрын
Much needed and appreciated!
@kaustubhshah5139
@kaustubhshah5139 2 жыл бұрын
Another great video!! Keep it up
@lasindunuwanga5292
@lasindunuwanga5292 10 ай бұрын
Thank you very much. I am trying to contribute to VS Code for like two years. I use VS Code a lot and also I have experience with the technologies it uses. But still I find the project very complicated. Now I understand it. The project is supposed to be complicated. That is why it is divided into smaller modules. So I have to get into one of the those small ones and start contributing. Thank you very much. It is very hard to find someone explaining these things ❤
@cuddle484
@cuddle484 Жыл бұрын
I think you can give an example. how did you write the test case for a bug/reproduce a bug, then go through the code path step by step, how basically you analyse it, then come up with a fix. Actually a lot of people could not understand this part. They think a lot and can not do anything..how to put your feet forward, do it to analyze it. But thank you for this amazing content.
@sureshs-rj6wi
@sureshs-rj6wi 2 жыл бұрын
to sum up the 7 and a half minute video - you don't have to understand large codebases, read through test cases and there is no shortcut to hard work
@premshinde6894
@premshinde6894 2 жыл бұрын
5rs ki chingam Kunal bhaiya singham❣️😎
@KunalKushwaha
@KunalKushwaha 2 жыл бұрын
kahan se laate ho ye 😂
@the3amverses839
@the3amverses839 2 жыл бұрын
Sahi pakde ho...
@user-wr9ul
@user-wr9ul 2 жыл бұрын
This video is clearly not for beginners. You made everything looks like child's play but people who are just familiar with basics the stuff you said was pretty straightforward is huge
@KunalKushwaha
@KunalKushwaha 2 жыл бұрын
You are wrong, with this mindset you'll never be able to contribute. Every student has this mindset that is why I don't make more Open Source videos because no one is willing to work. I did this as a beginner, period.
@pkavenger9990
@pkavenger9990 5 ай бұрын
Video starts at 5:40, I suggest you change the title of video to How I contributed to a large code base and what steps you can take.
@praveersharma5465
@praveersharma5465 2 жыл бұрын
Very excited for devOps boot camp
@venongaming9850
@venongaming9850 2 жыл бұрын
Thank Kunal really appreciate it 👍👍
@xalgord
@xalgord 2 жыл бұрын
Hello! I want to know your personal learning procedure for the new things. Do you read books or something else, do you make your notes on hardcopy while learning or not, etc., etc.
@vaibhavvashist238
@vaibhavvashist238 2 жыл бұрын
So the key point is to understand large codebases we have to understand the testcases,we can build the project in our system and have a basic understanding of every file in a project.
@GJen24
@GJen24 10 ай бұрын
That's where I'm having difficulty contributing right now. I understand the code perfectly. I'm able to find and fix bugs, but then to put the finishing touches on it to make sure that everything is good by both running the program and testing the code is not at all straight forward because unlike when you're learning and it's a small program that can be easily tested, I'm having difficulty figuring out how to run the program to check the part of the code I'm fixing and how to test it. I use pytest. I wonder if something else would work better for me. I've tried compartmentalizing the code so that I can just focus on the part of the code that I want to change but many times a single function may have an effect on several other functions and other parts of the program and it may accept arguments from other functions and other parts of the program as well so trying to fix a single function in a vacuum seems impossible but the alternative seems to lead you down a rabbit hole where you're having to check a hundred different parts of the program just to fix one function and all to find out at the last function you needed to check it requires some data to work properly that you can't easily or readily duplicate. I've hit a wall and I'm coming up against this same problem again and again in every project I try to contribute to. Finding the bug and fixing it is easy and then trying to make sure there aren't any unwanted effects from my changes by running the code and testing the code for me is the part that I know has to be an easier way than the way I'm going about it. I can't find any info related to my problem. If anyone has any suggestions where I can look on youtube or stackoverflow or where I can learn to get a better grasp for how to deal with this problem it will be much appreciated. Thank you.
@AshishKumar-pq6pr
@AshishKumar-pq6pr 2 жыл бұрын
Please don't ever delete these small videos ... please ....these are very helpful.....also next year by brother will also start... please dont delete these videos...
@KunalKushwaha
@KunalKushwaha 2 жыл бұрын
Why would i
@sujithsaikalakonda4863
@sujithsaikalakonda4863 2 жыл бұрын
Hi Kunal Sir. Great work for students. Can you able to make a roadmap on machine learning on were to start and what to learn please. Thank you. Stay Healthy and Stay Safe
@codehunt1143
@codehunt1143 2 жыл бұрын
Thanks for your contribution and knowledge man. Appreciate your talent and helping and guidance for fresher even if for the experienced person. Lot to learn from you.. Keep it up. Will always with you
@deepikagoyal07
@deepikagoyal07 Жыл бұрын
Very well explained Kunal.
@mayanksolanki3567
@mayanksolanki3567 2 жыл бұрын
Nice kunal bhaiyya👍
@gabrielfono844
@gabrielfono844 4 ай бұрын
kunal never done a course on dynamic programming until today. I remembered teaching myself coding and working as backend developer for a F500 and now my goal is get into MAANG at the end of the year.
@bisadk2284
@bisadk2284 2 жыл бұрын
Kunal can you please share your journey like how did you get into open source what did you actually do after learning programming and how can we start contribute to open source while learning dsa from your bootcamp. I am literally really confused about these things
@KunalKushwaha
@KunalKushwaha 2 жыл бұрын
I literally shared everything
@gathint
@gathint 2 жыл бұрын
@@KunalKushwaha can u clearly tell which programming language u completed first .....did u do projects or freelancing or something else....then how did u do ur forst project....
@Bijay012
@Bijay012 2 жыл бұрын
@@gathint he uses java
@Sunshine-dc4lt
@Sunshine-dc4lt 2 жыл бұрын
Amazing Kunal, but I don't know very much about java so can I contribute to open source (with java)??
@pratyushpahari2606
@pratyushpahari2606 2 жыл бұрын
Kunal Bhaiya, I request you please make a video jaha par ap kuch issue pe contribute karenge, is se hame better samaj ayega first to last keya karna chaiye, I mean how to approach and contribute to any project. It will be really helpful for us, especially begineers like me.
@akhil5083
@akhil5083 2 жыл бұрын
Broo plss continue dsa bootcamp eagerly waiting for more...topics..to learn..
@shashwatsharma6236
@shashwatsharma6236 2 жыл бұрын
hey Kunal, really appreciate your content man ! Hats off to you being so young and doing this for the community. Well, is your DevOps bootcamp only for college going students or for working professionals as well? I have 5 years of experience working as a frontend dev.
@KunalKushwaha
@KunalKushwaha 2 жыл бұрын
anyone
@me_debankan4178
@me_debankan4178 2 жыл бұрын
the code base is very much unique , some java methods used in the code base are also unique i never learnt that before , the style of writing is very unique although it is written in java
@KunalKushwaha
@KunalKushwaha 2 жыл бұрын
You will learn
@D.S.Apkare
@D.S.Apkare 2 жыл бұрын
Japana tusi great ho
@kayjay8784
@kayjay8784 2 жыл бұрын
Just release the dev ops bootcamp already 😭
@KunalKushwaha
@KunalKushwaha 2 жыл бұрын
on it
@kayjay8784
@kayjay8784 2 жыл бұрын
@@KunalKushwaha okay okay
@shasha6538
@shasha6538 2 жыл бұрын
Eagerly waiting for your videos on topic Graph trees and advanced ds ....are you planning to upload those videos? I watched recursion videos....best tutorial till now.
@KunalKushwaha
@KunalKushwaha 2 жыл бұрын
Ofc I will
@krishjoshi5548
@krishjoshi5548 2 жыл бұрын
Hey kunal I watch your tutorials regularly can I solve leetcode simultaneously with it or do something else
@shahjeelani2691
@shahjeelani2691 2 жыл бұрын
Again the vid I wanted
@rakshitnegi6476
@rakshitnegi6476 2 жыл бұрын
CAN YOU TELL ME WHICH VIDEO SHOULD I WATCH TO KNOW WHERE I WOULD GET TO KNOW ABOUT OPENSOURCE,, DEVOPS REMOTE JOBS... FROM STARTING TO NOW..(UNDERSTAND CODEBASES video) plzz help
@AamirKhan-lq6jx
@AamirKhan-lq6jx 2 жыл бұрын
Hi Kunal sir.... Please make a video how to grab a faang companies as a fresher and the complete roadmap Is ur DSA with java is sufficient is projects and core subjects are needed these kind of thing please sir
@anshuofficial166
@anshuofficial166 2 жыл бұрын
I have iit mtech cse offer should I join or go for job
@akshat7364
@akshat7364 2 жыл бұрын
You r so inspiring Mann..🔥but what you doing now..as a programmer
@ranchhordaschaanchad2623
@ranchhordaschaanchad2623 2 жыл бұрын
Dev-ops ka bhi swad chakha do bhai ab🙏🏻
@KunalKushwaha
@KunalKushwaha 2 жыл бұрын
coming soon
@bilwapatel7978
@bilwapatel7978 2 жыл бұрын
Kunal do you mind if I take your teachings and it's concepts make it in my regional language i.e Kannada. People here need more exposure to it in their language to make it easy for them.
@ramswarooppadhy5865
@ramswarooppadhy5865 2 жыл бұрын
Hey Kunal your way of explaining is absolutely amazing 🤩 it's helps a lot to me. One more request pls complete the DSA Course.
@KunalKushwaha
@KunalKushwaha 2 жыл бұрын
Thank You
@frontendprintmycopy6300
@frontendprintmycopy6300 2 жыл бұрын
@@KunalKushwaha yes pls complete it
@kaustabhchakraborty4721
@kaustabhchakraborty4721 2 жыл бұрын
Kunal bhaiya to contribute what should I learn ?? Plz can someone tell me that I am really not understanding what should I learn.
@RohitSingh-fh5mh
@RohitSingh-fh5mh 2 жыл бұрын
Hi Kunal, are you planning to make tutorial on spring, spring boot, hibernate etc?
@KunalKushwaha
@KunalKushwaha 2 жыл бұрын
Check java brains channel
@thedarkhorse768
@thedarkhorse768 2 жыл бұрын
Hey, Kunal can you tell me something about CHE certificate ? Is it worth it ??
@agrim8863
@agrim8863 2 жыл бұрын
Kunal any upcoming course on Web development in near future???
@dipeshsahoo8561
@dipeshsahoo8561 2 жыл бұрын
Kunal I'm from mechanical branch graduated last year only... now I'm following your DSA course... my question is when can i contribute to open sources as I'm a noob now🙂
@NitinSharma-fh4ir
@NitinSharma-fh4ir 2 жыл бұрын
Lend khaaa
@adityanarayannayak6295
@adityanarayannayak6295 2 жыл бұрын
Now Content are Great kunal. Unless only Dsa Video Try to Upload this type of video Which intresting and Not Available in Large Number in uthhhhub.
@gowtham1427
@gowtham1427 2 жыл бұрын
Bro drop your Devops eagerly waiting
@rakhisingh9797
@rakhisingh9797 2 жыл бұрын
Kunal , is IELTS exam mandatory to get a remote job in USA.
@sougatasingha6546
@sougatasingha6546 2 жыл бұрын
No not at all This is not related to eachother from anywhere.
@ivlog4955
@ivlog4955 2 жыл бұрын
everytime kunal upload a video other than Dsa . . . Everyone in comment be like DSA chahiye mereko😌 DSA DSA #wewantdsa🔥
@chiraggoyal9646
@chiraggoyal9646 2 жыл бұрын
Bhai devops bootcamp kab aa rha hai Itna intezaar to kbhi crush ne bhi nhi krwaya😂 Just joking😜
@KunalKushwaha
@KunalKushwaha 2 жыл бұрын
jan only
@mohdhanzala2713
@mohdhanzala2713 2 жыл бұрын
You looks like hacker inyour hoodie😂
@yadvendra_shukla
@yadvendra_shukla 2 жыл бұрын
How many months of contribution required to applying on gsoc??
@KunalKushwaha
@KunalKushwaha 2 жыл бұрын
check Google Summer of Code video I did with Logan
@painsleadstogains1333
@painsleadstogains1333 Жыл бұрын
Video supposedly starts at the 5:45 mark
@rohitbaisane6712
@rohitbaisane6712 2 жыл бұрын
I was unable to find projects which use node Js
@KunalKushwaha
@KunalKushwaha 2 жыл бұрын
Lol
@ayush1344
@ayush1344 11 ай бұрын
bhai uppia ka codebase hi nahi samaj raha
@agamdeepsingh6339
@agamdeepsingh6339 Жыл бұрын
Actual video starts at 3:00
@ajays.13
@ajays.13 2 жыл бұрын
Can't wait to DevOps 😀 is it soon or at the end of the month jan
@KunalKushwaha
@KunalKushwaha 2 жыл бұрын
soon
@solmonbhoi2868
@solmonbhoi2868 2 жыл бұрын
@@KunalKushwaha DSA bhi kr do complete yar🥲
@awaisaslam9022
@awaisaslam9022 Жыл бұрын
Video answer the question at 5:40 ...
@clashofkings7
@clashofkings7 2 жыл бұрын
U made me like coding😂😂😂In college I never understood anything but after watching your videos I'm able to learn and solve questions 😂😂😂like seriously WTF is college education then? 😂😂😂why did I waste money and years going to college and getting a degree 😂😂why didn't someone like you start a program like this before I even joined college 😂😂 Well anyway I guess better late than never please continue what you're doing and help Ppl like me learn stuff and get opportunities like everyone else
@clashofkings7
@clashofkings7 2 жыл бұрын
Im a slow learner I'm taking my time learning your dsa Java course I'm still at sorting vidoes hopefully I can learn everything you put out and get some good opportunities soon.
@KunalKushwaha
@KunalKushwaha 2 жыл бұрын
you got this!
@anonymous3852
@anonymous3852 2 ай бұрын
video start at 6:00
@sriharshaananthoju8671
@sriharshaananthoju8671 Жыл бұрын
actual answer starts at 5:36
@JashAmbaliya
@JashAmbaliya 25 күн бұрын
Twilio link is not working!!
@anubhavgupta7155
@anubhavgupta7155 2 жыл бұрын
Ye thumbnail mei kaun hai ? 👀
@KunalKushwaha
@KunalKushwaha 2 жыл бұрын
Me
@zelalemmekonnen8030
@zelalemmekonnen8030 3 ай бұрын
Hey bro
@becomingbesthackerprogramm4644
@becomingbesthackerprogramm4644 2 жыл бұрын
Yo
@nonchalant007
@nonchalant007 2 жыл бұрын
@satendraraj9361
@satendraraj9361 Ай бұрын
Apni tareef hi kr rha bhai.. answer to bataya hi nhi :(
@williamventura3503
@williamventura3503 Жыл бұрын
Crack
@satyamkumar6469
@satyamkumar6469 2 ай бұрын
there is nothing I got from this video. All I saw is your flex about I was able to merge 25 PRs. 7 min wasted......
@AnujaTatpuje
@AnujaTatpuje 2 жыл бұрын
Why he is always with cap ?
@KunalKushwaha
@KunalKushwaha 2 жыл бұрын
Not always
@sumanthsure
@sumanthsure Жыл бұрын
give advice don't show off
@jimmatrix7244
@jimmatrix7244 8 ай бұрын
Hopeless!
@jj-vk5yu
@jj-vk5yu 21 күн бұрын
How to waste 7mins of your life
@painofitachi
@painofitachi Жыл бұрын
what a useless video all he said is ' it takes lot of hardwork '
@junaid_arif
@junaid_arif 2 жыл бұрын
Great Communication Skills
@yashsonawane3264
@yashsonawane3264 2 жыл бұрын
Please make a video on how you got the scholarship for KubeCon Would really love an insight in the process
@sivasib
@sivasib 2 жыл бұрын
Hi Krunal how can I contact you
@wibulord926
@wibulord926 Жыл бұрын
dude, spent 70% of time to say about what your contribution but who care ? just focus on the main thing
@naveen_Saini_1
@naveen_Saini_1 3 ай бұрын
😂😂😂😂
@catsgambit5766
@catsgambit5766 Жыл бұрын
🥲😭😭😭😭😭😭 I needed this video
@sujithsaikalakonda4863
@sujithsaikalakonda4863 2 жыл бұрын
Hi Kunal Sir. Great work for students. Can you able to make a roadmap on machine learning on were to start and what to learn please. Thank you. Stay Healthy and Stay Safe
@sujithsaikalakonda4863
@sujithsaikalakonda4863 2 жыл бұрын
Hi Kunal Sir. Great work for students. Can you able to make a roadmap on machine learning on were to start and what to learn please. Thank you. Stay Healthy and Stay Safe
What is Open Source & How to Start?
20:41
Kunal Kushwaha
Рет қаралды 320 М.
How I got a High Paying Remote Job through Open Source Contribution
15:56
I CAN’T BELIEVE I LOST 😱
00:46
Topper Guild
Рет қаралды 59 МЛН
Жайдарман | Туған күн 2024 | Алматы
2:22:55
Jaidarman OFFICIAL / JCI
Рет қаралды 1,3 МЛН
How to Contribute to Java Open Source Projects
10:59
Kunal Kushwaha
Рет қаралды 40 М.
How Do I Understand a Complex Codebase At Work?
10:39
IAmTimCorey
Рет қаралды 42 М.
Vital Tips for Learning A New Codebase Quickly For Faster Productivity
9:56
Beachcasts Programming Videos
Рет қаралды 12 М.
Don't Contribute to Open Source
9:55
Theo - t3․gg
Рет қаралды 220 М.
Contributing to Open Source for the first time
18:25
Meta Open Source
Рет қаралды 266 М.
Turning bad React code into senior React code
13:10
Cosden Solutions
Рет қаралды 86 М.
How to Earn with Open Source Contributions
24:03
Piyush Garg
Рет қаралды 178 М.
How I Learned So Many Tech Stacks in Freshman Year
10:25
Kunal Kushwaha
Рет қаралды 103 М.
How to make Pull Request and Open Source contribution
24:46
Hitesh Choudhary
Рет қаралды 9 М.