The Real Web Developer Roadmap: Part 1 💻🚀 | How to become a Web Developer

  Рет қаралды 164,142

Zero To Mastery

Zero To Mastery

Күн бұрын

Follow this path to learn to code, get hired, and become a web developer this year! Part 1 outlines the basic fundamentals you'll need to learn and the topics you should (and should not bother with) focus on to get hired as a frontend web developer.
2024 UPDATE: This video advice still applies for becoming a web developer in 2024 🙌
🔥 UPDATE ➡ Check out our brand new Web Developer Career Path: zerotomastery....
🤩 Learn To Code For Free: • Full HTML & CSS Course...
2:45 Who is Andrei Neagoie?!
5:48 Basic Fundamentals
17:15 The Front-End
19:56 The Front-End: HTML5 (setting the table)
23:05 The Front-End: CSS3 (the appetizer)
33:05 The Front-End: Javascript (the meat & potatoes)
58:19 The Front-End: JAMStack
==========
Use my interactive web development roadmap from the video to create your own customized web development learning path or to follow my suggested path 🚀: links.zerotoma...
==========
In this two-part guide, you're not only going to see the complete web development landscape, how all the various parts are connected and how to become a web developer in 2024. You will also get my recommendations for exactly what to focus on to get hired this year and I'll even teach you a few things along the way rather than just overwhelm you.
Ultimately, this path to becoming a web developer is based on my personal experiences of working as a Software Developer for many years in Toronto and Silicon Valley and from teaching over 1,000,000 students from around the world to code over the last few years. You should also check out a variety of different sources to find out the right learning path for you.
💡 Key Takeaway: Your goal should be to focus your time on learning the topics and skills you need to get hired as quickly as possible.
Why? 🠪 Your learning doesn't stop once you get hired, in fact, you will learn exponentially more because you'll be getting trained by and working with many experienced developers who have a vested interest in teaching you and the best way to learn is by working on real projects and hard problems... which is exactly what you'll be doing at a company.
The best part? You'll be getting paid (really well) to learn 🤯!
==========
Start learning now with the first 6 HOURS from my Complete Web Developer in 2024: Zero to Mastery coding bootcamp 👇
📺 • Full HTML & CSS Course...
==========
If you're serious about making a commitment to becoming a web developer and getting hired at world-class companies like Google, Amazon and Tesla, come join the Zero To Mastery Academy and learn the skills you need to become a web developer in under 6 months 💪
zerotomastery....
==========
Join Zero To Mastery:
zerotomastery....
Follow Zero To Mastery:
/ zerotomasteryio
/ zerotomasteryio
#zerotomastery

Пікірлер: 230
@ZeroToMastery
@ZeroToMastery 4 жыл бұрын
I hope you find this Web Developer Roadmap Series helpful. If you do, please consider sharing it with others 🙏 ⮕ Watch Part 2 here: kzbin.info/www/bejne/l5augqyVZZ2Zps0 ⮕ Many people have asked for my interactive web development roadmap from the video. You can access it here 🚀: links.zerotomastery.io/web_developer_roadmap ⮕ Watch my Python Developer Roadmap here: kzbin.info/www/bejne/mmalq6iCoa58lbs
@andreasandor3242
@andreasandor3242 4 жыл бұрын
Exactly what I needed to know in order to cure the confusion I had in my mind about all these tech terms I was hearing / reading about. Thank you for sharing this information.
@SIRA063
@SIRA063 4 жыл бұрын
If i pay for your course how readily available are you if I have a question? If I decide that this course isn't the programming course/web development course that meets my needs, will I be able to get a refund?
@priyacooking
@priyacooking Жыл бұрын
Andre from Future should build 2 or 3 big projects from scratch. 1. Social media web app with ability to post text and image (like twitter or fb with both backend and frontend) 2. E commerce market place. 3. live sports website.
@salvares4958
@salvares4958 3 жыл бұрын
**PIN ME** **Fundametals**: Editor/IDE: 7:26 git-github: 8:15 Terminal: 8:30 Domain/ name servers : 9:30 ftp- sftp: 10:55 HTTP: 12:30 json: 12 50 ssh 13:30 web apis:15:15 ssr 47:01 *Front end* front end: 17:50 Html5: 19:57 Css3 23:05 css layout: 25:25 Preprocessors: 27:09 Organizing CSS: 28:22 CSS in js : 29:50 frameworks css3: 31:00 *Javascript* : 33:40 fundamentals: 34:18 Compilers: 38:15 Frameworks: 39:45 *React 16*: 43:30 State managment: 44:35 Component Libraries: 48:28 SSR: 47:01 Helpers: 49:34 Build tools: 50:14 Responsive design: 53:44 Web components: 54:12 Package Managment: 54:56 JAMStack: 58:16
@salvares4958
@salvares4958 3 жыл бұрын
De nada gonerreas
@w3rky
@w3rky Жыл бұрын
Nice one
@gambomaster
@gambomaster 4 жыл бұрын
Very underrated teacher. You deserve at least 1 million subscribers. 👍
@LukeJT22
@LukeJT22 3 жыл бұрын
I agree. Currently taking Complete Web Developer in 2021 and I am really liking it. Andrei is a great teacher and really easy to follow along with. He explains things in ways that make sense and he is also honest with you about what is important to know and what not to spend too much time on. I will definitely be taking more of his courses on my path to hopefully becoming a web developer.
@superzenmodeman
@superzenmodeman 4 жыл бұрын
After finishing both parts on Zero to Mastery, I must say that this is the most informative roadmap for web development I've seen. It really helps see the big picture that most other roadmaps don't go into enough detail.
@ZeroToMastery
@ZeroToMastery 4 жыл бұрын
Thanks for the feedback! There are definitely some other great and helpful roadmaps out there but I also noticed that many of them weren't fully comprehensive so I'm glad to hear you found it helpful.
@shivanshsahu4908
@shivanshsahu4908 4 жыл бұрын
Notes from this video (Read these if you don't want to watch the video) Basic Fundamentals: Prerequisites Git (Version Control System) / Github (Share your open source code with everyone) Terminal / CMD (Used to give written commands to the PC instead of using GUI to open folders, files etc.) Domain Name Servers (DNS) (Hosts your website to a server) FTP (Used to transfer your files to a Server using FileZilla, but this one is insecure) / SFTP (FTP but secure!) HTTP (Protocol for browsers to communicate with Servers) JSON (Used to transmit data from server to client) / XML (Same Function) / gRPC (Same Function but relatively new) SSH (Provides secure connection to a server on an unsecure network) Front End: HTML (Structure of Web Page) CSS (Styles for HTML) CSS Variables rem vs px vs em Sass [Preprocessor] Organizing CSS (Shortens CSS Files) Atomic CSS CSS in JS (Tools to use CSS in JS): CSS Modules / Facebook’s CSS in JS Styled - Components Emotion Frameworks / Libraries Bootstrap Materialize Tailwind / Tailwind UI JavaScript (Learn core JS & then go towards the list) ECMAscript (JS is based on it) Asynchronous JS (Multiple stuff can run at once) Object Oriented Programming vs Functional Prog. Web Api’s: Fetch (Can be used to retrieve data without even having to reload the page!) DOM (Used to modify HTML using JavaScript) Local / Web Storage (Stores data in the browser like user login info) Service Workers (JavaScript files that run out of the main browser and are mainly used for caching & delivering Push Messages) i18n (Enables websites to display various languages) Modules (Especially ES6) Compilers (Give Javascript Superpowers): TypeScript Frameworks / Libraries React (Learn React and then go with the nested list of useful tools) Hooks Portal Concurrent Mode Context API React.memo() React.lazy() Suspense Fragments Async act() Angular Redwood JS State Management: Redux / Apollo (GraphQL) / MobX for React RxJS / NgRx for Angular Component Libraries (Prebuilt components) SSR (Server Side Rendering) Next.js for React Angular Universal for Angular Helpers: Babel ESlint Prettier Build Tools: NPM Scripts Gulp Module Bundlers: Webpack, Rollup, Parcel Web Components (Plug and Play Prebuilt Stuff) Stencil Polymer LitElement Package Management NPM Registry (Prebuilt Stuff) Package Installers: NPM, NPX Popular Libraries d3.js for Charting Axios for Fetch Requests Moment / Date-fns for Dates Ramda for Functional Programming Rx.js for observables Immer for immutables Lodash & Underscore (popular utility libraries, used less often now as JavaScript has more features) JAMStack for Static Websites: Gatsby for React Skully for Angular CMS: Wordpress & Headless CMS (API of Wordpress)
@1CoolL7
@1CoolL7 3 жыл бұрын
👍🏽
@abhinavkumarr
@abhinavkumarr 3 жыл бұрын
bro make one for second video too
@yuliya2201
@yuliya2201 4 жыл бұрын
really like Andrei's teaching style and can't wait for the Python Developer roadmap😀
@rajeevkumar2506
@rajeevkumar2506 4 жыл бұрын
He is the best ✌️ i also want Andrei to talk about python Developer roadmap ♥️
@ZeroToMastery
@ZeroToMastery 4 жыл бұрын
Thanks for your support! Only 1 more week to wait (or you can watch it now on the ZTM Academy 😁)! - kzbin.info/www/bejne/mmalq6iCoa58lbs
@himanshusingh5118
@himanshusingh5118 2 жыл бұрын
😅 there no particular python developer profile
@aminarahman2429
@aminarahman2429 2 жыл бұрын
Every time I learn anything from you, I pray the blessings of God for you, for doing such an amaaaaaaaaaazing job of teaching people like me. I cannot thank you enough for what impact you are leaving in my life. I pray to God for your long, healthy and happy life. Thank you doesn't sound enough. You are ONE OF THE BEST TEACHERS ever! Your teaching is just PERFECT.
@VisionClearly
@VisionClearly 6 ай бұрын
I feel the exact same way! May God bless you for protecting people from so much time waste and scams.
@yasminebaroud3965
@yasminebaroud3965 Жыл бұрын
Thank you so much for this great work. This channel is the best one who helped me to get robust knoweledge on each fields.
@ZeroToMastery
@ZeroToMastery Жыл бұрын
Thank you so much! This comment made my day 😊
@oop_web7707
@oop_web7707 4 жыл бұрын
Every time I watch this video I want to give more likes. I can only recommend his courses. Thank you Andrei for doing this Roadmap, it's very helpful . 🙏🙏🙏
@ZeroToMastery
@ZeroToMastery 4 жыл бұрын
Thanks so much Anette! I'm so lucky to have amazing supporters like you.
@rukundoetienne3698
@rukundoetienne3698 4 жыл бұрын
Honestly no one else can tech the stuff the way Andrei does
@amerpro1748
@amerpro1748 4 жыл бұрын
I can't believe this course is free. Thanks too much info here also better than the complicated learning paths on the internet and github
@ZeroToMastery
@ZeroToMastery 4 жыл бұрын
Thank you to everyone who joined me to watch the Live Premiere; I hope you found it helpful. If you did, please consider sharing it with others 🙏 ⮕ Part 2 will be live on May 28th at 1:30pm EST. Watch it here: kzbin.info/www/bejne/l5augqyVZZ2Zps0 Want to watch Part 2 right now?! ⮕ We just released Part 2 for Zero To Mastery Academy members, many who are watching it now, you can join them: zerotomastery.io/academy 🚨 48 hours only 🚨 If you’re not an Academy member yet, I’m a little bit sad. However, I did wake up feeling extra generous today, so… you can become an annual member of the ZTM Academy for ~50% off (compared to our monthly price) using this link: links.zerotomastery.io/wdr P.S. A number of you asked for me to share the Coggle diagram from the video. I will provide it once Part 2 is live! It is available on the ZTM Academy now though!
@somerandomchannel382
@somerandomchannel382 4 жыл бұрын
Any URL to find this WebMap? :)
@rajnishmishra6699
@rajnishmishra6699 4 жыл бұрын
Hi.. Its nice to see you on youtube..
@andriussokolnikovas1577
@andriussokolnikovas1577 4 жыл бұрын
@@somerandomchannel382 I think it's private diagram until Andrei release Part2, as the link for this diagram is (but it's not working) coggle.it/diagram/XgtihGj7x4Fvucp6/t/🚀👩%E2%80%8D💻-web-development-👨%E2%80%8D💻🚀
@sanketpachore1346
@sanketpachore1346 4 жыл бұрын
Im here after completing front end section of andrei's "The complete web developement 2020 ZTM" cource........ 😀 And definetly goes toward React after completing this cource and some experience😎... Always a nice Instructor Andrei😎🙏
@anthonyyoung7949
@anthonyyoung7949 8 ай бұрын
I hate to say it, but im glad this channel is undiscovered. Im gaining a significant competitive edge between the courses and the Discord developers community which is live and you cannot find anywhere else. Forums are outdated. Live community chats are essential.
@ZeroToMastery
@ZeroToMastery 8 ай бұрын
Thank you for the kind words! You might consider us something of a hidden gem. 😉
@rohil3023
@rohil3023 4 жыл бұрын
This is so clear. honestly, before watching this video, i didn't have a clear idea on what to actually learn, now i kinda do :D Thanks, Andrei.
@ZeroToMastery
@ZeroToMastery 4 жыл бұрын
Glad to hear it Rohil. There will always be more new things to learn and you'll never know everything so make sure to focus on the most important foundational topics first and then start working on real-world projects as quickly as possible and this will greatly accelerate your learning!
@shaswatsingh
@shaswatsingh 3 жыл бұрын
@@ZeroToMastery facerevel
@bradleyedwin109
@bradleyedwin109 Жыл бұрын
I don't think that there is any Developer, Teacher, that I can relate to because your style and presentation is truly AMAZING. All I want right now is to keep learning "The Complete Web Developer with Zero To Mastery", because of how much I am learning. I never thought it was possible to #learnfromhome with all the distractions, but Andrei is a Genius. 👨‍🎓
@ZeroToMastery
@ZeroToMastery Жыл бұрын
Thank you so much for the kind words! Will pass along the message to Andrei ☺️
@CodeWithSajjan
@CodeWithSajjan 4 жыл бұрын
i am your great fan from nepal Andrei! You are the best instructor i have ever seen in my entire life! I leart Web Development, ZTM python developer and i have strong grips at it now age at 15..😍
@ZeroToMastery
@ZeroToMastery 4 жыл бұрын
This makes my day, thank you Sajjan!! I wish I knew half of what you did at the age of 15. I have no doubt you're going to do some amazing things... keep it up!
@CodeWithSajjan
@CodeWithSajjan 4 жыл бұрын
@@ZeroToMastery thanks sir!😘
@karmadrukpa7650
@karmadrukpa7650 4 жыл бұрын
Good job Sajan, keep grinding.
@anddy287
@anddy287 3 жыл бұрын
Could you please make a detailed video on "how to estimate cost of a web development project as a beginner"? Please do this. There are almost no videos on this topic and as a beginner developer, I find it very hard to estimate correct cost to ask for.
@alij9080
@alij9080 3 жыл бұрын
Always your the best, I have bought your (Complete Web Developer in 2021: Zero to Mastery ) tutorial and you were great and now I see you again giving us great information nobody has given to us before, thanks for your information, Andrei.
@metraian
@metraian 4 жыл бұрын
De-abia astept!
@LilyEvans1996
@LilyEvans1996 4 жыл бұрын
Oh My! This is exciting. Going to watch this now!
@thirumalr333
@thirumalr333 Жыл бұрын
Andri you are another level, very detailed video thanks
@ZeroToMastery
@ZeroToMastery Жыл бұрын
Glad you liked it!
@pv6010
@pv6010 2 жыл бұрын
Bravo Andrei, mersi de curs, e foarte tare! Explici foarte bine, engleza este super nativa! Mult succes in continuare! Te salut cu respect!
@GillesBeaulacJoe
@GillesBeaulacJoe 3 жыл бұрын
Very Useful! Loved the memes too! Also watched Part 2. This was really good in terms of getting the BIG Picture.
@sindjelicmihailo5212
@sindjelicmihailo5212 4 жыл бұрын
As always,Andrei made amazing video with a lot of passions and fantastic teaching skills with clear and precise details.This is very useful for me and i belive for many other people who want to going with this path's and become a web developers.I'm your big fan and learning some of your fantastic courses,as well.Thank you for your great advices and explanations,now with this roadmap finally know which way should I need to go.Thanks again for this excellent video, Andrei. Best regards from Serbia.
@ZeroToMastery
@ZeroToMastery 4 жыл бұрын
Glad you enjoyed it Sindjelic! Your support and kind words are much appreciated 🙂. I'm lucky to have amazing students like you.
@abc_cba
@abc_cba 4 жыл бұрын
Thank you for giving me the free course since, I've lost my job. You're so kind.
@danneytee
@danneytee 2 жыл бұрын
This is not a bot spamming comment. If you're looking around for the perfect mentor, look no further. No body can teach this stuff like Andrei.. I cant imagine how much i have grown since starting his courses.
@ZeroToMastery
@ZeroToMastery 2 жыл бұрын
We really appreciate the kind words! ❤️
@rishitaarora3924
@rishitaarora3924 4 жыл бұрын
Andrie... I request you to please record the live QnA. Because it's 1:30 a.m. in India. We can't come live.
@youngandfree93
@youngandfree93 4 жыл бұрын
Thanks for your amazing work Andrei. Your courses have really helped me get my career back on track!
@CV-ec6mk
@CV-ec6mk 3 жыл бұрын
Hello Andrei I just want to say thank you I love your teaching style and your web developer course so glad I found you I have also been through a code bootcamp and I like your course 100x more thank you again
@ViorelMocanu
@ViorelMocanu 4 жыл бұрын
Mișto canal, Andrei! Și filmul e destul de exhaustiv, good job!
@vinayshelke6740
@vinayshelke6740 3 жыл бұрын
Thanks a lot!😭 I was confused what to learn this gives some clear picture.
@bconegreendabered6404
@bconegreendabered6404 4 жыл бұрын
Awesome content no youtuber shares with us
@ZeroToMastery
@ZeroToMastery 4 жыл бұрын
There's lots of great content out there but I'm glad I was able to provide you with some additional value. Thanks for watching!
@frontendinit
@frontendinit 4 жыл бұрын
Best explanation ever.... on frontend 👌👍🤝
@ZeroToMastery
@ZeroToMastery 4 жыл бұрын
Thanks for the kind words Caleb!
@webcodingskills9508
@webcodingskills9508 4 жыл бұрын
Your way of teaching is so good and you explained it deeply
@ZeroToMastery
@ZeroToMastery 4 жыл бұрын
Thank you for your kind words. I found that a lot of the material didn't go quite as deep so I'm glad you found it useful!
@Coding_knight
@Coding_knight 2 жыл бұрын
Most realistic roadmap ever 🤟 awesome
@Brokify1
@Brokify1 4 жыл бұрын
Hurray ! a new course I am waiting for 1 more highest rated course
@andreasandor3242
@andreasandor3242 4 жыл бұрын
This and the part 2 is by far the most helpful video I ever came across. Thank you so much this is exactly the kind of information I was looking for when I decided to study web design but had no idea where to start and had all these terms twirling in my head and most of then I had no idea what they meant. Thank you for sharing this information.
@ZeroToMastery
@ZeroToMastery 4 жыл бұрын
I'm so glad to hear you found the videos helpful Andrea!
@derda9538
@derda9538 4 жыл бұрын
Really great video! I'm new at coding and this is the first helpful Roadmap that give me a direction. Andrej is a great Teacher and i like his understandable style. Go on!
@ZeroToMastery
@ZeroToMastery 4 жыл бұрын
Glad it was helpful! Good luck in your journey 🙂
@sln777
@sln777 4 жыл бұрын
This is an excellent video, Andrei. Thank you so much for your generosity.
@ZeroToMastery
@ZeroToMastery 4 жыл бұрын
Glad to enjoyed it Stacey, thanks for your support! Part 2 (covering mostly backend and a few other topics) will be live May 28th and my Python Developer Roadmap will hopefully be live on June 4th.
@ZsoltDobai
@ZsoltDobai 4 жыл бұрын
Here to reserve a spot in the front row
@ZeroToMastery
@ZeroToMastery 4 жыл бұрын
Consider it reserved! (assuming you clicked the Set reminder button of course 😛)
@markuslommer7058
@markuslommer7058 4 жыл бұрын
That was so much fun to watch :D And moreover it lists several buzzwords I wasn't aware of yet. Thanks for bringing all this diverse stuff together!
@ZeroToMastery
@ZeroToMastery 4 жыл бұрын
You're welcome Markus. Glad you enjoyed! Part 2 is live in a couple hours 🎉
@kartikmishra1958
@kartikmishra1958 3 жыл бұрын
Andrei please launch a course on complete devOps engineer... Love from India ❤️❤️❤️❤️
@sharpie882
@sharpie882 9 ай бұрын
Where is the link to sign up for the newsletter?! Also, thanks for updating the description to mention its viability!
@ZeroToMastery
@ZeroToMastery 9 ай бұрын
Hey, you can sign up for the newsletter using the link below ⬇️ zerotomastery.io/newsletters/1/
@normieskelly8277
@normieskelly8277 2 жыл бұрын
I am following your 2021 guide then going to pay for courses with you. Thank you.
@fliporfail6115
@fliporfail6115 4 жыл бұрын
Good vid. Going thru the web developer bootcamp course right now and almost done. Good course. Already got the python one next as well
@mazisimsebele
@mazisimsebele 2 жыл бұрын
Andrei is amazing..
@khadkasameeksha
@khadkasameeksha 4 жыл бұрын
Very informative. Thank you so much! 😊💜😊
@Mdroudian
@Mdroudian Жыл бұрын
That stack overflow meme at 02:23 was shown is so "on the money". lol
@maezztro2178
@maezztro2178 4 жыл бұрын
Ahh this is going to happen when its 1:30 am here😫
@mustlearnmore4884
@mustlearnmore4884 4 жыл бұрын
Stay awake, ya big jessie! 😛
@ZeroToMastery
@ZeroToMastery 4 жыл бұрын
Who invented timezones anyways?! I'll be doing a live Q&A when it's live so make sure to get a good nap in the day before 😄
@ryanmoradasviajedor
@ryanmoradasviajedor 4 жыл бұрын
Andrei is one of the best instructor I know. Thanks man Watching from Cebu, Philippines
@ZeroToMastery
@ZeroToMastery 4 жыл бұрын
Thanks for your support Ryan!
@radu9150
@radu9150 4 жыл бұрын
Great content, Andrei! Love your React / Javascript courses on Udemy! Hugs from Romania
@ZeroToMastery
@ZeroToMastery 4 жыл бұрын
Thanks Radu!!
@DatascienceConcepts
@DatascienceConcepts 4 жыл бұрын
Really useful! Well done.
@tomaszwojciechowski9445
@tomaszwojciechowski9445 3 жыл бұрын
Your courses are terribly good :)
@vladislavmuravyov9687
@vladislavmuravyov9687 3 жыл бұрын
the best roadmaps ever!
@manimarancodes4640
@manimarancodes4640 4 жыл бұрын
Eagerly waiting for our brand new The real Web Weveloper Roadmap series 😍
@ZeroToMastery
@ZeroToMastery 4 жыл бұрын
Glad to hear you're looking forward to it Mr. Maran 🙏
@duccdefgab
@duccdefgab 4 жыл бұрын
love the way you teach
@ZeroToMastery
@ZeroToMastery 4 жыл бұрын
I appreciate the kind words. Thank you! 😃
@ulisses305
@ulisses305 4 жыл бұрын
Hey Andrey I'm your fan, i a'm learning with yours courses
@AdamBielawski
@AdamBielawski 4 жыл бұрын
I missed the live webinar. Having a post listen.
@andyking191
@andyking191 4 жыл бұрын
Can you send us a link to a copy of the roadmap?
@ZeroToMastery
@ZeroToMastery 4 жыл бұрын
Hi andyking191! The link to the interactive diagram is now included in the description for you. Enjoy 🙂
@zaraays9964
@zaraays9964 4 жыл бұрын
Love to see ♥️
@ZeroToMastery
@ZeroToMastery 4 жыл бұрын
Glad that you're excited, I hope you like it!
@tuanconandoyle9674
@tuanconandoyle9674 4 жыл бұрын
That's great map and explaination. I'm also your student of Web Dev Zero to Mastery course, and I would like to ask if you can make a tutorial of React with D3? Thank you, all the bests Andrei.
@addoboafoayisi
@addoboafoayisi 4 жыл бұрын
awesome, happy to be here
@ZeroToMastery
@ZeroToMastery 4 жыл бұрын
Happy to have you!
@metachain5345
@metachain5345 4 жыл бұрын
In Web development,Which one should i learn first?Front end or back end..Which one get more job easily compare than other?
@tommylancaster6956
@tommylancaster6956 4 жыл бұрын
I already have other appointments. Hopefully it will be shared later. Thanks for ALL that U do
@ZeroToMastery
@ZeroToMastery 4 жыл бұрын
No problem Tommy! You'll be able to access the video afterwards for sure.
@pjpodx
@pjpodx 3 жыл бұрын
every project has own stuff around, just learn fundamentals , it's enough
@storylineteam
@storylineteam 4 жыл бұрын
Great video Andrei. The only part i disagree is the missing rocket in the flutter name (mobile branch). A lot of companies are moving to flutter for hybrid dev, including mine. All the best
@ZeroToMastery
@ZeroToMastery 4 жыл бұрын
Thanks for watching! Things are always changing in the industry and there is definitely no "one size fits all" or 100% agreement on exactly what someone should or shouldn't learn. My hope is that this helps students get a high level idea and then they can go and do some of their own research and see what might be best for them.
@ytearn9595
@ytearn9595 2 жыл бұрын
Hi andrei saw your 2022 update that it is still valid for 2022 but what about web 3.0 🤔 Is new course coming up
@I_Lemaire
@I_Lemaire 4 жыл бұрын
Tables are absolutely neccessary for quickly designing HTML emails without Sass.
@Nilkamalsha75
@Nilkamalsha75 4 жыл бұрын
Andrei, thank you for this. For india it is in midnight. Thanks
@ZeroToMastery
@ZeroToMastery 4 жыл бұрын
You're welcome Nilkamal! Make sure to get a good nap in on Thursday during the day 😉. Worst case scenario, it will stay posted after the Premiere so you can walk it and reference it anytime.
@yinonelbaz5309
@yinonelbaz5309 2 жыл бұрын
The guy waving goodbye from the boat, at the beginning of the video, is it you or Tom Hanks?
@valdonegou1073
@valdonegou1073 4 жыл бұрын
Amazing video. thanks a lot Andrei, i love your course from udemy, just wonderful. From Cameroon.
@ZeroToMastery
@ZeroToMastery 4 жыл бұрын
Thanks for your support 🙂
@daniel_narh
@daniel_narh 4 жыл бұрын
I have three main teachers -> Mosh, Brad, Andrei
@Manuel-rl6um
@Manuel-rl6um 4 жыл бұрын
Brad Schiff?
@Manuel-rl6um
@Manuel-rl6um 4 жыл бұрын
Mosh Hamedani best for clean code, fundamentals, programming paradigms, enthusiasm, but better pick up non-library/framework courses, cause he doesn't update them. I probably love back-end development because of him. Brad Schiff(Git a Web Developer Job) and Andrei Neagoie remind me to eather other, explain things very well and calmly and give you motivation. Another 2 I would add to the top are Anthony Alicea (JavaScript: Understanding the Weird Parts) and Gordon Zhu (watchandcode) For new Web develpers I would do: 1- WatchAndCode (probably the best pedagogically speaking) 2- JavaScript: Understanding the Weird Parts (the way you see JavaScript will change) 3- Git a Web Developer Job (real world like code/set up, and top notch motivational/real world speech, Git, PostCSS, BEM style, semantic HTML, modules, lazy loading, gulp, webpack, etc) 4- C# Developers: Learn the Art of Writing Clean Code (even if you don't know C#) (single responsability, amazing refactoring, enthusiasm for clean code) 5- The Complete Junior to Senior Web Developer Roadmap (similar to number 3 but covering the back-end and more up to date tech, with lots of must known tech) 6- Master the Coding Interviews: Data Structures + Algorithms (will change the way you look at code and understand how code will scale among other important things like dealing with interviews!)
@vkray
@vkray 4 жыл бұрын
Donald Trump
@dynamo7731
@dynamo7731 4 жыл бұрын
.😍Thank you so much. [Love from *INDIA* 😍]
@MrNyamwanga
@MrNyamwanga 2 жыл бұрын
Man this is great.
@celepoint1626
@celepoint1626 Жыл бұрын
excellent!
@villidanego3902
@villidanego3902 4 жыл бұрын
Can't WAIT
@pawelpikus7
@pawelpikus7 4 жыл бұрын
Thank you, friend.
@keshavjha2641
@keshavjha2641 4 жыл бұрын
Should I take notes??
@CodySMitchell
@CodySMitchell 4 жыл бұрын
So ready!!
@ZeroToMastery
@ZeroToMastery 4 жыл бұрын
I hope you like it Cody!
@Vivalaization
@Vivalaization 4 жыл бұрын
*Can I download this roadmap in PDF format?*
@parthasarathidash6253
@parthasarathidash6253 3 жыл бұрын
Please make a full course explaining all these
@ZeroToMastery
@ZeroToMastery 3 жыл бұрын
Try this Partha :) - zerotomastery.io/career-paths/become-a-web-developer/
@יוסיבכר-ע3י
@יוסיבכר-ע3י 4 жыл бұрын
highly recommend his courses
@lukehanak
@lukehanak 3 жыл бұрын
You are the best
@nobeln.6793
@nobeln.6793 4 жыл бұрын
Can you please do a roadmap for Python!!
@ZeroToMastery
@ZeroToMastery 4 жыл бұрын
Yes 🙂 - kzbin.info/www/bejne/mmalq6iCoa58lbs
@bhupendranegi4353
@bhupendranegi4353 4 жыл бұрын
Much awaited movie premiere
@LearnWithBahman
@LearnWithBahman 4 жыл бұрын
Can you explain about JS design or architecture in frontend ? is knowing MCV enough for getting the first job? or IF I learn react I do not need to care about it for first job?
@debjitsinha8966
@debjitsinha8966 4 жыл бұрын
Hi Andrei, I really want to print this roadmap out. Could you please share a link where we can download this roadmap?
@ZeroToMastery
@ZeroToMastery 4 жыл бұрын
Hi Debjit! The link to the interactive diagram is now included in the description for you. Enjoy 🙂
@debjitsinha8966
@debjitsinha8966 4 жыл бұрын
@@ZeroToMastery Thanks a ton Andrei.
@angeleskidragan
@angeleskidragan 2 жыл бұрын
Thank you!!!!!
@ZeroToMastery
@ZeroToMastery 2 жыл бұрын
You're welcome!
@jayvirrathi
@jayvirrathi 4 жыл бұрын
Great Work in Explaining. Waiting for 2nd part. can we get the link for this graph like image or pdf.
@ZeroToMastery
@ZeroToMastery 4 жыл бұрын
Hi Jayvir! I'm glad you found it helpful. The link to the interactive diagram is now included in the description for you. Enjoy 🙂
@jayvirrathi
@jayvirrathi 4 жыл бұрын
@@ZeroToMastery still no option to download as pdf/image
@VanHaleNNoodle
@VanHaleNNoodle 3 жыл бұрын
Hi, I would like to hear from different kinds of people how long it took them to complete the bootcamp? When I say different kinds of people I mean : people with no prior experience in programming/web development or with prior experience, people who are unemployed and did this the majority of their days/ people with fulltime/halftime jobs. Thank you to anyone who replies!
@ZeroToMastery
@ZeroToMastery 3 жыл бұрын
Hi Gabriel - I see that no one has replied to you yet so I'll try my best to help. 1. Everyone's situation is different (as you're alluding to) meaning they have wildly different amounts of time they can spend for learning / personal development. 2. It depends what you mean by "complete the bootcamp". Although there is 30+ hours of video tutorials, you should be spending a considerable amount more time than that actually applying the knowledge and skills you're learning in the tutorials through working on the projects in the course as well as your own projects. My belief is also that learning is never "complete" which is why we make sure to provide intermediate and advanced courses and why I'm still constantly learning myself as well. 3. Overall, it's entirely possible to learn to code as an absolute beginner to getting hired as a developer in under 6 months. The reason I can say this for certain is that I did it myself, for free. You can too if you like: zerotomastery.io/blog/learn-to-code-in-2021-get-hired-and-have-fun-along-the-way/ My Complete Web Developer Bootcamp course is just a much more efficient and step-by-step version of many of the things I talk about/cover in that post above. Plus, you get to join the ZTM Developer Community on Discord 🙂 4. We have many testimonials (zerotomastery.io/testimonials) and stories on our blog of people that talk about their experiences and how long it took them to complete different courses. You're more than welcome to reach out to them! I really hope this helps and wish you the best of luck in your journey 💪
@VanHaleNNoodle
@VanHaleNNoodle 3 жыл бұрын
@@ZeroToMastery Thank you so much for your response Andrei! Appreciate it :)
@CFH298
@CFH298 Жыл бұрын
What’s the difference between software engineer and developer roles? Is one favored over the other?
@ZeroToMastery
@ZeroToMastery Жыл бұрын
Hey James, Great Question! For the most part, when people use these different terms to classify someone that writes code it is used very interchangeably. There are some differences between the two, but in my mind, they are pretty similar. Software engineers are generally very involved in the entire software development life cycle. Which involves designing, developing, maintaining, testing, and evaluating computer software. Software developers build mobile and computer software. They also typically work on a specific portion of the application and are sometimes instructed by software engineers as well as PMs.
@CFH298
@CFH298 Жыл бұрын
@@ZeroToMastery that’s great to know! I want to eventually get into application security/cloud and most folks say to start off with a “Dev” background. If that’s the case, which training would be the best path for AppSec? The software engineer or Fullstack?
@Daily_Daze_with_Ayndrila
@Daily_Daze_with_Ayndrila 3 жыл бұрын
sir, pls make a video on game developement roadmap..plss sir
@utkarshnagpure3034
@utkarshnagpure3034 4 жыл бұрын
Best Video Ever.
@ZeroToMastery
@ZeroToMastery 4 жыл бұрын
Wow, that's big praise Utkarsh, thank you! There are a lot of great videos out there but I appreciate your support :)
@husler7424
@husler7424 4 жыл бұрын
Onno in our country it will be in night. So please post it as a video on KZbin instead of only live. So we can anytime see it.
@somerandom7672
@somerandom7672 4 жыл бұрын
I think it will be saved here afterward.
@ZeroToMastery
@ZeroToMastery 4 жыл бұрын
​@@somerandom7672 thank you and you are 100% correct. After the live viewing, it will remain available for all to watch whenever convenient :)
@kerimotajiboye4669
@kerimotajiboye4669 2 жыл бұрын
Are domain names formed by me the uploader or it is readily available to buy on the website?
@jack-sx9bw
@jack-sx9bw 4 жыл бұрын
I actually try to check Gatsby JS website and pages are not even loading
@olaoyemuhyideen903
@olaoyemuhyideen903 3 жыл бұрын
Hi there! Pls can you tell me a suitable language I can learn that will enable me to clone CorelDRAW, Photoshop & the likes
@ryanvorster3556
@ryanvorster3556 Жыл бұрын
Lmao at andre from the future good one anyway awesome video thanks for this
@ZeroToMastery
@ZeroToMastery Жыл бұрын
Glad you enjoyed it! 😃
@ashifnewaz9348
@ashifnewaz9348 4 жыл бұрын
Can't wait for python readmap💕💕💕💕💕💕💕💕💕💕
@ZeroToMastery
@ZeroToMastery 4 жыл бұрын
Your wish is my command Ashif 👉 kzbin.info/www/bejne/mmalq6iCoa58lbs - Enjoy!
@ashifnewaz9348
@ashifnewaz9348 4 жыл бұрын
@@ZeroToMastery Thank you sir
АЗАРТНИК 4 |СЕЗОН 2 Серия
31:45
Inter Production
Рет қаралды 1,1 МЛН
МАИНКРАФТ В РЕАЛЬНОЙ ЖИЗНИ!🌍 @Mikecrab
00:31
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 42 МЛН
Belajar Full Stack Laravel 11 Bikin Web Booking Kos Kosan
9:23
How To Actually Get Hired In 2024
10:43
Web Dev Simplified
Рет қаралды 207 М.
No-Nonsense Frontend Engineering Roadmap
15:09
Codebagel
Рет қаралды 95 М.
Learn Web Development And ACTUALLY Get A Job | Ultimate Guide
1:33:52
James Cross
Рет қаралды 1,3 МЛН
How I'd Learn Full-Stack Web Development (If I Could Start Over)
10:28
I Paid 5 Developers to create an ENTIRE App for me!
16:21
Sam Beckman
Рет қаралды 877 М.
What is the BEST Backend Language For You?
6:26
conaticus
Рет қаралды 129 М.
The 1 Coding Project Idea Guaranteed To Get You A Software Development Job
22:07
Web Development In 2023 - A Practical Guide
2:54:25
Traversy Media
Рет қаралды 801 М.
АЗАРТНИК 4 |СЕЗОН 2 Серия
31:45
Inter Production
Рет қаралды 1,1 МЛН