DEV Community

Cover image for ๐ŸŒ Roadmap to Full-Stack Development ๐ŸŒ

๐ŸŒ Roadmap to Full-Stack Development ๐ŸŒ

Kaiwalya Koparkar on April 08, 2021

๐Ÿ“Œ Who is a Full-Stack Developer? A full-stack developer is an engineer who can handle all the work of databases, servers, systems engine...
Collapse
 
joseme profile image
Josรฉ Torres

Bitbasket is just a mobile client for Bitbucket. And I think you misstyped ยจCossendraยจ for Cassandra. On the other hand, your drawing about the roles of HTML, JS and CSS is perfect!

Collapse
 
kaiwalyakoparkar profile image
Kaiwalya Koparkar

Oh thank you for that I will change the typos soon. Thanks you for your comment

Collapse
 
kaiwalyakoparkar profile image
Kaiwalya Koparkar

Thanks I have done the changes

Collapse
 
emmanuele_d profile image
Emmanuele D

In your opinion what is the most versatile framework ? React, Angular or Vue?

Collapse
 
nayanpatil1998 profile image
Nayan Patil

Go with React

Collapse
 
kaiwalyakoparkar profile image
Kaiwalya Koparkar

React. If you learn to React js and you want to learn hybrid development you can switch use React native which s much similar.

Collapse
 
aarone4 profile image
Aaron Reese

I like Vue. I especially like the progressive nature. You can start with just dropping the Vue script from a CDN and coding in your main file with no build steps. Basic concepts of the data object and transpiling, computed, methods and watchers us pretty easy to grasp. Moving to single file components, props and slots felt like a natural progression.
There are more jobs in React and Angular probably pays better but I find both take longer to develop in because there is more boilerplate and I just can't click with JSX. Vue is the spiritual successor to Angular.js which was most older Devs first experience of a front end framework. jQuery doesn't count...

Thread Thread
 
kaiwalyakoparkar profile image
Kaiwalya Koparkar

Oh nice to hear that!

Collapse
 
emmanuele_d profile image
Emmanuele D

Thanks man!

Collapse
 
Sloan, the sloth mascot
Comment deleted