The Ultimate Web Developer Roadmap For 2024

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 พ.ค. 2024
  • FREE 2024 Web Dev Roadmap: webdevsimplified.com/web-dev-...
    Learning to code in 2024 is not an easy task. There are hundreds of things to learn and everyone is telling you to learn different things at different times. It can be overwhelming. This is why I created the ultimate 2024 roadmap that goes over absolutely everything you need to learn in order to become a web developer in 2024 and beyond.
    📚 Materials/References:
    FREE 2024 Web Dev Roadmap: webdevsimplified.com/web-dev-...
    JavaScript Simplified Course: javascriptsimplified.com/?utm...
    React Simplified Course: reactsimplified.com/?...
    TypeScript Simplified Course: courses.webdevsimplified.com/...
    Learn CSS Today Course: courses.webdevsimplified.com/...
    Node.js Course: • Full Stack Web Develop...
    🌎 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
    ⏱️ Timestamps:
    00:00 - Introduction
    00:46 - FREE Roadmap
    01:26 - Frontend vs Backend
    02:56 - Frontend Roadmap
    13:32 - Backend Roadmap
    #WebDevelopmentRoadmap #WDS #WebDev2024

ความคิดเห็น • 337

  • @tiger_of_kai
    @tiger_of_kai 4 หลายเดือนก่อน +118

    "Both light and dark mode available" what a G

  • @AyoubNachat-wm4no
    @AyoubNachat-wm4no 4 หลายเดือนก่อน +320

    - Frontend :
    2:58 HTML
    3:36 CSS
    4:57 JavaScript
    6:56 Frontend Frameworks
    9:45 Next.js
    10:55 Typescript
    12:46 Git
    12:53 Json
    13:00 Security & Testing
    - Backend :
    13:46 JavaScript/php/c#/rust (recommend: JavaScript)
    14:20 Express
    14:27 Nodejs
    15:27 Database (NoSQL & SQL (Recommend: SQL))

    • @kuldeepgogoi9270
      @kuldeepgogoi9270 4 หลายเดือนก่อน +11

      Backend :
      13:46: JavaScript/php/c#/rust (recommend: JavaScript)
      14:20: Express
      14:27: Nodejs
      15:27: Database (NoSQL & SQL (Recommend: SQL))

    • @duztv5370
      @duztv5370 4 หลายเดือนก่อน +1

      Thanks man

    • @deshi-sukuna
      @deshi-sukuna 3 หลายเดือนก่อน

      You forgot to mention GO which an extremely powerful and most recommended backend language of modern day. And on top of that very beginner friendly.

    • @worldoftheweb
      @worldoftheweb 3 หลายเดือนก่อน

      if you want to learn from the basics, you can join us.

    • @vickys40
      @vickys40 3 หลายเดือนก่อน

      Ily

  • @rara2ra2yrra3racjj2
    @rara2ra2yrra3racjj2 4 หลายเดือนก่อน +20

    Incredible video! This entire roadmap is so useful, not only as a resource for what's out there to learn and to manage the journey, but also as a motivator for learners to keep going.

  • @diegoh987
    @diegoh987 4 หลายเดือนก่อน +15

    You are the best teacher I could ever ask for. Thank you a lot for this road map and all this content!❤

  • @autoinsider4158
    @autoinsider4158 4 หลายเดือนก่อน +205

    I am seeing comments that are written exactly at the time of the video release. How do you guys write comments without even watching few minutes of the video

    • @justcurious1940
      @justcurious1940 4 หลายเดือนก่อน +29

      Maybe youtube timing is not that accurate.

    • @lucascampos4237
      @lucascampos4237 4 หลายเดือนก่อน +15

      youtube doesnt store the moment you upload a video, it kinda guess with the timing of the interations. I might be wrong

    • @clevermissfox
      @clevermissfox 4 หลายเดือนก่อน +12

      Maybe he gives early access to patreon members or course members .

    • @Thelukkest
      @Thelukkest 4 หลายเดือนก่อน +8

      Maybe just bots

    • @wlockuz4467
      @wlockuz4467 4 หลายเดือนก่อน +14

      You can setup early access so that your members or Patreon supporters get early access to videos compared to normal viewers

  • @theisoj
    @theisoj 4 หลายเดือนก่อน +6

    I need this! Thanks Kyle as always! 👍

  • @sheenabarnes6485
    @sheenabarnes6485 4 หลายเดือนก่อน +2

    This video was exactly what I needed today. Your message at the end really moved me; it was just the reminder I needed to keep pushing forward. Thank you so much for these videos and the roadmap. They have been incredibly helpful. Thank you, thank you, thank you!

  • @lingtoone3719
    @lingtoone3719 4 หลายเดือนก่อน +5

    This video came at the perfect time. Thank you so much for posting it!!

  • @deanlane
    @deanlane 4 หลายเดือนก่อน +2

    Hey Kyle, I just wanted to say thanks for all the great content over the years. You have made my learning so enjoyable. Your videos, posts and course are so content rich they have accelerated my learning. I’m really looking forward to joining your early bird NextJS course once it’s ready. Thanks Kyle. When you’re next in Toronto I’d love to pick your brain and shout you a beer. Cheers.

  • @filippotinnirello
    @filippotinnirello 3 หลายเดือนก่อน +2

    Thank you Kyle, awesome video as usual

  • @Lovecoolstuff
    @Lovecoolstuff 3 หลายเดือนก่อน +1

    Awesome road map. Thanks for putting all the effort for it.

  • @dand4485
    @dand4485 4 หลายเดือนก่อน +7

    The one thing i'd add, CSS... There are two things with this, one is the quirks with your classes, i.e. how some properties bleed through, and may say like display: ???? may effect children. That is half the CSS maze... The other side is then understanding and using CSS selectors and might say this also has implications kind of the same but one for styling (i.e. all a tags contained in style x) , but understanding selectors when testing stuff with something like Playwright, and more and more jobs for devs require you to write tests be it Playwright, Cypress and others. If you want something that is solid and works, of course you'll use Playwright... 😊

    • @jasperburchfield2028
      @jasperburchfield2028 2 หลายเดือนก่อน +1

      CSS was hard enough to learn in the old days, but they keep adding extra layers of complexity.

  • @buraxta_
    @buraxta_ 4 หลายเดือนก่อน +12

    You do an amazing job 🎉🎉

  • @MonkeyD_Luthy
    @MonkeyD_Luthy 4 หลายเดือนก่อน

    Always appreciate the guide

  • @user-kc7uk6vf1z
    @user-kc7uk6vf1z 4 หลายเดือนก่อน +2

    Great timing 👏

  • @TheMasculineUrgency
    @TheMasculineUrgency 3 หลายเดือนก่อน

    I've been following you for about 3 years now and I have to say you are amazing.

  • @dimitmoto1716
    @dimitmoto1716 4 หลายเดือนก่อน +23

    I think that you don't need to learn all that stuff that Kayle says in the video to land your first job. It' a junior position.
    In my opinion to find your first job as a frontend developer all you need to know is :
    html, css ( included flexbox and mediaqueries), good javascript knowledge, basic react (basic components knowledge, jsx, useState,useEffect, you must be able to create on your own a todo list and to fetch data from an api and render them on the page), git/github, 1-2 portfolio projects. All that is enough, but you need a lot of practice, you must be able to create on your own simple working things.
    The rest of the staff referred to the video are good to build a solid background as a developer and you can learn them after getting your first job or learn them the same period you are applying for jobs.

    • @Xraxus_
      @Xraxus_ 4 หลายเดือนก่อน +7

      Thank you.
      After watching this video I got a big FOMO and felt bad.
      I'm currently learning React and can actually do all these things.
      I haven't started applying yet, as I need to build my portfolio.
      So, your words actually made me feel better about my skills :)

    • @dimitmoto1716
      @dimitmoto1716 4 หลายเดือนก่อน +6

      @@Xraxus_ No problem, I wrote that from my personal experience, at least for my country ( where there are not so many jobs like usa, germany, uk etc). When you build the projects for your portfolio ( they don't need to be very fancy), start applying to jobs even if you don't know all the staff they ask. You don't have anything to lose. If they call you for an interview you win even if they will not offer you a job, because you ll get free interview practice and useful experience for the future interviews.
      Also do connections with people that are already web developers for example friends or people you meet in programming meetups. In my country for most entry level positions they don't do job posting, but they rely on referrals. I have a friend who got his first programming job as a programmer ( backend developer) without knowing html, css, javascript. He knew only Java and core java, not java frameworks. He just had a friend in a company where they needed a junior developer. Then he learned the Spring framework basics in his first 2 months as part of his job training ( and he was paid the same time) .

    • @Handlebrake2
      @Handlebrake2 4 หลายเดือนก่อน +2

      ​@@Xraxus_I can do these things too
      But don't feel like it's enough!

    • @chetan9533
      @chetan9533 4 หลายเดือนก่อน +3

      ​@@Handlebrake2 it's very common to not feel ready ❤. Don't stop learning, but also know that there'll always be something you feel you need to know "to be ready". New tools/frameworks/libs are releasing so frequently. So don't make too many plans which require you to "be ready" first.

    • @mohd.kayfshaikh6587
      @mohd.kayfshaikh6587 4 หลายเดือนก่อน +1

      @@dimitmoto1716 mate, which country are u from ?

  • @tranvuhao6246
    @tranvuhao6246 2 หลายเดือนก่อน

    Thank you so much for roadmap, bro.

  • @TheTechSurfPodcast
    @TheTechSurfPodcast 4 หลายเดือนก่อน +1

    Informative content! Thank you !

  • @user-gd8sd8dd8f
    @user-gd8sd8dd8f 4 หลายเดือนก่อน +45

    Came for the front end development, stayed for the front end of your hair. That's the real story here!!

    • @ryanfernandes3937
      @ryanfernandes3937 4 หลายเดือนก่อน +1

      Don;t know why I laughed at that

  • @FlashDazz
    @FlashDazz 4 หลายเดือนก่อน

    Thanks For Your Roadmap !! , I actually following it .

  • @iyimogajosephnana1801
    @iyimogajosephnana1801 3 หลายเดือนก่อน

    Thank you for this. You are a matchless Teacher.

  • @LouisVanAntwerp
    @LouisVanAntwerp หลายเดือนก่อน

    Brilliant Kyle! much appreciated

  • @isaacagboola9652
    @isaacagboola9652 4 หลายเดือนก่อน

    Woooowww!!! This is amazing. Thank you so much

  • @MChiemelie
    @MChiemelie 4 หลายเดือนก่อน +2

    Thank you very much man.

  • @thinhnguyen1287
    @thinhnguyen1287 3 หลายเดือนก่อน

    Watched so many of your videos and every single one is great.
    Thank you so much!

  • @codybarker9942
    @codybarker9942 4 หลายเดือนก่อน

    Thank you for doing this!

  • @aloklimbasiya6781
    @aloklimbasiya6781 3 หลายเดือนก่อน +1

    Thankyou for explaining it clearly

  • @LorsExtremadura
    @LorsExtremadura 2 หลายเดือนก่อน +1

    I felt bad after unsuccessfully trying to make some some exercises (I got nothing) so I slept. I woke up after hours in the middle of night and open TH-cam for some soul comfort and COME ACROSS this video. Amazing, that is exactly what I needed. Thanks buddy!
    p.s Special Gracias for dark mode. I really appreciate it!

  • @SFgamer
    @SFgamer หลายเดือนก่อน

    Need more videos like this. Breaks it down to simple matters.

  • @ikazak
    @ikazak 4 หลายเดือนก่อน

    thanks for the content!

  • @ibrahimwayou4614
    @ibrahimwayou4614 3 หลายเดือนก่อน

    This is what I was looking for, thanks a lot.

  • @mitreedi
    @mitreedi 4 หลายเดือนก่อน +1

    Percentage of companies using nextjs for be maybe 10% , companies using java or php for be 200% and if someone want a full framework for fe angular for example is a great choice because react is just another library

  • @abdellahi03
    @abdellahi03 3 หลายเดือนก่อน

    Thank you Kyle, Thank you so much, you are really a nice and great person indeed

  • @FirasMohamed96
    @FirasMohamed96 4 หลายเดือนก่อน +3

    Great content as always thanks! - Would you please make a course and projects on Headless CMS (Strapi)?

  • @thewrongascendancy
    @thewrongascendancy 4 หลายเดือนก่อน

    Thank you for this!!! 😁

  • @___-----___youtube_.location
    @___-----___youtube_.location 4 หลายเดือนก่อน

    Wonderful resources, thanks a lot!
    Hair is looking good B)

  • @sagardutta1057
    @sagardutta1057 4 หลายเดือนก่อน

    Thanks for the roadmap

  • @fruitydragons
    @fruitydragons 4 วันที่ผ่านมา

    the pdf is wonderful thank you so so much! this is the best roadmap i could find, and the fact that you added resources for each topic PLUS project ideas,,, is amazing. you're so kind! c:

  • @alimihakeem841
    @alimihakeem841 4 หลายเดือนก่อน

    Thanks for sharing. Your content is valuable

  • @user-on4ov9kd2o
    @user-on4ov9kd2o 2 หลายเดือนก่อน

    Thank you so much for your effort and all content in general 🤩, it is super helpful to move on 🙏

  • @flashback4588
    @flashback4588 3 หลายเดือนก่อน +1

    Aspnet for backend and angular for frontend has been my favorite stack for years

  • @jameralist
    @jameralist 4 หลายเดือนก่อน

    Bro this is amazing, this would be so helpful ❤

  • @Valzeth
    @Valzeth หลายเดือนก่อน +1

    Great video!!

  • @inhocsignovinces8061
    @inhocsignovinces8061 3 หลายเดือนก่อน

    Fantastic roadmap!

  • @tinongnjong1305
    @tinongnjong1305 3 หลายเดือนก่อน

    Amazing, everything said in details, now I've got.to put in the work.

  • @natarajan.p6544
    @natarajan.p6544 3 หลายเดือนก่อน

    Thank you for the road map bro

  • @1st.Ugeeee
    @1st.Ugeeee 4 หลายเดือนก่อน

    Super grateful to you man.

  • @vsnei
    @vsnei 2 หลายเดือนก่อน

    thank you for this knowledge brother

  • @schauschau2552
    @schauschau2552 4 หลายเดือนก่อน +1

    i started learning again and you are honestly my savior with learning from the very basics!

    • @worldoftheweb
      @worldoftheweb 3 หลายเดือนก่อน

      If you want to learn from the basics, you can join us.

    • @salitechworld3716
      @salitechworld3716 3 หลายเดือนก่อน

      ​@@worldofthewebhow bro I am interested

  • @kamaleshparmar1352
    @kamaleshparmar1352 4 หลายเดือนก่อน

    Thank you 🙏🙏

  • @tegacreatives1673
    @tegacreatives1673 4 หลายเดือนก่อน +1

    Honestly I think the best thing to do is lookup job descriptions and learn the most common technologies that are requested

  • @dudesimulator218
    @dudesimulator218 4 หลายเดือนก่อน

    Thank you ❤

  • @mmuzamil2890
    @mmuzamil2890 หลายเดือนก่อน

    Thank you❤

  • @odebroqueville
    @odebroqueville 3 หลายเดือนก่อน

    Thanks, Kyle.

  • @dermensch2553
    @dermensch2553 2 หลายเดือนก่อน

    Awesome bro... thanks!

  • @ipi_.
    @ipi_. 4 หลายเดือนก่อน

    Thanks !

  • @user-xv2pt3et1f
    @user-xv2pt3et1f 27 วันที่ผ่านมา

    thank you ❤

  • @Salah-YT
    @Salah-YT 4 หลายเดือนก่อน +15

    Thank you immensely! Your video provided the best roadmap I've ever come across, and the PDF is truly remarkable. I appreciate your effort. Wishing you a life filled with greatness. Thanks again!

  • @TayambaMwanza
    @TayambaMwanza 3 หลายเดือนก่อน

    Even if one is going to learn React picking up Angular is also a good idea, theres still a ton of jobs out there, Angular is having a Renaissance and also since its a stricter framework, when you get to React it might help you with your intiution on what solutions you might need, just my 2 cents.

  • @Finnigan527
    @Finnigan527 2 หลายเดือนก่อน

    i liked this video, and now i'm gonna check the roadmap and i hope i will follow this. thanks man you inspired me

  • @benibabic2647
    @benibabic2647 4 หลายเดือนก่อน

    Awesome video!

  • @ibrahimakalilsacko1009
    @ibrahimakalilsacko1009 3 หลายเดือนก่อน

    So wonderful thanks a lot

  • @neozoid7009
    @neozoid7009 4 หลายเดือนก่อน +1

    soo perfect for 2024

  • @adhishankar4701
    @adhishankar4701 หลายเดือนก่อน

    thanks bro i really appretiate it well done

  • @user-ls4nn4jn9q
    @user-ls4nn4jn9q 4 หลายเดือนก่อน

    Amazing ! ❤❤

  • @carlandres3319
    @carlandres3319 2 หลายเดือนก่อน

    Thanks 🙏💯🎉

  • @bitashahsavan7993
    @bitashahsavan7993 3 หลายเดือนก่อน

    Waaaooo,that was fullof expreince and that video is so practical ,i had mistake on my roadmap and now i gonna come back and focus on js again and get deep
    I really appretiate to you ❤❤❤❤

  • @ramisultana3325
    @ramisultana3325 4 หลายเดือนก่อน

    Thanks a lot for your content. I want to ask you is redux essential in learning react.

  • @mustafayazlmc3973
    @mustafayazlmc3973 4 หลายเดือนก่อน

    thanks man

  • @Rakesh6720
    @Rakesh6720 4 วันที่ผ่านมา

    Thanks for the detailed video. One thing I would add to your list is to read web dev job descriptions for where you want to live/work. For example, some parts of America prioritize backend languages like C# and Go over JavaScript. It may be helpful to first learn a strongly typed backend language before immersing one’s self in Typescript.

  • @deatho0ne587
    @deatho0ne587 4 หลายเดือนก่อน +1

    Frontend
    Skip CSS for the most part, using something like UnoCSS. Can edit it after to make it more custom
    - Suggestation for UnoCSS since Tailwind is basically CSS in the HTML and UnoCSS gives you something decent looking out the box
    - Maybe later going into Tailwind and/or Bootstrap
    React and Angular have roughly equal in enterprise, React is generally liked better by most DEVs though
    Would almost recomend TS out the gate, you can use pure JS then have a bit type safety which is great for practice
    - Depending what is in your IDE, TS will not complain enough to matter either
    Backend - No real order on this
    Languages - Java, C++, Rust, Go
    - These are based on what I have seen in different enterpise solutions
    Some FE/BE Frameworks
    - Astro - closer to FE, can also use most likely any FE framework in it
    - HTMX - some extra HTML stuff to handle most of the JS, likes getting HTML instead of JSON
    Would also look into WebAssembly

    • @Default_-ij5oc
      @Default_-ij5oc 4 หลายเดือนก่อน +6

      Terrible advise knowing fundamentals of html css is a must

    • @deatho0ne587
      @deatho0ne587 4 หลายเดือนก่อน

      Think of UnoCSS as a corporations project style.css and the user is a new Dev, meaning even Hello World will have some basic style to it.
      First request of the new Dev is either a new component or a new page. Two most important parts is can they get data from an API (JS) and can they have it display at all on the page (HTML) in a logical way? If not the CSS does not matter, if so make it pretty.
      The biggest issue I have had with CSS is other DEVs complex changes that could have been a few lines instead of a few 100. Think some of it comes from the mentality of "how to center a div".
      CSS key things to learn
      - Do not do anything, your site will be responsive (kevin powell). Another way to say is do as little as you can with CSS
      - Learn display grid and flex with the things that go with them, this should cover most layouts.
      - Height should almost never be touched unless it is on an image. Font-size should handle the size for the most part
      - There are other things to learn example font-size, width, padding, margin. There is also things like px, em, rem, ch
      - Look for modern CSS meaning post 2020 though

  • @tripunify
    @tripunify 4 หลายเดือนก่อน +6

    not ultimate, not just for 2024, other than that, it makes sense.

  • @jjdjdkdjfj174
    @jjdjdkdjfj174 4 หลายเดือนก่อน +1

    Hi Kyle, Does your React simplified Beginner course teach me enough to move onto Backend and next or it's mandatory to take the complete version?

  • @zonegamma8197
    @zonegamma8197 27 วันที่ผ่านมา

    thanks a lot

  • @klarcgamer206
    @klarcgamer206 หลายเดือนก่อน

    amazing video, the best i have seen in Roadmap videos, and believe me i have seen a LOT, i am confused how this thing is free, great work man.

  • @meheraabarvy4134
    @meheraabarvy4134 4 หลายเดือนก่อน

    Thank you

  • @syncosota
    @syncosota 4 หลายเดือนก่อน

    thank you kayal

  • @musazahoor
    @musazahoor 3 หลายเดือนก่อน

    appreciated Dear!!! peace

  • @oldbrawler9332
    @oldbrawler9332 5 วันที่ผ่านมา

    Flex box and Grid layout modelling become so common things nowadays that nobody needs to remember how to make a table-based layout or div-based layout with magic as float:left|right and clear:both aftermath and honestly, this is awesome!

  • @kenson_csofficial8246
    @kenson_csofficial8246 4 หลายเดือนก่อน

    Thanks Man for the Video and resources u gave, it's price less ...

  • @lolikpof
    @lolikpof 2 หลายเดือนก่อน

    htmx, _hyperscript, scss, sanic - all u need (assumes knowledge of html, javascript, css, python)

  • @Rose-gb1ku
    @Rose-gb1ku หลายเดือนก่อน

    Thank you so much

  • @rpf23543
    @rpf23543 4 หลายเดือนก่อน +1

    I’m missing Ruby on Rails in the frontend section. It still plays a key role and is an awesome framework, even though not as hyped as react. But why always following the hype? With rails 7 it is more up to date than ever and does not need to hide…

  • @aytacg26
    @aytacg26 4 หลายเดือนก่อน

    One of my favorite channels. I can say he is great to get very nice info and tutors

  • @fuligjimmy8181
    @fuligjimmy8181 หลายเดือนก่อน

    omg thank you

  • @jubayerhasanasif3726
    @jubayerhasanasif3726 4 หลายเดือนก่อน

    Well, I'am following this.

  • @Misathebotter
    @Misathebotter 4 หลายเดือนก่อน +25

    we had huge layoffs from the 2021 boom and the web developer area is really hard to get in in 2024, be aware of that if you are considering to start now

    • @shivamexplainer1122
      @shivamexplainer1122 4 หลายเดือนก่อน +1

      Why is it hard for web developer?

    • @Pure_117
      @Pure_117 4 หลายเดือนก่อน

      @@shivamexplainer1122probably bc the hiring pool is bigger compared to other programming jobs

    • @neoruss3553
      @neoruss3553 4 หลายเดือนก่อน

      @@shivamexplainer1122 Market to saturated. To much people for much less positions. Programming is not dead, but i would get into something else than front end - web.

    • @jimbernard3289
      @jimbernard3289 4 หลายเดือนก่อน

      @@shivamexplainer1122 Oh a few reasons, AI, job cuts, Obama...

    • @salem8909
      @salem8909 4 หลายเดือนก่อน

      Very competitive and shortage of positions (This mainly applies to entry level).@@shivamexplainer1122

  • @kvngaeinie9941
    @kvngaeinie9941 4 หลายเดือนก่อน

    You are amazing♥️

  • @VladislavSnegurov
    @VladislavSnegurov 4 หลายเดือนก่อน

    Hey Kyle, could you recommend a course for front end and backend security?

  • @tomaszkula9077
    @tomaszkula9077 4 หลายเดือนก่อน

    thanks

  • @1CreativeDeveloper
    @1CreativeDeveloper 28 วันที่ผ่านมา

    I feel like learning something about performance, seo and accessibility is something that is overlooked and that frontend devs should spend more time on these basic concepts, which can be useful to know about no matter what frameworks they en up using.

  • @zunairullah
    @zunairullah 2 หลายเดือนก่อน

    Jira(scrum agile), dockers, kubernetes, microservices, Amazon serverless, S3 bucket, React Native ,are importabt areas missing in your roadmap that recruiters ask about much during hiring.

  • @sethwright2518
    @sethwright2518 4 หลายเดือนก่อน +7

    No mention of web accessibility? Tsk tsk..
    Great video overall! I cant emphasize enough about the JavaScript part. Learn as much as you can about JS and TS.. many other things will fall into place as you go. 🎉

    • @edhahaz
      @edhahaz 4 หลายเดือนก่อน

      "Wow that animation is sick! this guy rocks... but can I use it blind" - probably at least one guy

    • @richardmellor3833
      @richardmellor3833 4 หลายเดือนก่อน

      it's law in some countries
      @@edhahaz

  • @marcbryankambi3967
    @marcbryankambi3967 3 หลายเดือนก่อน

    Hello Kyle.
    Thank you for the roadmap in the description.
    I tried downloading it, but when the download was completed, I couldn't open the file. What can I do to solve this?

  • @raitaskeen
    @raitaskeen 4 หลายเดือนก่อน

    Hey Kyle! hope you will be fine...
    Could you let me know why you don't provide Rust resources for learning?

  • @JoaoPaulo-ox6pr
    @JoaoPaulo-ox6pr 3 หลายเดือนก่อน +1

    Só i'm pretty close to become a dev, my only issue now is my portfolio. I have only one personal project, only one that i thought from the beginning, the rest are, every single one, course projects, should i include them when looking for a job?

  • @cavemutt
    @cavemutt 3 หลายเดือนก่อน

    I know most of what you've recommended, and I've applied for almost a hundred jobs without even so much as an initial interview. All the jobs that say "entry-level" still ask for 3+, 5+ or more years of paid experience in some form of development. Frustrating to say the least. I'm working on a better portfolio and personal website in between what I have to do to survive until I get a dev job.

  • @Jedimastur01
    @Jedimastur01 หลายเดือนก่อน

    As someone who is COMPLETELY shifting career fields, can anyone shed some light on the importance of getting "certificates" to put on your resume/profile from places like udemy/coursera? I've really been digging the way Kyle explains things and would love to take his courses but didn't notice anything on the subject of certs, so I am genuinely curious! Thank you so much for the info you put together here for people like me trying to switch up life!

  • @peteryoung3524
    @peteryoung3524 หลายเดือนก่อน

    "(By learning those frameworks) in one year you will be a completely different person" true, and in one year the job market will also be a completely a different one.