What You Need To Do To Become A Great Developer

  Рет қаралды 149,140

Web Dev Simplified

Web Dev Simplified

Күн бұрын

Пікірлер: 282
@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 3 жыл бұрын
junior newbie dev here: i have to agree :D
@johnhunter4272
@johnhunter4272 2 жыл бұрын
@@perveenneha1423 same hehe
@soflogator
@soflogator 4 жыл бұрын
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.
@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👍
@AnineAnimeAnime
@AnineAnimeAnime 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..
@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 2 жыл бұрын
Good code documents itself
@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.
@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
@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
@everyone61
@everyone61 4 жыл бұрын
I make sure the let these ads play. Information like this is very valuable Thanks Kyle
@davidjustice2323
@davidjustice2323 4 жыл бұрын
Thank you beast, I'm gonna open the Design Pattern playlist now! 😍
@WebDevSimplified
@WebDevSimplified 4 жыл бұрын
I hope you enjoy it!
@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.
@codecraft27
@codecraft27 Жыл бұрын
- Make big real world projects - Learn SOLID design patterns - Learn Testing - Code Review
@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.
@jeremiahmedel9608
@jeremiahmedel9608 4 жыл бұрын
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!
@alexandreduhaime8622
@alexandreduhaime8622 4 жыл бұрын
4:48 The hesitation to not make a pun (a solid understanding of the solid designer principles)
@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.
@denisbryukhachev3663
@denisbryukhachev3663 3 жыл бұрын
I just realized, that im not subscribed, lol. One of the best web dev channel across the entire universe :D Good job, keep working!
@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.
@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
@INetreba
@INetreba 6 ай бұрын
1. build complex project 2. write clean code using solid, patterns, 3. write tests, 4. make code review
@SeriesTube01
@SeriesTube01 4 жыл бұрын
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.
@szabolcsjobbagy30
@szabolcsjobbagy30 3 жыл бұрын
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.
@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.
@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.
@KishenMakadia
@KishenMakadia 4 жыл бұрын
This guy is a gem. Just gave me a good start to the day! ❤️
@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
@mademoisellerose727
@mademoisellerose727 3 жыл бұрын
You are my true teacher. Thank you
@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.
@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.
@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.
@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 💛
@cymonevo344
@cymonevo344 4 жыл бұрын
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.
@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.
@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.
@GoncaloGuitarist
@GoncaloGuitarist 4 жыл бұрын
You truly are underrated. Such an informative video! 👊
@parvejsolkar123
@parvejsolkar123 4 жыл бұрын
Another great video... thank you for posting 👍🙏
@abhishekhsharma677
@abhishekhsharma677 2 жыл бұрын
All of this is mentioned in his JavaScript course, highly recommended.
@AmaanDevelops
@AmaanDevelops Жыл бұрын
Thank you; your videos are genuinely helpful and meticulously well-produced.
@thatsalot3577
@thatsalot3577 2 жыл бұрын
I can't express how relatable this video....
@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!
@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.
@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.
@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.
@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
@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😐
@brnheavymetal
@brnheavymetal 3 жыл бұрын
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
@robertholtz
@robertholtz 3 жыл бұрын
Outstanding advice. Bravo.
@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.
@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
@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.
@NuNaKri
@NuNaKri 3 жыл бұрын
Thanks for the video! And for the links in the info!
@donblack1571
@donblack1571 3 жыл бұрын
Thank you bro I needed this in my life.
@ahsantahseen6531
@ahsantahseen6531 4 жыл бұрын
Thank you so much for the tips! im lacking so much potential i will def. try this!
@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.
@qcmira2024
@qcmira2024 2 жыл бұрын
Very insightful ! Thank you for this great video
@jrhager84
@jrhager84 3 жыл бұрын
I gotta be honest - I'm *way* out of practice on data structures and algorithms, and it's almost exclusively being used in technical interviews. I really gotta up my game. Ugh.
@Yue117
@Yue117 3 жыл бұрын
Thank you, this video is what every junior should hear. Uncle bob is not far ^^
@maxiequa567
@maxiequa567 4 жыл бұрын
The various types of testing you mentioned, are you planning on doing video tutorials about them?
@whamc
@whamc 3 жыл бұрын
I noticed he blinks alot now I can't unsee it.
@govinda399
@govinda399 Жыл бұрын
I accept you as my "Coding Guru" [Guru means dispeller of darkness]
@lardosian
@lardosian 4 жыл бұрын
Thanks man!
@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
@rocklife1802
@rocklife1802 4 жыл бұрын
thanks you, i really want to become great developer, this video is really helped me.
@vincentjohnflorio
@vincentjohnflorio 3 жыл бұрын
"You are more so writing code for the developer that comes after you than the computer you're running it on." Preach. I have the benefit of not needing to build what I do in the top 5% most performative things. But what I see ALL the time is either stuff I forgot to comment or inherited work from someone even more forgetful than myself (or just...spaghetti). I don't know how I'd do at a challenge because my "challenge" is so super unique to what I have to handle in a day. It all is. Being good at challenges is being good at that one problem to solve just as if it were another client project. If I have the skill to solve that I am not learning anything new by simply flexing in place.
@evergreen7781
@evergreen7781 3 жыл бұрын
Thanks Kyle ❤️❤️❤️ This is so good 😍
@mustafasange
@mustafasange 4 жыл бұрын
Thanks for the info
@AjayKumar-id7mb
@AjayKumar-id7mb 2 жыл бұрын
Solving these problems increases thinking skills
@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 ❤️
@___-_-_-_-_-_-_-_-_-___
@___-_-_-_-_-_-_-_-_-___ 4 жыл бұрын
Thx for sharing dude 👍🏻
@frikkie
@frikkie 3 жыл бұрын
"People that use Facebook won't care if it is 1% slower...." - You know that these performance inefficiencies add up? With a system degrading over time you are sure to lose users. Users these days doesn't tolerate a slow performing application. You should always, and always try to write more performant code. More so in today's age. With per millisecond billing for some cloud providers you definitely want to save on this. It's not only about the user, it's also about the sponsor for the project.
@j.k.ravshanovich
@j.k.ravshanovich 3 жыл бұрын
I won't even care if FB is totally shut down. 😂
@frikkie
@frikkie 3 жыл бұрын
@@j.k.ravshanovich 🤣
@raghavrai123
@raghavrai123 4 жыл бұрын
As a person going bald, I am just focused on your hair
@teenytinytoons
@teenytinytoons 3 жыл бұрын
I’ve lost a lot of hair during this pandemic.
@raghavrai123
@raghavrai123 3 жыл бұрын
@@teenytinytoons I am bald now
@alexcostal3749
@alexcostal3749 Жыл бұрын
Amazing guidence 😎
@freddymercury9170
@freddymercury9170 4 жыл бұрын
always thanks your videos! it is awesome!
@neethism7141
@neethism7141 4 жыл бұрын
thanks!!
@ajithvencode916
@ajithvencode916 4 жыл бұрын
well said........
@ebentee
@ebentee 4 жыл бұрын
Thanks for sharing
@copiumforthepeople
@copiumforthepeople 3 жыл бұрын
Thanks, man
@InspektorDreyfus
@InspektorDreyfus 2 жыл бұрын
One addition for tests: for each test tell which requirement gets tested. That way you will realize quickly that you didn't understand what you were doing.
@bekbull
@bekbull 3 жыл бұрын
Inspired to code aoaoooaooaoooo. You are the best code blogger.
@Mr.slikko
@Mr.slikko 4 жыл бұрын
Great video as usual 👍👍👍
@giorgimerabishvili8194
@giorgimerabishvili8194 4 жыл бұрын
I absolutely agree with you!
@thevipinchand4690
@thevipinchand4690 4 жыл бұрын
We should spend more time in building so that we need less time to maintain it.
@moin6077
@moin6077 3 жыл бұрын
That is not practically possible. Because the business side doesn't understand what you're saying. To them time to market is way more important.
@dawid_dahl
@dawid_dahl 4 жыл бұрын
Great video, as usual!
@nysmulerecords4465
@nysmulerecords4465 2 жыл бұрын
I'm not good, just ok and want to be good. then want to be great like you bro.
@vngaminghindi2472
@vngaminghindi2472 4 жыл бұрын
I love your Hair Style Bro 🔰
@springtutors7338
@springtutors7338 Жыл бұрын
good suggestions bro
@theo_riveroooo
@theo_riveroooo 2 жыл бұрын
what a great video!
@coder4life
@coder4life 4 жыл бұрын
Thanks for another great video
@quadradosuave
@quadradosuave 3 жыл бұрын
great content! thanks
@teenytinytoons
@teenytinytoons 3 жыл бұрын
Wish this guy was my mentor.
@AmodeusR
@AmodeusR 3 жыл бұрын
1:00 Me virtually not understanding any language at all watching this video 👁👄👁
@davidwu9104
@davidwu9104 4 жыл бұрын
Thanks, Kyle
@doniaelfouly4142
@doniaelfouly4142 Жыл бұрын
Thanks
@Jav202x
@Jav202x 4 жыл бұрын
I agree with you!!
@shvm323
@shvm323 4 жыл бұрын
Thanks 😊😊
@A_Lesser_Man
@A_Lesser_Man 4 жыл бұрын
I'm a "one-man-band" so to speak. I run a website, self-hosted, and do everything myself. I've never done a "code review" before. My site is 100% open source. Code review by anyone would be super easy! Just don't know anyone with the free time, and I do not have the money to buy their time!
@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...)
Learn Pure Functions In 10 Minutes
10:11
Web Dev Simplified
Рет қаралды 146 М.
These Mistakes Almost Stopped Me From Learning To Code
11:34
Web Dev Simplified
Рет қаралды 167 М.
Пришёл к другу на ночёвку 😂
01:00
Cadrol&Fatich
Рет қаралды 10 МЛН
大家都拉出了什么#小丑 #shorts
00:35
好人小丑
Рет қаралды 98 МЛН
Worst flight ever
00:55
Adam W
Рет қаралды 21 МЛН
How To Be A GREAT Programmer
17:41
Continuous Delivery
Рет қаралды 76 М.
Why I Get Up At 5AM And Why You Should Too
9:51
Web Dev Simplified
Рет қаралды 215 М.
7 Levels Of Engineers Describe Software’s Most Important Skill
10:52
Before Your Next Interview Watch This
14:18
Web Dev Simplified
Рет қаралды 145 М.
Stop Trying To Memorize Code - Do This Instead
5:52
Web Dev Simplified
Рет қаралды 501 М.
The KEY To Thinking Like a Programmer (Fix This Or Keep Struggling)
10:39
How Senior Programmers ACTUALLY Write Code
13:37
Thriving Technologist
Рет қаралды 1,5 МЛН
How To Get Ahead of 99% Of Developers
13:00
Web Dev Cody
Рет қаралды 136 М.
Advice from the Top 1% of Software Engineers
10:21
Kevin Naughton Jr.
Рет қаралды 3,3 МЛН
Пришёл к другу на ночёвку 😂
01:00
Cadrol&Fatich
Рет қаралды 10 МЛН