Literally hitting my 3rd year marker. I would wish this process for all new devs. In reality the order of learning topics and work can change rapidly. However, this was a great intro to an ideal roadmap and realistic too in terms of meeting those learning and exp goals. Just love it
This is for someone who just starts programming and have no idea of basic conceptss. I mean, if you wrote Java for 2-3 years at least, its not that difficult to understand JavaScript and you can learn all the asynchronous stuff by creating your first React project read about promises and how code is executed and try to make your first custom hook with an api call . Thats it., no need to spend so much time to language syntax etc. Also if you dont know from the start what state management is for example, you cant build realistic stuff and you will end up trying with your limited knowledge to reinvent the wheel. The best thing you can do in my opinion is to start building your own project and trying to make it as proffessional as you can.
I do React professionally for 1 year. Aside from Bundling, I learned all the stuff you listed above. the key is to work for big company where the best practice is mandatory. argue with senior, challenge their ideas, question their decision making are one of the thing to improve fast as a junior.
now THIS , i should knew 3 years ago , I'm in year 3 so so I kind of agree of that roadmap , currently interested in optimization and other advanced stuff he talked about ,
Need a full new Nextjs15 course please! Updating the old one doesn't sound like a good idea. A new one from the very beginning to the advanced parts would be awesome ❤ Please!
Hello!, great video but I believe most companies ask for the knowledge before even interviewing for freshers. What do you think about it? I really want to get the clear picture...
I think upto 2 years work is now being expected from a fresher......I had interviews and i m fresher in this field and they wanted me to understand node js architecture, proper backend proudction level error handling, how react and javascript works under the hood, building COMPLEX UI components which are responsive, also one UI library e.g MUI (advance level customizations), redux, little bit of docker...some even want typescript and now next js as well.....this makes me confused that even if i am able to enter the market will I survive.
When will you start working on a MERN microservice or microfrontend architecture? All your previous projects have been monolithic. Please consider creating an e-commerce application using a microfrontend and microservice architecture.
How do you get your first job though? I've made over 300+ applications, and not a single interview. I know mern stack, python, php, sql, and many libraries and frameworks. Applications just seem a waste of time now. No one gets job unless they have CS degree :(
I'd suggest you tailor make resumes for each company + job description. Use ChatGPT / Claude. Hopefully that should clear the automated filtering level.
Hey, I have had this question for a long time, since vercel introduced v0. How AI will impact front-end engineering, if it won't replace us, what should be our strategy to adapt with it? I just got a job as a front-end engineer, and there is a lot to keep up with, whether it's learning tech, getting really good at frontend skills, and also learning how AI works. I would like your advice since you are already using AI.
V0 is very specific to React/ Next.js + ShadCN. If you're ready to spend $20 per month, purchase Cursor. If not, use Claude free tier and feed in questions and ask answers how to solve something. Learn from the answer and accelerate your development time.
I like how slow and steady it is. But really?? Learning async function in the second year? What problems does the company need for the first year then?
I think a good option would be to let your manager know you're interested in frontend work and see if you can help with small frontend tasks and shadow other developers
@Codevolution okkay.. i have recently switched and i think my manager will definitely allow me for that but only after a year bcz right now i am learning about the product. what i want to switch in another company then what should be the strategy for that?!
I guess by learning database he simply meant, push your learning works into platforms like github or codesanboxes, so that in future you come back & revise those concepts
Learn HTML CSS JS Learn TS now Learn React Vue and Angular Anything else, give theme a middle finger on the project For backend PHP ether vanilla or Laravel, Java Spring Boot, TypeScript Express or NestJS Anythng else they want, give theme a middle finger
And after learning all this, you will find out the experience required to have junior position is 8 yrs. Good Luck getting a Job in this market. Software development and C.S are doomed. 🤣😂🤣
The sad thing is that in 5 years from now, all this will disappear, the new web building will be 100% AI. More people will learn from AI rather than a developer. I made a 2 year front end development course just to learn that with AI I can build whatever in less time…
This is simultaneously assuring and insightful. This is the road map I needed 3 years ago.
Just loved the video. It came at right time when I am feeling overwhelmed by the new things and feeling how can I do this and that. Thank you Vishwas
Literally hitting my 3rd year marker. I would wish this process for all new devs. In reality the order of learning topics and work can change rapidly. However, this was a great intro to an ideal roadmap and realistic too in terms of meeting those learning and exp goals. Just love it
This is for someone who just starts programming and have no idea of basic conceptss.
I mean, if you wrote Java for 2-3 years at least, its not that difficult to understand JavaScript and you can learn all the asynchronous stuff by creating your first React project read about promises and how code is executed and try to make your first custom hook with an api call . Thats it., no need to spend so much time to language syntax etc. Also if you dont know from the start what state management is for example, you cant build realistic stuff and you will end up trying with your limited knowledge to reinvent the wheel.
The best thing you can do in my opinion is to start building your own project and trying to make it as proffessional as you can.
I do React professionally for 1 year. Aside from Bundling, I learned all the stuff you listed above. the key is to work for big company where the best practice is mandatory. argue with senior, challenge their ideas, question their decision making are one of the thing to improve fast as a junior.
always on top on my recommendation.
now THIS , i should knew 3 years ago , I'm in year 3 so so I kind of agree of that roadmap , currently interested in optimization and other advanced stuff he talked about ,
Thanks a lot brother for your insightful advice !!!
Love this. Thank you
Thanks for this and i'm on my right path.
Can you make another one for someone above 3 years (may be 3-6). This was very helpful even after 3 years
Need a full new Nextjs15 course please! Updating the old one doesn't sound like a good idea. A new one from the very beginning to the advanced parts would be awesome ❤ Please!
I love this video. Thanks for sharing
It would be intereting if you could start a series on design patterns
JavaScript design patterns is indeed a good idea! I'll try this in 2025
Eda mone
Please update the Next js 15 course. Thank you for all your amazing videos.
Hello!, great video but I believe most companies ask for the knowledge before even interviewing for freshers.
What do you think about it? I really want to get the clear picture...
Now i can happily leave Coding world 😂
I think people need helping hand more than roadmaps.
There’s enough of that all over the internet and through ai
Sir please make a video on roadmap for 5-6 year experience developers
Is there a career in the front-end after AI advancement?
I think upto 2 years work is now being expected from a fresher......I had interviews and i m fresher in this field and they wanted me to understand node js architecture, proper backend proudction level error handling, how react and javascript works under the hood, building COMPLEX UI components which are responsive, also one UI library e.g MUI (advance level customizations), redux, little bit of docker...some even want typescript and now next js as well.....this makes me confused that even if i am able to enter the market will I survive.
When will you start working on a MERN microservice or microfrontend architecture? All your previous projects have been monolithic. Please consider creating an e-commerce application using a microfrontend and microservice architecture.
i said "Factssss" in the most part of this video💯🇬🇭🇬🇭
great vid dude!
Thanks for this but what about junior backend developers?
How do you get your first job though? I've made over 300+ applications, and not a single interview. I know mern stack, python, php, sql, and many libraries and frameworks. Applications just seem a waste of time now. No one gets job unless they have CS degree :(
Why don't you try freelancing?
I did 1000 applications
I'd suggest you tailor make resumes for each company + job description. Use ChatGPT / Claude. Hopefully that should clear the automated filtering level.
which degree u have
i'm still a student but linking back to your page or github so thy can review you before responding might benefit.
Hey, I have had this question for a long time, since vercel introduced v0. How AI will impact front-end engineering, if it won't replace us, what should be our strategy to adapt with it? I just got a job as a front-end engineer, and there is a lot to keep up with, whether it's learning tech, getting really good at frontend skills, and also learning how AI works. I would like your advice since you are already using AI.
V0 is very specific to React/ Next.js + ShadCN. If you're ready to spend $20 per month, purchase Cursor. If not, use Claude free tier and feed in questions and ask answers how to solve something. Learn from the answer and accelerate your development time.
Please consider a React testing tutorial playlist.
Hey React testing tutorial series already exists in the channel :)
I like how slow and steady it is. But really?? Learning async function in the second year? What problems does the company need for the first year then?
Pls make a video for a junior backend developer too
Hey, what do you mean by 'Create a learning database' ?
1000% on point.
Thanks brother ❤
First 2 years you can do in 3-6 months easy. Atleast I can.
Yes sir
Viswas could you plz make di video on ts using inversify or you have any other suggestions
thanks man.
hey vishwash, I am in support right now but i can work with react and libs. what strategies can i apply to switch to frontend development? please help
I think a good option would be to let your manager know you're interested in frontend work and see if you can help with small frontend tasks and shadow other developers
@Codevolution okkay.. i have recently switched and i think my manager will definitely allow me for that but only after a year bcz right now i am learning about the product. what i want to switch in another company then what should be the strategy for that?!
Thanks 🎉🎉🎉
How the fuck can i stick with one if my company changes frameworks and stacks every month
Thank you i need this video it is helpfull ❤
How do I create learning database in notion?
I guess by learning database he simply meant, push your learning works into platforms like github or codesanboxes, so that in future you come back & revise those concepts
thanks!
Can u please make a project video on Mantine UI with custom themeing using redux and tanStack
OMG I"M FIRST. BRUV I LOVE YOU KEEP DOING MAGIC
You should have just said "Junior Frontend Developer"
that was just a great video
need Advance topic video that need for Architect in Software development
waiting for tailwind css
I completed it before getting job which Journey you stated for 3 years. 😅
How can i be wrong?? How to know ??
How do I get a job bro?
@Ameyiscool too easy if you have got skills just APPLY
Lol so after 4 years I am only 1.5 years into the real journey
Learn HTML CSS JS
Learn TS now
Learn React Vue and Angular
Anything else, give theme a middle finger on the project
For backend PHP ether vanilla or Laravel, Java Spring Boot, TypeScript Express or NestJS
Anythng else they want, give theme a middle finger
thank you so much
And after learning all this, you will find out the experience required to have junior position is 8 yrs. Good Luck getting a Job in this market. Software development and C.S are doomed. 🤣😂🤣
No jobs
it is 1% of front development only. and .00000001 % of all software development
The sad thing is that in 5 years from now, all this will disappear, the new web building will be 100% AI. More people will learn from AI rather than a developer. I made a 2 year front end development course just to learn that with AI I can build whatever in less time…
So far you’ve had 0 likes
yeah I'm scared.... I just started learning react
@@jackal_sniperrI learned React with Vite in 2 days
Great Vid, But can not get You on email/twitter for courses and mentorship