How To Get Ahead of 99% Of Developers

  Рет қаралды 130,068

Web Dev Cody

Web Dev Cody

Күн бұрын

shout out to Melkey just because I think he is cool
yt: • How to Get Ahead of 99...
twitch: / melkey
📘 T3 Stack Tutorial: 1017897100294.gumroad.com/l/j...
🤖 SaaS I'm Building: www.icongeneratorai.com/
▶️ Generate Chapters: ytchaptersgenerator.com/
💬 Discord: / discord
🔔 Newsletter: newsletter.webdevcody.com/
📁 GitHub: github.com/webdevcody
📺 Twitch: / webdevcody
🤖 Website: webdevcody.com
🐦 Twitter: / webdevcody

Пікірлер: 261
@WebDevCody
@WebDevCody 4 ай бұрын
this helped me reach my clickbait title quota for the year, sorry
@ajoykrdas
@ajoykrdas 4 ай бұрын
Taking the bait was worth it though.
@spapafot
@spapafot 4 ай бұрын
How To Get Ahead of 99% Of KZbin Coders :D
@berndeveloper
@berndeveloper 4 ай бұрын
😂
@WebDevCody
@WebDevCody 4 ай бұрын
@@jonasjonaitis8571 😂 I know a lot of people who don’t read the docs. The bar is low
@tamathacampbell4985
@tamathacampbell4985 4 ай бұрын
"Click-bait" or not, it's useful to hear various people's views on the important things to know. Happy New Year!
@TheRcfrias
@TheRcfrias 4 ай бұрын
Another thing is really important is to start asking yourself the question Why? Instead of just doing what is trending or what most people tell you to do.
@orcdev
@orcdev 4 ай бұрын
Totally agree on this one!
@meetdesai158
@meetdesai158 4 ай бұрын
Why use Java If I am comfortable with C#
@PASTRAMIKick
@PASTRAMIKick 4 ай бұрын
exactly, always ask what the purpose of a thing is, if the answer is just "it's a trendy tech" might as well skip it.
@izakbhere8079
@izakbhere8079 4 ай бұрын
My answer is that, because I’m a Muslim, many other jobs make me compromise on my religion. 1. Medical - too much time, time which I would like to learn and teach Islam. Also don’t want to interact with women who are strangers. 2. Engineering - women. Islam prohibits unnecessarily interacting with women. Even though it might be valid as it is a need, frankly, I have a strong desire for women, and I’m afraid being near them could cause me to form relationships against my religion. 3. Anything to do with banks - interest. Interest is completely forbidden in Islam. 4. Cooking - women. 5. Teaching - women. Etc you get my point. But CS is one of the only professions where I can limit the negative aspects of other careers. Also I can move to a Muslim country while working remote on my job.
@dervaken3902
@dervaken3902 4 ай бұрын
​@izakbhere8079 you won't last long if that's the only thing that drives you
@MouseCodes
@MouseCodes 4 ай бұрын
1. Read the docs 2. Write tests - unit testing with jest and vitest - e2e with cypress and playwright - integration testing, api testing - test containers 3. Learn to write documentation 4. Collabrate with other devs 5. use Debuggers 6. understand CORS
@WebDevCody
@WebDevCody 4 ай бұрын
No, not understand cors, understand why bugs are happening and learn from those mistakes. I probably shouldn’t have mentioned cors at all 😆
@Variant_Delta
@Variant_Delta 4 ай бұрын
@@WebDevCody This was actually a funny one as CORS is a nightmare for a lot of developers lmao, thanks for the vid, good tips for a short one !
@thefart
@thefart 4 ай бұрын
5. use Debuggers LMAO
@BusinessWolf1
@BusinessWolf1 4 ай бұрын
this.
@torcher5023
@torcher5023 4 ай бұрын
Cringe. Can you compute in-place fft? No? You're code monkey then, not a developer.
@Zvangimo
@Zvangimo 4 ай бұрын
This is goldeeeeeen! Found your channel few hours ago and this video alone is far better than most channels with millions of subscribers. Thanks for transparent information!
@svenkang7356
@svenkang7356 4 ай бұрын
I think these are great indicators of quality experience. There's a lot of developers that build years of experience and yet do not have the depth of these skills. I have seen many developers say things like "I don't like documentation" but they have never written much documentation to begin with. Similarly, they say things like "we need test 100% coverage" when they have never actually written that much test at all or don't know what it takes to get there and why. The more you try difficult things in real life, you run into challenges and limitations you never knew before, and or become more convinced by the values and benefits these practices bring, which leads to having more nuanced and "deeper" level of skills.
@Lexaire
@Lexaire 4 ай бұрын
Learn to Collaborate is #1, because a senior dev can tell you about all the others and show you how and when to use them.
@filipniklas
@filipniklas 4 ай бұрын
Solid advice! I enjoy documenting, it's like the finishing touches to the code and helps me to check in if I really understand what I'm doing. If you can't teach it to others, you haven't really learned it.
@skyhappy
@skyhappy 4 ай бұрын
In my internship I was surprised how little people documented. If I ran into a problem that I thought others would face, I will documentation on it.
@quantondev
@quantondev 4 ай бұрын
Thanks. Altought having 3 years of experience in this field I still feel amateur compared to you guys. Appreciated for this type of guideline. This will help me greately in my next couple of months of improvement. I mean learning is forever but I will be learning some of the things in this to improve myself and more later on.
@2k10clarky
@2k10clarky 4 ай бұрын
Another bonus one I would suggest if you are looking to go down the senior path is presenting to a group. So becoming a subject matter expert on something higher level and not company specific and then having deep enough knowledge to talk about it to a group. Some examples of the top of my head, messaging, event driven architecture, my current favourite topic - code quality. Obviously it really helps if you have a genuine interest in the subject and if the company dismiss it as not being relevant to them then maybe that’s a sign the company isn’t a great fit
@dhanesh.s
@dhanesh.s 4 ай бұрын
The cors error got me thinking 😂😂 Thank you for this video. Really appreciated m
@MadaAdrian
@MadaAdrian 4 ай бұрын
Great video again. I really appreciate what you are doing. I am totally agree with all those points. Thanks for this type of content.
@notril5460
@notril5460 4 ай бұрын
Great video as always. Thank you for doing it
@jonatanmoussandao397
@jonatanmoussandao397 4 ай бұрын
Great topic. I think what should be added could be learn to share your knowledge that will help solidify it (as you’re doing it). It can be writing it in blogs, doing in person tutorials or online etc
@danielvlassov
@danielvlassov 4 ай бұрын
About to graduate and super glad that in the points mentioned, I've done with my mentor in my internship terms thus far. Started with a refactor for DI, then writing tests, given a week to read on specific docs, then implement collaboratively. I like it and I learned alot from it!
@kylonguyen-we5mx
@kylonguyen-we5mx 4 ай бұрын
Hi Cody, this is the perfect video for new year as a developer. Thank you! Much appreciated!
@keshavakumar9828
@keshavakumar9828 4 ай бұрын
You are the bigbrother everyone wants in their life. Always guiding & giving genuine advice. Everytime i come to your channel i learn something new, it has shaped me to become a better dev in my community. Thank you
@WebDevCody
@WebDevCody 4 ай бұрын
Thanks man I appreciate that!
@pachvandio
@pachvandio 3 ай бұрын
Outstanding advice. I wish I had watched this video 9 years ago when I started learning to code. It would have saved me A LOT of headaches. You people starting your dev career recently pay attention to this and put it into practice.
@Goyo_MGC
@Goyo_MGC 4 ай бұрын
Great topics to improve in your career ! I would emphasis even more the need to be able to "share knowledge". It does enter in few of your points but i truly believe that you are getting proficient with a tool only once you are able to explain it. Also being able/being acustomed to talking to people/ group of people is one of the best softskill to have !
@SecAllTheWay
@SecAllTheWay 4 ай бұрын
'share knowledge' is so important, many devs have the view that if they share, then their importance is reduced:( Wherever I worked, created a knowledge base that anyone in the team - present and future - can refer. The way we have solved a problem in one project comes in handy for something else too.
@willcullen8333
@willcullen8333 4 ай бұрын
Great content man, keep it up
@RollforDrama
@RollforDrama 3 ай бұрын
I often find that reading the source docs / tutorial makes a lot more sense after struggling through YT tutorials first, lol. Often the docs show 1 implementation and expect the dev to be able to do other permutations of it (which is fair), so i like to see a few different ways thigns are done, then i go back through and read them again.
@acollierr17
@acollierr17 4 ай бұрын
An important thing I learned, especially with my hobby projects, is to take a break and return later with a fresh pair of eyes. Sometimes, that may result in “sleeping it off.” You already know the answer, but you can’t get to it. Coming back after a lunch break or KZbin break and having the solution instantly come to mind is refreshing!
@MrWololo90
@MrWololo90 2 ай бұрын
Experimented with the pomodoro technique and that really boosted my clarity and productivity and also made me enjoy solving problems even more. So 25min work, 5 min break, 25min work 5 min break. Great stuff
@thru_and_thru
@thru_and_thru 3 ай бұрын
Wow listening to this makes me feel very grateful that I am on a team that has enforced a lot of these daily practices on me over the past 2 years. My brother has been a dev for 10 years and has never written a test. At my job I cannot get a PR approved without full test coverage on any code I write. I’ve learned to really enjoy testing.
@code_kage_247
@code_kage_247 3 ай бұрын
Great content u always got, you are one of the realiest developer not the "content creator developer" type. I believe beginners should learn this before even start to learn coding. After entering the real programmng world it felt like I was always only learning how to type.
@AndrewLiu1
@AndrewLiu1 4 ай бұрын
great tips! it'll be cool if you went in depth in each of these sections, especially testing and debugging
@enderxeno14
@enderxeno14 4 ай бұрын
Great video ❤ Your videos are always enlightening specially for a beginner like me. Appreciate the effort and sincerity you put in them.
@alexandrkalabin7645
@alexandrkalabin7645 Ай бұрын
4:10 - unit testing with jest and vitest - e2e with cypress and playwright - integration testing, api testing - test containers
@weider9968
@weider9968 3 ай бұрын
Thanks for the helpful video! Regarding the "Learn to write documentation" point, I don't have a lot of experience with writing documentation, but I really want to learn how to do it. Do you have any advice on how to become better at this? I often struggle to know where to begin, what to include, and how to make it detailed but not too overwhelming. I would appreciate any guidance or your thoughts on this. Thanks!
@Reklamorkestern
@Reklamorkestern 4 ай бұрын
always useful content from senore cody
@bikramsarkar8544
@bikramsarkar8544 4 ай бұрын
These are great indicators of a good dev, not sure about 99% ahead but I am sure, will be far ahead than many devs out there.
@Ryan-ul7dy
@Ryan-ul7dy 4 ай бұрын
The collaborative part is my weak point. I can sit down, enter the zone, and be extremely productive in the absence of the distractions of another person. I value collaboration more in the early stages during brainstorming sessions when we're figuring out the best architecture and stack to use.
@jazzdestructor
@jazzdestructor 4 ай бұрын
Hey Cody could you make a video on how to use Debugger? in Node or Frontend?? i know how to add debuggers when a code gives error and i can move to that specific line in sources but need more clarity on how backend does it? or if any way to add breakpoint on FE
@user-yf5tv8hi3e
@user-yf5tv8hi3e 4 ай бұрын
Was anyone else bothered that the 6) point wasn't in all caps like the rest?
@prashlovessamosa
@prashlovessamosa 4 ай бұрын
Hey Cody I am struggling to implement real time cursor with sockets can you please make something related to this it would too much helpful.
@omega_sine
@omega_sine 4 ай бұрын
I would also recommend learning multiple programming languages if you’re only familiar with one. Even if you never end up using that language professionally each language is good at solving specific problems in specific ways, letting you see problems in different lights. You can take that new view when you go back to the language you’re working in professionally.
@night23412
@night23412 4 ай бұрын
excellent vid!
@devchannel5232
@devchannel5232 4 ай бұрын
I totally agree with testing. There are only dump examples on KZbin (testing add function). But testing can get so hard and I really struggle a lot with it (mocking, stubbing etc.). Maybe u can provide a good useful insights how u handle it with real examples? Would be great!
@coalitea
@coalitea 4 ай бұрын
A quick way to learn is understanding the concept first, then implement it. Then repeat the same with another technology and do your analysis, or read up why certain technology is preferred for which situation
@mohessaid
@mohessaid 4 ай бұрын
Great video!
@IkeVictor
@IkeVictor 4 ай бұрын
this was very useful to me. thanks
@dandogamer
@dandogamer 3 ай бұрын
What's your thoughts on pair programming?
@christianarroyo3033
@christianarroyo3033 4 ай бұрын
WOWW the CORS call out. I'll learn CORS when the stack overflow directions stop working for me!
@WebDevCody
@WebDevCody 4 ай бұрын
😂
@mustafazakiassagaf1757
@mustafazakiassagaf1757 4 ай бұрын
extra tips that helps me a lot. -read the source code of open source software/lib that you use. try to understand it. -read the issue pr on those projects. you'll learn the reason why they choose that approach. -try reinvent the wheel. make a clone of open source software that you use. then compare the code. -try to code one abstraction lower. if you code react, try to code fe with vanilla js. try to bundle on your own. if you code backend, try to not use framework. try to make your own http server.
@WebDevCody
@WebDevCody 4 ай бұрын
Reading other code is definitely helpful!
@youssefbadzi945
@youssefbadzi945 3 ай бұрын
Correctly logging and parsing logs is also very important
@alastairtheduke
@alastairtheduke 4 ай бұрын
When I code , i like to keep an outline of what I am doing and why and highlight only one task at a time.The reason is that this prevents me going down rabbit holes, it also lets me pick up right where I left off because I have my thought process written down in an outline format. Also, I will in the future think of something and know that I have thought of this before, so this lets me search through my thought process from the past. It takes a little bit more time, but it's worth it and saves me time in the long run.
@WebDevCody
@WebDevCody 4 ай бұрын
Good suggestion!
@happywhale1786
@happywhale1786 4 ай бұрын
I'm forced to do so recently. I'm amazed by how much time it saved.
@mattlutz1105
@mattlutz1105 3 ай бұрын
I’d like to see you and Theo have a debate about unit testing
@wisdomeshiet4259
@wisdomeshiet4259 4 ай бұрын
Do we test every applications including crud and web apps that consume api?
@AlejandroVales
@AlejandroVales Ай бұрын
You missed I would say one of the base ones which is KNOW how to be a master at version control. GIT is incredibly important, and one of the key tools that you need to know. You can't imagine how many developers are just completely clueless about how to properly use it
@joseph5413
@joseph5413 4 ай бұрын
I tried to learn a framework by reading its documentation, and I found it extremely challenging because most of the time, the documentation lacks good examples. I feel lost and unsure of how to apply an object or class in the code.
@kabirgaire8708
@kabirgaire8708 2 ай бұрын
Love your videos.
@iamronish007
@iamronish007 4 ай бұрын
Hello cody, Im having some doubt pls ellaborate Currently i have done todos,imdbclone,blog website with crud feature and some static site in web using next js react react query tailwind css node js and express js And i am currently learning / making blog site in app using expo react native i also completed imdbClone in react native. The main thing is that sometimes i get stuck inbetween in js.so im currently learning js from scratch its like im reading eloquent js book after that should i start applying for job? (Ps:Blog site in web is my biggest project that i have done there is implementation of auth and many more feature like user signin signup forget password etc etc so give me some puece of advice )
@WebDevCody
@WebDevCody 4 ай бұрын
It doesn’t hurt to just try applying now, but if your biggest app is a blog site you need to work on something larger. Integrate with stripe, add authentication, have a database, send out emails, etc
@iamronish007
@iamronish007 4 ай бұрын
@@WebDevCody okay sire
@dranon0o
@dranon0o 4 ай бұрын
It's not really how to get ahead of 99% of developers It's how to just be a professional and actually bringing value Everything you said is what we do everyday That's supposed to be normal
@abdikadirQulle
@abdikadirQulle 4 ай бұрын
Thnaks
@TheRcfrias
@TheRcfrias 4 ай бұрын
In the ideal world, this all would be awesome. Unfortunately a lot of companies prefer the quick and dirty approach. Obviously a PITA for us developers, but we need to get with the flow most of the time. That sucks. 😢
@webunlocked
@webunlocked 4 ай бұрын
The most important thing is to understand the stakeholders' requirements and build the feature in time. Again, this is a broad area but if you can do it then that means that you are a great problem thinker, can know how to fix bugs and use debuggers, work in a team and lead them (if that is the case), and overall talk, deliver updates to the stakeholders. This is a crucial skill for software developers.
@DanishTroll87
@DanishTroll87 4 ай бұрын
As a beginner what i find bothersome with documentations is that it feels like unless you're already very experienced, you understand nothing from it. For example it will say to integrate our feature X you need to do Y. Problem is that many of us don't even know how to do Y to begin with, yet alone implement X after.
@ivozubovic3848
@ivozubovic3848 4 ай бұрын
Since the title says "99% of developers", I'm going to assume you aren't just talking about web developers. These are mostly good points but they are not going to get you ahead of 99% developers. Maybe you could argue 90%, but even that is too big of percentage in my opinion. I would say these are mostly basic skills, except maybe mastering debugging . Debugging and profiling of a complex system, like for example Linux kernel or a 3D graphics engine, can sometimes be really hard.
@playboycity
@playboycity 4 ай бұрын
I agree none of this will get you ahead of 99% of developers, with enough experience every dev will eventually work through these points, no real advantages here
@tacowilco7515
@tacowilco7515 4 ай бұрын
About step 2. Whenever I bring up these kind of questions, I always feel weird because most of the answers I get "Yeah, this is a good question, what do you think about it?". I just gave up. At this point I always consider worst case scenario when I write code. Always add layers of data abstraction.
@lemurza5236
@lemurza5236 3 ай бұрын
Ive never worked anywhere where testing is optional. No code gets in main without a unit and integration test
@maxpapirovnyk4304
@maxpapirovnyk4304 3 ай бұрын
I 100% agree!
@j.r.r.tolkien8724
@j.r.r.tolkien8724 4 ай бұрын
I watched Melky's video and he raised some valid criticism of KZbin content creators. My take is that if the answer to this particular question gains popularity then it's not the right answer. One has to go to extreme lengths in order to achieve what the vast majority couldn't. For me, I would expect that specialization is a prerequisite for mastery. I appreciate your perspective though. The current job market for developers requires a wide array of skills. And so being a generalist could pay off in one way or another.
@WebDevCody
@WebDevCody 4 ай бұрын
The truth is there isn’t a right answer. It’s honestly just a click bait title which gets views
@j.r.r.tolkien8724
@j.r.r.tolkien8724 4 ай бұрын
All titles are click bait in some sense. @@WebDevCody
@mehdiyahiacherif2326
@mehdiyahiacherif2326 4 ай бұрын
there is also another thing , Do not underestimate yourself, sometimes i see some people with great skills , and somehow they are affraid of even taking a junior level interview, i am sure a lot of those who saw the video already know all of these things, and yet they think they are bad 2 things you forgot : 1 - do the actual thing , CODE , this is how you will be better, you will be able to code without reffering to many docs or google searchs 2 - learn version control and have good habits on commit messages and branch naming
@seiakari
@seiakari 4 ай бұрын
"Learn to write unit tests" I cheer ".... and documentation" my nemesis But for real, excellent information.
@licriss
@licriss 4 ай бұрын
A lot of us log debuggers have used debuggers then turned back, especially watching people using debuggers repeating runs so much I've found log debugging does two things better, you don't need to rerun the same thing as much because you can look back at previous runs' logs, it encourages you to add more information to logs so they're actually useful for when you have prod issues or complaints (I've seen so many logs that just say an event happened with no context information at all and its often nearly free to add all of the potentially useful context information even just as a text dump) That said I still use a debugger but usually only for investigating issues with a library I've imported that I might be misusing or that might have a bug itself and doesn't have enough logging available for me to dig deeper otherwise.
@adityashukla7849
@adityashukla7849 4 ай бұрын
Learning to collaborate is going to be the thing I'll focus on from now. It's very difficult for me.
@codingisamazing
@codingisamazing 4 ай бұрын
how can you do pair programming remotely and both of you use an ide?
@WebDevCody
@WebDevCody 4 ай бұрын
There is tooling to allow screen control, zoom has one built in, we also use one called pop which allows screen control
@thulinh1723
@thulinh1723 4 ай бұрын
Thank you Cody!
@daysaversVideos
@daysaversVideos 3 ай бұрын
I would add practice and build things.
@ilovelctr
@ilovelctr 4 ай бұрын
Funnily, most people I know like to neither read or write documents. I don't think most of those who don't like reading are to blame by any stretch of the imagination. It is very much conceivably arduous and frustrating to go through a wall of dull texts even for the most avid readers. Adding a literary spin is essential to making one's doc fun and easy to comprehend, and exquisite writing keeps yourself engaged to the fullest as a doc writer too.
@rand0mtv660
@rand0mtv660 4 ай бұрын
Yeah it's hard to keep docs detailed, but still engaging. From my personal experience, per project docs are way overrated. Yes, having simple onboarding docs to be able to set up the project is great and does make sense, but anything beyond that can be a huge waste of time. I've seen it many times that people complain that something doesn't exist in the docs when it does exist and I've seen it that even if super detailed docs do exist, people still go to Slack/Teams and ask devs directly instead of trying to search in docs first. I've been a huge proponent of writing docs in the past, but after seeing docs just get ignored by many on many occasions, I'm a proponent for not documenting project intricacies and just having onboarding docs. And also, keeping docs in sync with code/architecture is just super tedious. If you are building a library/framework, that's a totally separate topic and those do require detailed docs in order to be more usable.
@AutomatePlease-zk1ph
@AutomatePlease-zk1ph 4 ай бұрын
What about algorithms and data structures?
@WebDevCody
@WebDevCody 4 ай бұрын
Eh I don’t find them useful outside of interviews. I’ve never solved a dynamic programming problem at work, and I’ve only had to recursively traverse a tree once or twice in my career
@abrahamsimonramirez2933
@abrahamsimonramirez2933 4 ай бұрын
I don't like react even if it's easy, I'll just use Svelte or something similar plus my other programming languages and some of the frameworks I like.
@Coral_dude
@Coral_dude 4 ай бұрын
I cannot explain the level of DUH BRO and yes this is absolutely true and gold. I have 5+ years exp and went 0-60 real quick started from the bottom now we here. 😁Theres no short cut for doing this stuff other than having processes in place that consistently yield similar results.
@lahoriji5828
@lahoriji5828 4 ай бұрын
I do most of these practice daily 😎. But thanks i was not aware....
@br3nto
@br3nto 4 ай бұрын
11:31 To be fair, null reference error messages are terrible. The compiler could actually help and say which variable or chain of variables is null and specify the method or member that is being called on that variable/chain.
@ultrahash
@ultrahash 4 ай бұрын
how do you manage writing code in multiple language without getting confused in using methods .. 😁👨🏽‍💻
@SirusStarTV
@SirusStarTV 4 ай бұрын
arr.length, arr.Length, len(arr), count($arr)
@SeibertSwirl
@SeibertSwirl 4 ай бұрын
Good job babe!
@smrgrg
@smrgrg 3 ай бұрын
Thanks for info. Just letting u know yt chapter generator and ur website link is not working.
@WebDevCody
@WebDevCody 3 ай бұрын
Yeah I broke it all on accident. I’ll work on fixing it again
@karanmeghe1909
@karanmeghe1909 4 ай бұрын
Testing is important but tbh i hate to write test , sometimes it felt like god no. if it is working perfectly on manual testing then why to write , just hate testing stuff.
@marcociau3987
@marcociau3987 3 ай бұрын
Great. Is frustrating when you're a collaborating with some devs and they provide poor documentation of their projects and don't understand how to make a code review, open a PR, etc.
@AlThePal78
@AlThePal78 4 ай бұрын
this is great but I have issues reading many docs. They give you information for a more advance user so what I read makes no sense. So I need to understand it all but I don't even know enough to understand what the doc is telling me a lot
@AlThePal78
@AlThePal78 4 ай бұрын
do you have a few videos on testing because I don't understand that at all. Like when I think of test I think of actually using it
@WebDevCody
@WebDevCody 4 ай бұрын
I have a few, but not that many. maybe I'll make more
@rand0mtv660
@rand0mtv660 4 ай бұрын
I think just being curious can get you to be way above average. Oh you are curious about testing? Just go and experiment with it. Oh you are curious how other people do architecture? Find an open source project and go and look at it. Many developers say "yeah I really like programming, I like learning new things", but they never actually do try new things or even just read about them.
@aaronsanders6162
@aaronsanders6162 4 ай бұрын
Unless you’re getting something out of being a coding genius, probably not the most important thing to fixate on
@rand0mtv660
@rand0mtv660 4 ай бұрын
@@aaronsanders6162 it's not about being fixated on a single thing. It's about being curious about programming in general. Being curious and genuinely interested in programming advanced my career the most I would say. If you are trying to be a programmer for the money and just want to do your 9-5 and not think about it anymore, you will most likely be average, if you even manage to get into the field. Of course, exceptions to the rule exist.
@WebDevCody
@WebDevCody 4 ай бұрын
I agree, some of the most talent devs are the ones I know who always ask why and try to figure out how stuff works instead of just fixing it and moving on. It’s a trade off though because those types of developers can often waste days being too curious while the client is wondering why that feature you just demoed isn’t done yet. Knowing when to move on and revisit later is an important learned smiles
@rand0mtv660
@rand0mtv660 4 ай бұрын
@@WebDevCody yes, absolutely true! Knowing when to stop doing something is also a skill.
@britannio
@britannio 4 ай бұрын
8 hours of pair programming a day? Am I missing something or does this effectively half productivity (two devs become one)? Is this always followed up with code review in pull requests? I treat pull requests as async pair programming.
@WebDevCody
@WebDevCody 4 ай бұрын
Pair coding removes the need to do thorough code reviews. My biggest argument in support to pair coding is “have you ever been stuck on a bug for hours just to have one person help you solve it in 5 minute? That’s what pair programming provides, but the entire time you code”
@kpopcat_official
@kpopcat_official 4 ай бұрын
Do you want to maybe make some videos about some real examples of testing? I still don't have a clear understanding of what to test and when to test so I just go ahead and test on the running application every time instead of thinking about writing tests.
@Thomas-1023
@Thomas-1023 2 ай бұрын
I'm obsessed with this content. I had the pleasure of reading something similar, and I was completely obsessed. "Mastering AWS: A Software Engineers Guide" by Nathan Vale
@edge0601
@edge0601 4 ай бұрын
SRS also contributes a lot
@KrishnanshAgarwal
@KrishnanshAgarwal 4 ай бұрын
what browser do u use ????
@WebDevCody
@WebDevCody 4 ай бұрын
Chrome
@KrishnanshAgarwal
@KrishnanshAgarwal 4 ай бұрын
@@WebDevCody but isn't that privacy invaiding ? i use brave with duck duck go
@Meleeman011
@Meleeman011 3 ай бұрын
i don't want to work at a place that tests tbh.
@ramonbsales
@ramonbsales 4 ай бұрын
Good
@seasong7655
@seasong7655 4 ай бұрын
I love reading the docs or asking chatgpt only for it to not even work 😅😅
@cas818028
@cas818028 4 ай бұрын
You can actually get an ahead of I would say 100% of the devs out there. If you learn to put the product you’re working on first and have a product based mind. Next.js and your bubble sort algorithms are worthless if you can’t understand the product your building. Learn to know the product better than your product owner and you will go very very far in a company
@pierreollivier1
@pierreollivier1 4 ай бұрын
easy learn a system level programming language, learn assembly, C, Zig, Rust, implement your own memory allocators, your own top descent parser/compiler, build a kernel, a fuzzy finder. Learning a framework, or stupid fluff like design patterns won't get you far. Learning communication, stress, expectation and time management and all the soft skills necessary is really important too, learning DTS, building useful stuff.
@jonintc
@jonintc 4 ай бұрын
You missed a big one and that is to build projects. It's especially useful for new developers and unemployed developers.
@neofox2526
@neofox2526 4 ай бұрын
but other youtubers say that this vid is more for the stuff that goes under the radar
@random-0
@random-0 4 ай бұрын
why do I feel like he is talking abt one of his juniors developers 🤣
@WebDevCody
@WebDevCody 4 ай бұрын
If the shoe fits 👀
@27sosite73
@27sosite73 4 ай бұрын
ty mate 😢
@ninie1205
@ninie1205 4 ай бұрын
Pair programming is not what it seems. Apart from being very exhausting, Its only purpose is to sequeeze more work out of you and to optimize the slave work in a team. Imagine coding and being in a meeting at the same time 8 hours a day
@WebDevCody
@WebDevCody 4 ай бұрын
It’s not for everyone, but I find it actually helps you code higher quality software and work through bugs faster. It can be exhausting to some, so 8 hours a day might be extreme, but letting devs just work on their own stuff in isolation is also a recipe for disaster. It leads to people spending a full 5 days trying to solve issues that someone else could maybe help fix in 30 minutes
@ghostinplainsight4803
@ghostinplainsight4803 4 ай бұрын
It invigorates me, it help's teach junior and mid developers useful technical and problem solving skills and it's 2 sets of eyes to find bugs. I just wish I could do it more often than 2 hours per week on average. I need to find a new job.
@TheRealWurstCase
@TheRealWurstCase 4 ай бұрын
@@WebDevCody Although its proven to work in the right teams, it mostly doesn't and the worst part is that a lot of companies try to force it - which is the worst idea possible. So while it can be a good skill to have, i don't think it will make you that much better as a programmer compared to the pother points you made. Also i think if a programmer spends 5 days trying to solve a problem without telling anyone or asking for help thats a bigger issue that might not be solved with pair programming :) I personally code since about 15 years and did quite a few pair programming sessions but i can't name a single one that was super productive compared to a seperate meeting with the person and a good agenda for that and then splitting the work to be done.
@WebDevCody
@WebDevCody 4 ай бұрын
@@TheRealWurstCase idk I’ve had some good pair programming sessions. When the feature involves complex business logic it’s often much easier to have multiple devs who share knowledge of the system being in the same zoom. I’ve seen pairing reduces the back and forth between thinking we did the story correct and then getting it sent back because we missed something. It’s nice having multiple eyes reviewing the work as it’s done vs reviewing a pull request at the end of the feature and needing to review 100 file changes.
@vulbyte
@vulbyte 4 ай бұрын
"we work on government stuff that might be around for 5-10 years" i think double to tripple that and the number might be more accurate as a minimum lol
@WebDevCody
@WebDevCody 4 ай бұрын
😂 I could see that as being accurate
@Avegeania
@Avegeania 4 ай бұрын
To add to point 2: "Ask dumb questions". Like why are we even doing this for.. will this do what it's supposed to?.. is this feature even necessary?(cost saving tsk. tsk.). To point 4: Comment your code. Even when you're learning through do-along tutorials, if you dont understand how to comment that particular line of code for a total newbie to understand, you aren't learning anything in the first place. To point 5: Practice planning your project with charts. Collaborate with your project buddies, build conceptual designs aka napkin design. Then later build upon it towards the real physical architecture and then start actually working on the project with a clear goal, budget, timelines, etc.
@johannhospice5107
@johannhospice5107 3 ай бұрын
Architecture
@karimbouche3563
@karimbouche3563 4 ай бұрын
Believe me frend in my latest project i spent 2 month to solve only one cors problem
@WebDevCody
@WebDevCody 4 ай бұрын
I bet, but hopefully you learned what is means right?
@lordberic80
@lordberic80 4 ай бұрын
If you open a bug or issue as a developer without even stepping one line? You have no business opening that issue. Number 5 should be number 1.
@lordberic80
@lordberic80 4 ай бұрын
Lol number 6.
@wykydytron
@wykydytron 4 ай бұрын
Eh... Seriously tho? All the thing you mention are things that new devs will quickly pick up as they work and gain experience. I would say seniors are obviously expected to do all that and more but juniors? Juniors will learn quickly overtime, seems to me like you drop a lot of potentially good devs. I kinda understand you don't want to do spend time on teaching them but that's how you get good devs and competent workers, you invest in them and teach them while they work. Oh btw. Outside of USA and few EU countries, just coding is enough to get job as many countries still need 20-30% more workers in IT so they still take anyone. Recently in my country large company was hiring juniors with no experience at all, it was 6 month contract for over 120 people, after 6 months they were rated and the ones that did good ware hired. You cannot expect to hire just the top 10% of devs unless you throw around fang money.
@WebDevCody
@WebDevCody 4 ай бұрын
I don't remember ever saying the word junior developer in my video. If these are things that are expected from developers, then yes if you learn how to master them sooner you'll be a head of a lot of people.
What does my typical work week as a web dev like
26:43
Web Dev Cody
Рет қаралды 167 М.
How I manage my time to publish so much content
10:28
Web Dev Cody
Рет қаралды 97 М.
Кәріс тіріма өзі ?  | Synyptas 3 | 8 серия
24:47
kak budto
Рет қаралды 1,6 МЛН
когда одна дома // EVA mash
00:51
EVA mash
Рет қаралды 11 МЛН
Don’t take steroids ! 🙏🙏
00:16
Tibo InShape
Рет қаралды 29 МЛН
НЕОБЫЧНЫЙ ЛЕДЕНЕЦ
00:49
Sveta Sollar
Рет қаралды 7 МЛН
How Senior Programmers ACTUALLY Write Code
13:37
Healthy Software Developer
Рет қаралды 1,3 МЛН
What does larger scale software development look like?
24:15
Web Dev Cody
Рет қаралды 1,2 МЛН
How to Organize Your Solo Dev Project Like a Pro
7:42
CreaDev Labs
Рет қаралды 10 М.
How I Would Get My First Job If I Started Over
5:10
ThePrimeagen
Рет қаралды 257 М.
3 Types of Algorithms Every Programmer Needs to Know
13:12
ForrestKnight
Рет қаралды 422 М.
This is the real purpose for react context
10:11
Web Dev Cody
Рет қаралды 21 М.
Never install locally
5:45
Coderized
Рет қаралды 1,6 МЛН
unlock the lowest levels of coding
7:05
Low Level Learning
Рет қаралды 215 М.
5 Signs of an Inexperienced Self-Taught Developer (and how to fix)
8:40
So You Think You Know Git - FOSDEM 2024
47:00
GitButler
Рет қаралды 916 М.
Кәріс тіріма өзі ?  | Synyptas 3 | 8 серия
24:47
kak budto
Рет қаралды 1,6 МЛН