What You Need To Do To Become A Great Developer

  Рет қаралды 148,445

Web Dev Simplified

Web Dev Simplified

Күн бұрын

There are a ton junior developers learning to program for the first time. This is amazing since we always need more programmers, but it means that it is increasingly difficult to standout among the crowd of junior developers. In this video I will be sharing with you the steps that you can take in order to go from a good developer to a great developer and standout from the rest of the crowd. These are the exact steps and processes I took which made me standout far above the competition when applying for my first full time job.
📚 Materials/References:
SOLID Design Principles Playlist: • Single Responsibility ...
Design Patterns Playlist: • What Are Design Patterns?
🧠 Concepts Covered:
- What skills great developers practice
- Why working with a team is so important
- How to become better at writing clean code
- Why testing is so important
🌎 Find Me Here:
My Blog: blog.webdevsimplified.com
My Courses: courses.webdevsimplified.com
Patreon: / webdevsimplified
Twitter: / devsimplified
Discord: / discord
GitHub: github.com/WebDevSimplified
CodePen: codepen.io/WebDevSimplified
#GoodToGreat #WDS #WebDevelopment

Пікірлер: 281
@Joseph-qb1es
@Joseph-qb1es 4 жыл бұрын
This is the most under rated channel on KZbin when it comes to coding. No BS just straight talk about proper skills to get you ready. I'm glad Google AI recommended this channel to me by spying on all my devices and deducing I am in dire need of some proper coaching 🤣🤣🥺
@ChrisAthanas
@ChrisAthanas 3 жыл бұрын
Senior dev here: this advice is pure gold
@vit6723
@vit6723 3 жыл бұрын
Nicr
@purduetom90
@purduetom90 3 жыл бұрын
Couldn’t agree more!
@ivanjezakonful
@ivanjezakonful 3 жыл бұрын
Mid-dev here, absolutely agreed.
@perveenneha1423
@perveenneha1423 2 жыл бұрын
junior newbie dev here: i have to agree :D
@johnhunter4272
@johnhunter4272 2 жыл бұрын
@@perveenneha1423 same hehe
@soflogator
@soflogator 3 жыл бұрын
Eloquent Javascript was saying the same thing about prioritizing readability over performance. Great to hear you reinforce that idea.
@eduriseworld
@eduriseworld 4 жыл бұрын
Consistency is the one really important thing that I've seen people lack. They get tired of programming and switch to either management roles(where most of them fail miserably) or some other non-programmatic roles. One thing where I struggle is: Easily being distracted and if we're stuck on something for a long time, we need to take a break and work on something that you can knock off. So we keep completing our tasks and not just get stuck on something for an infinite amount of time. I know this but still, struggle a lot. Any advice would be really appreciated.
@yt-sh
@yt-sh 4 жыл бұрын
See a problem and allot a time/alarm then keep working on it till alarm you can snooze or start a new problem and keep repeating the cycle
@eduriseworld
@eduriseworld 4 жыл бұрын
@Rashed Arman Yes it is. I did it in the same way. Follow the following steps: 1. Get a learning path, you can get it online Example: learn git, html, css, javascript/python, build projects using those tech, then go for advanced tech like Angular / React / Vue, build projects in them, learn about mysql/nosql and so on. 2. Keep doing tutorials and get stuck in as many problems that you can, as more the problems more you get familiar with the technology. 3. Interviews: go out for as many interviews as you can, and take it as a learning path. you will learn more in interviews than you can do it on your own. 4. If you can't get a job, join a team for free till you're able to be really good at your skill but make sure to keep applying. Also, you can take freelancing projects or help someone in your community, like a shop around you can get their own website. Build accounting software for someone or some shop who are not tech-savvy. This will help you build a stronger resume. and there are a bunch more, let me know if you want to learn CS as we teach on YT as well as personally
@ArcaneVortex
@ArcaneVortex 4 жыл бұрын
Regarding learning I can just recommend people to use the pomodoro Method (25min learning » 5 min pause) Don't just watch courses and write along. Don't copy paste...not yet atleast. Every course teacher has a different Code Style. Ask behind the things you learn. Learn the basics. Learn by doing. Do Projects, a lot of them. For myself I find my own projects, literally just by looking around for things that could be improved or are intriguing enough to start something.
@hunggamerofficial3252
@hunggamerofficial3252 3 жыл бұрын
This is just my experience, but i also recommend you guys to do a lot of "Homework" with the programming languages, such as Python(i like Python more than Java), that will create persistence.
@SocksWithSandals
@SocksWithSandals 4 жыл бұрын
After two months, your own code will feel like someone else's and you'll be cursing yourself for not leaving comments and meaningful variable names as much as landing in a spaghetti legacy job.
@Bgrosz1
@Bgrosz1 4 жыл бұрын
Yep, this video talks about programming for someone else, but I always think of myself returning to this code a year from now. If I imagine I may have some trouble understanding it and modifying it, then I know I need to refactor some more and include more useful comments for the tricky parts.
@abhishekatnure3256
@abhishekatnure3256 2 жыл бұрын
Same happened to me
@cedrickvstheworld1810
@cedrickvstheworld1810 Жыл бұрын
Good code documents itself
@911madza
@911madza 4 жыл бұрын
The most important thing is to work on real-world problems, that you truly care to solve, keeping you passionate. Also in the spare time always keep learning new techniques and best practices from tutorials/docs and browse a lot of open source.
@WebDevSimplified
@WebDevSimplified 4 жыл бұрын
So true. That is exactly what I did to learn web dev.
@911madza
@911madza 4 жыл бұрын
@@WebDevSimplified Yup, it's crucial to understand, that becoming a developer is not a destination, but an endless road to walk. Once coding has become your second nature/daily routine, you know you are walking the right direction and all the good things will eventually come.
@parvejsolkar123
@parvejsolkar123 4 жыл бұрын
@911mazda saved screenshot of your last comment. Very well said👍
@John-kn4nc
@John-kn4nc 4 жыл бұрын
So true! been searching for docs to learn what are the best practices.
@huhuhaha290
@huhuhaha290 2 жыл бұрын
@911mazda What do you mean by real world problems?
@sranstankovic233
@sranstankovic233 4 жыл бұрын
Sadly most of job interviews are based on problem solving tasks rather then 'take home' projects etc. and requires you to prepare for job interview if you want to score the job..
@engespress
@engespress 3 жыл бұрын
Great advice. I learned so much from building my own website. It made concepts that were abstract into things that were practical and useful - examples are learning how to use "async" and "await". Real life projects are a great way of improving one's skills and it forces you to keep pushing and finding answers instead of giving up easily.
@grizzlythresher7140
@grizzlythresher7140 2 жыл бұрын
Just started watching the channel, but so far I love the content. It's less about helping people be better "Coders", and more about helping people be better Developers. Love to see it, and I look forward to binging more of these videos
@GuRuGeorge03
@GuRuGeorge03 3 жыл бұрын
having a team with all kinds of levels of programmers is what made me improve soooo much. Like not just having someone super experienced, but also some people inbetween and even some people less experienced as yourself. You get many many perspectives and you learn new things and how to improve things every day
@AmaanDevelops
@AmaanDevelops Жыл бұрын
Thank you; your videos are genuinely helpful and meticulously well-produced.
@KishenMakadia
@KishenMakadia 3 жыл бұрын
This guy is a gem. Just gave me a good start to the day! ❤️
@jeremiahmedel9608
@jeremiahmedel9608 3 жыл бұрын
My very first job and still my current job for 2 years is actually being a full-stack developer. I'm currently at the stage where I'm looking to become a better developer so I can do my job much much better! And your videos really helping me to become better. Thanks for that!
@parvejsolkar123
@parvejsolkar123 4 жыл бұрын
Another great video... thank you for posting 👍🙏
@smartguides8910
@smartguides8910 4 жыл бұрын
I absolutely agree to this video. I however can't deny that such coding challenges still help enhancing ones problem solving skills.
@outhounazakaria6899
@outhounazakaria6899 4 жыл бұрын
your method of explanation makes you the greater, thanks for the video
@mritunjay4ever
@mritunjay4ever 3 жыл бұрын
Man your view of looking at things is great.
@pastorfred2543
@pastorfred2543 4 жыл бұрын
I think having someone to review your code is an excellent point. I'm gonna find someone to review my code after here.. Thanks Sir Kyle.
@huhuhaha290
@huhuhaha290 2 жыл бұрын
How one can find someone to review their codes
@bojanadrangova7189
@bojanadrangova7189 4 жыл бұрын
This are the best tips I have seen so far, on how to become better in development. I especially agree with the part about the code challenges, I just hope more companies cop on, and don't give out algorithmic code challenges where is not necessary. This way they are loosing potentially great developers in the first step. The part about code reviews as well, In my experience a couple of months of working with a team where proper code review was done, helped me way more, compared to years of working without code reviews.
@spacecats3649
@spacecats3649 4 жыл бұрын
Awesome channel. I'm going thru a lot of depression right now and I'm finding lack of motivation to be something I gotta get thru. Thanks for making these videos!
@HarshKapadia
@HarshKapadia 3 жыл бұрын
I hope you're feeling better now 💛
@GoncaloGuitarist
@GoncaloGuitarist 4 жыл бұрын
You truly are underrated. Such an informative video! 👊
@victory_lucky
@victory_lucky 2 жыл бұрын
I so agree we this, I have spent over 3months working on a new version for an npm package for managing a database, it's one of the toughest project I have ever done but I have also learnt a lot from it.
@robertholtz
@robertholtz 3 жыл бұрын
Outstanding advice. Bravo.
@NuNaKri
@NuNaKri 3 жыл бұрын
Thanks for the video! And for the links in the info!
@ahsantahseen6531
@ahsantahseen6531 3 жыл бұрын
Thank you so much for the tips! im lacking so much potential i will def. try this!
@everyone61
@everyone61 4 жыл бұрын
I make sure the let these ads play. Information like this is very valuable Thanks Kyle
@assyaf1324
@assyaf1324 2 жыл бұрын
This is very helpful, I'm not really good at web programming so I wanted to give up, but now I realize I haven't done most of your tips, I can't give up yet.
@davidjustice2323
@davidjustice2323 4 жыл бұрын
Thank you beast, I'm gonna open the Design Pattern playlist now! 😍
@WebDevSimplified
@WebDevSimplified 4 жыл бұрын
I hope you enjoy it!
@donblack1571
@donblack1571 2 жыл бұрын
Thank you bro I needed this in my life.
@___-_-_-_-_-_-_-_-_-___
@___-_-_-_-_-_-_-_-_-___ 4 жыл бұрын
Thx for sharing dude 👍🏻
@mademoisellerose727
@mademoisellerose727 3 жыл бұрын
You are my true teacher. Thank you
@philippec4448
@philippec4448 2 жыл бұрын
Very insightful ! Thank you for this great video
@szabolcsjobbagy30
@szabolcsjobbagy30 2 жыл бұрын
All beginner level developers can be very grateful that your Fantastic KZbin channel exists 🙂, Kyle, thank you for the lots of useful tips and tricks, I am recommending your channel to everyone around me.
@alexandreduhaime8622
@alexandreduhaime8622 3 жыл бұрын
4:48 The hesitation to not make a pun (a solid understanding of the solid designer principles)
@evergreen7781
@evergreen7781 3 жыл бұрын
Thanks Kyle ❤️❤️❤️ This is so good 😍
@unleashthedog
@unleashthedog 2 жыл бұрын
I was going to mention that developers need to work in team, but I see you put that in the end too 👏 Being a developer requires not just coding chops, but also soft skills: you can be the enfant prodigie, but if nobody wants to work with you… you’re not gonna last in the professional world. I would add that you also need stakeholders, as you need the external pressure of delivering on time a good product. Not only that, but to learn to focus on the right things to develop (specs), and manage the communication and expectations. I am wondering and a bit concerned that people might think they can be a great developer by hunkering down for a year or even a few months.
@SeriesTube01
@SeriesTube01 3 жыл бұрын
I started learning Web Dev on my own on january. A few weeks ago I started this first project on my own: tracking app, to track shipping status online and display notifications on the smartphone. But I hit a wall: I know I need the mobile app and an API to fetch the information from the courier websites, but the first website I tried does not provide an API so I have to use web scraping to get data. But I want this app to be maintainable and scalable, so I can add more things to it in the future. Some people say that I should start with something simple, but no f*cking way, I want to build something good, that people really use and it's good for my portfolio. Anyway, I won't give up on this. Thank you Kyle. Great channel. Kind regards.
@denisbryukhachev3663
@denisbryukhachev3663 2 жыл бұрын
I just realized, that im not subscribed, lol. One of the best web dev channel across the entire universe :D Good job, keep working!
@lardosian
@lardosian 4 жыл бұрын
Thanks man!
@mustafasange
@mustafasange 4 жыл бұрын
Thanks for the info
@freddymercury9170
@freddymercury9170 4 жыл бұрын
always thanks your videos! it is awesome!
@brnheavymetal
@brnheavymetal 2 жыл бұрын
Wow, exactly what I was planning, after passing a time learning with courses and tutorials I start thinking about building a large fictional startup product as a Fullstack Developer and creating articles explaining the process
@dawid_dahl
@dawid_dahl 4 жыл бұрын
Great video, as usual!
@kieran7741
@kieran7741 4 жыл бұрын
Some brilliant points here. In the real world you don't need to be a algo expert. You should aim for 100% test coverage. Learn what mocking is aswell. Debugging skills are also essential.
@luisdavid4109
@luisdavid4109 Жыл бұрын
Yeah god, I really love this video! because there are so many friends trying to practice a lot of Code challenges. It is important though but not more than a readable code. Awesome video!!! Even when they see a new feature enclosed in a Class or in a new module, they tell you that it is totally unnecessary.
@rocklife1802
@rocklife1802 3 жыл бұрын
thanks you, i really want to become great developer, this video is really helped me.
@Mr.slikko
@Mr.slikko 4 жыл бұрын
Great video as usual 👍👍👍
@Adi-Cohen
@Adi-Cohen 4 жыл бұрын
Hey Kyle, could you create a series about testing, really find myself struggling with this topic, especially the combination of two frameworks like Jest and Enzyme. Thanks
@viksam009
@viksam009 3 жыл бұрын
One more little piece of advice I would like to add is, always read other people's code. If you are a newbie or a mid level dev, you have barely enough time to get something to work and you may not have the time or the skill to make the code more readable and maintainable. So if you read code written by others, you can learn something from how they structured the code, how they made the code more efficient and if they used any new techniques and that will help you write better code. If you read and write code regularly, over time you will definitely get better. Also, you can read queries on stackoverflow to learn how to find solutions for certain problems which will also help you in your coding.
@ebentee
@ebentee 4 жыл бұрын
Thanks for sharing
@coder4life
@coder4life 4 жыл бұрын
Thanks for another great video
@giorgimerabishvili8194
@giorgimerabishvili8194 4 жыл бұрын
I absolutely agree with you!
@rohitkudalkar92
@rohitkudalkar92 4 жыл бұрын
Thanks sir. This video is really helpful. Can you please make a series on react testing.like enzymes or jest. Love and support ❤️
@pritamghosh270
@pritamghosh270 Жыл бұрын
Totally agree what you said, when I was in college that time only one thing most of us used to know that just do a lot of ds and algo that's it and you surely place in big tech like Google, Microsoft etc. But in reality when I started working with Apple they really on clean code more than optimization, it's true.
@thatsalot3577
@thatsalot3577 2 жыл бұрын
I can't express how relatable this video....
@codecraft27
@codecraft27 Жыл бұрын
- Make big real world projects - Learn SOLID design patterns - Learn Testing - Code Review
@maxiequa567
@maxiequa567 4 жыл бұрын
The various types of testing you mentioned, are you planning on doing video tutorials about them?
@alexcostal3749
@alexcostal3749 Жыл бұрын
Amazing guidence 😎
@quadradosuave
@quadradosuave 3 жыл бұрын
great content! thanks
@neethism7141
@neethism7141 4 жыл бұрын
thanks!!
@copiumforthepeople
@copiumforthepeople 3 жыл бұрын
Thanks, man
@davidwu9104
@davidwu9104 3 жыл бұрын
Thanks, Kyle
@cymonevo344
@cymonevo344 3 жыл бұрын
Yes, totally agree with this. The only problem is how you tell them that you're great developer. Most of them is using problem based coding test to decide whether someone is a great developer or not. To be honest, after working for companies for years, I feel like my problem solving/algorithm skill is decreasing, instead I rather learn more about coding best practices, design pattern, etc. You just can't say, "I'm great developer I swear, try me!" after seeing your result is not satisfied. I hope companies can realize this and improve how the way they interview their applicants.
@abhishekhsharma677
@abhishekhsharma677 2 жыл бұрын
All of this is mentioned in his JavaScript course, highly recommended.
@shvm323
@shvm323 4 жыл бұрын
Thanks 😊😊
@AnnieTaylorChen
@AnnieTaylorChen 4 жыл бұрын
100% agree with you. However people do have to use codewars or leetcode to practice those so they can get into the door of the company (or their dream companies). So you need to do both. But I don't think practising algorithms alone can make you a good programmer. I think large scale real world like projects where you need to think and hopefully get feedback would do.
@80Vikram
@80Vikram 4 жыл бұрын
Thanks for mentioning about "Testing", can you please create video about "TDD" and your own experiences with "TDD" ? Thanks in advance. God bless you.
@maverickiy9366
@maverickiy9366 3 жыл бұрын
Exactly. The most valuable virtue is to write a good maintainable codebase. Even if u have to write bit more verbose code at the cost of few milliseconds , plz do so , to save the hours of new developer understanding your code.
@INetreba
@INetreba 3 ай бұрын
1. build complex project 2. write clean code using solid, patterns, 3. write tests, 4. make code review
@Yue117
@Yue117 2 жыл бұрын
Thank you, this video is what every junior should hear. Uncle bob is not far ^^
@josephwong2832
@josephwong2832 4 жыл бұрын
I agree with everything you said except that you should be practising leetcode and data structures & algorithms at the same time as this is the bar for technical interview for the top tier companies.
@johnjohnson4484
@johnjohnson4484 4 жыл бұрын
yo dawg great video. just wanna say i have the same blinds on my window. they're reallly shit and they broke super quickly. how are they holding up for you?
@WebDevSimplified
@WebDevSimplified 4 жыл бұрын
They have been working well for me but I generally don't move them up and down often.
@zfarahx
@zfarahx 4 жыл бұрын
John Johnson asking the important questions
@Jav202x
@Jav202x 4 жыл бұрын
I agree with you!!
@springtutors7338
@springtutors7338 11 ай бұрын
good suggestions bro
@theo_riveroooo
@theo_riveroooo 2 жыл бұрын
what a great video!
@sonoftroy8572
@sonoftroy8572 4 жыл бұрын
Thanks for the content web dev! and I do really enjoy spending my time coding, but at times I get stuck when I have lack of documentation about a subject I want to learn about whether it be videos or the root document source is vague, my challenge knowing how to get the relative info when online documentation can’t help me... I can’t get to the next lvl if all I see is code examples for beginners and the code example have flaws that can’t be used for production level apps or websites... so what do I do?
@ajithvencode916
@ajithvencode916 4 жыл бұрын
well said........
@carlosalarcon2737
@carlosalarcon2737 3 жыл бұрын
Thanks
@bekbull
@bekbull 3 жыл бұрын
Inspired to code aoaoooaooaoooo. You are the best code blogger.
@tryndamere9541
@tryndamere9541 4 жыл бұрын
"if you don't have someone else teaching you, it's gonna be really hard for you to learn" We have you teaching us tho And we're thankful for that
@nabiisakhanov3522
@nabiisakhanov3522 4 жыл бұрын
"You more so are writing code for the developer that comes after you and not necessarily for the computer that it's running on" what a god damn wise line dude, wish we got this written on a front wall of every fkin IT company out there
@milanraval2550
@milanraval2550 4 жыл бұрын
can you suggest some good projects to do and a community of developers about which you were talking in video
@bubadibaka2974
@bubadibaka2974 4 жыл бұрын
Thanks dev ed . I'm subscribe
@sundermehra
@sundermehra 4 жыл бұрын
amazing man.
@debmallyabhattacharya4394
@debmallyabhattacharya4394 4 жыл бұрын
Thank you
@thomasterance98
@thomasterance98 4 жыл бұрын
You are a legend🔥
@lilyliciousss
@lilyliciousss 4 жыл бұрын
my fellow bootcampers would look at me funny when I'd say I want to focus strongly on writing clean code and testing rather than cramming a bunch of technologies... guess I was on the right track!
@jimmyjiang7494
@jimmyjiang7494 4 жыл бұрын
Hey Kyle, For example, what kind of projects should we do? I am still a college student.
@FreeSkypeGenerator1
@FreeSkypeGenerator1 Жыл бұрын
thanks
@racecarjonny8460
@racecarjonny8460 2 жыл бұрын
All you said is really really true. But, if you don't know how to solve those leetcode problems you will have a hard time getting a job. I will tell you a story of mine. I applied to a company and because I had all the skills they said that were needed for the position, I was very excited and wanted this job. They said they don't care about degrees and they only care about if the person have necessary skills to do the job. So, they sent me a really long question paper. I was very impressed by the question paper because I enjoyed answering them. They asked very language specific questions and some front end framework related questions. It took me 3 days to answer all of them. Then they invited me to the 2nd phase. They sent me few projects to build and these projects were not simple ones. I worked really hard on the projects and finished the projects in 6 days. I was very confident. They invited me for the last phase which was in-person interview. And guess what they asked? They asked me these leetcode-kind problem solving questions, which obviously I couldn't perform well in and didn't get the job. So, yes, it is very important to solve leetcode questoins.
@khairiyusoff5040
@khairiyusoff5040 Жыл бұрын
What kind of company taking you 9 days to complete a project? Is this normal interview process in your country?
@racecarjonny8460
@racecarjonny8460 Жыл бұрын
@@khairiyusoff5040 No, every company is different when it comes to hiring.
@some5794
@some5794 Жыл бұрын
What type of projects do you recommend? I’ve been having issues finding out what to build
@vngaminghindi2472
@vngaminghindi2472 4 жыл бұрын
I love your Hair Style Bro 🔰
@fabienbrocklesby
@fabienbrocklesby 4 жыл бұрын
Hi, Im 12. Im learning Node At The Moment And Am Developing An App, I Just Wanted To Let You Know How Much Of A Help You've Been To Me! Thank You!
@kieran7741
@kieran7741 4 жыл бұрын
Good going. It's great to see you involved in coding from a young age, keep it up 💪🏻
@leahj6214
@leahj6214 4 жыл бұрын
I'm 32 and learning Node ;) -- wish I had learned it at your age! I think it's great that you're interested in web dev and learning it now! Keep up the good work!
@makotomiyamoto5249
@makotomiyamoto5249 4 жыл бұрын
@@leahj6214 it's never too late to learn ^-^
@awekeningbro1207
@awekeningbro1207 4 жыл бұрын
When i was 12, i used to eat soil. You are on right track, kid.
@hafizurrahmanfahim8820
@hafizurrahmanfahim8820 4 жыл бұрын
I'm 15 and I have learned nodejs , express etc and now I'm making an web app😐
@manjuprabhuv
@manjuprabhuv 4 жыл бұрын
Completly agreed, especially if a person is new to software development. However- A person who writes well written code but not great at DS&algo = $100k/year A person who is ok at writing well written code but great at DS&Algos= $250k/year
@yosuanicolaus
@yosuanicolaus 2 жыл бұрын
$100k already sounds like a paradise for me
@booombaaam2370
@booombaaam2370 2 жыл бұрын
The need for ds&algo is almost negligible in day to day work due to various frameworks and libraries that handle all of that in the background. It's only used mostly in interviews.
@billelguechi5831
@billelguechi5831 4 жыл бұрын
you deserve 1M subscriber bro
@haciendadad
@haciendadad 3 жыл бұрын
Wow, the honest truth!
@18nikhilchauhan80
@18nikhilchauhan80 4 жыл бұрын
great video
@Skia_
@Skia_ 4 жыл бұрын
Mate, could you release a series of tutorials on how to go about implementing IoC and DI container in Nodejs? I know that there are a couple libraries that take care of this (BottleJs, inversifyJs...)
@kumarshubham2812
@kumarshubham2812 2 жыл бұрын
could you please suggest some projects. Thanks for making such great videos!!
@harshdasila6680
@harshdasila6680 2 жыл бұрын
can we code together?
@mayank_upadhyay_19
@mayank_upadhyay_19 3 жыл бұрын
Maybe because these companies don't see it just from DS and algorithms point of view but problem solving point of view. If you can solve a problem in 30 minutes with your code while the other person take 3 days for the same problem, there is unprecedented advantage you will have over the other person. Although over the period of time, most of developer's figure it out that bad code won't take them any further.
These Mistakes Almost Stopped Me From Learning To Code
11:34
Web Dev Simplified
Рет қаралды 167 М.
Each found a feeling.#Short #Officer Rabbit #angel
00:17
兔子警官
Рет қаралды 7 МЛН
Sprinting with More and More Money
00:29
MrBeast
Рет қаралды 174 МЛН
Please be kind🙏
00:34
ISSEI / いっせい
Рет қаралды 36 МЛН
How to Land a 100K/yr Tech Job - 10 Strategies
11:17
Fireship
Рет қаралды 1,2 МЛН
Before Your Next Interview Watch This
14:18
Web Dev Simplified
Рет қаралды 143 М.
How To Be A GREAT Programmer
17:41
Continuous Delivery
Рет қаралды 74 М.
Why I Get Up At 5AM And Why You Should Too
9:51
Web Dev Simplified
Рет қаралды 214 М.
The 10 Types of Programmers you'll encounter.
17:37
TechLead
Рет қаралды 596 М.
How To Get Ahead of 99% Of Developers
13:00
Web Dev Cody
Рет қаралды 131 М.
Fastest way to become a Web Developer in 2024
9:47
Sahil & Sarra
Рет қаралды 524 М.
Advice from the Top 1% of Software Engineers
10:21
Kevin Naughton Jr.
Рет қаралды 3,2 МЛН
Why I Love Being a Software Engineer
8:53
Marko
Рет қаралды 754 М.
Each found a feeling.#Short #Officer Rabbit #angel
00:17
兔子警官
Рет қаралды 7 МЛН