marekbrainhub / vue-developer-roadmap

Roadmap to becoming a better Vue developer in 2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue Developer Roadmap

Roadmap to becoming a Vue developer in 2019

Below you can find a chart demonstrating the paths that you can take and the libraries that you would want to learn in order to become a Vue developer. This chart is inspired by adam-golab's React roadmap (with permission) as a tip for everyone who asks me "What should I learn next as a Vue developer?"

Disclaimer

The purpose of this roadmap is to give you an idea about the ecosystem. The road map will guide you if you are confused about what to learn next, rather than encourage you to pick what is hip and trendy. You should grow some understanding of why one tool would be better suited for some cases than the other and remember hip and trendy does not always mean best suited for the job

Roadmap

Roadmap

Resources

  1. Basics
    1. HTML
      • Learn the basics of HTML
      • Make a few pages as an exercise
    2. CSS
      • Learn the basics of CSS
      • Style pages from previous step
      • Build a page with grid and flexbox
    3. JS Basics
      • Get familiar with the syntax
      • Learn basic operations on DOM
      • Learn mechanisms typical for JS (Hoisting, Event Bubbling, Prototyping)
      • Make some AJAX (XHR) calls
      • Learn new features (ECMA Script 6+)
      • Additionally, get familiar with jQuery library
  2. General Development Skills
    1. Learn GIT, create a few repositories on GitHub, share your code with other people
    2. Know HTTP(S) protocol, request methods (GET, POST, PUT, PATCH, DELETE, OPTIONS)
    3. Don't be afraid of using Google, Power Searching with Google
    4. Get familiar with terminal, configure your shell (bash, zsh, fish)
    5. Read a few books about algorithms and data structures
    6. Read a few books about design patterns
  3. Learn Vue on official website or complete some courses
  4. Get familiar with tools that you will be using
    1. Package Managers
    2. Task Runners
  5. Styling
    1. CSS Preprocessor
    2. Component libraries
  6. State Management 2. Vuex 1. Data persistence * vue-persistedstate
  7. Routing
  8. API Clients
    1. REST
    2. GraphQL
  9. Utility Libraries
  10. Testing
    1. Unit Testing
    2. End to End Testing
    3. Integration Testing
  11. Internationalization
  12. Server Side Rendering
  13. Static Site Generator
  14. Mobile
  15. Desktop

Wrap Up

If you think the roadmap can be improved, please do open a PR with any updates and submit any issues. Also, I will continue to improve this, so you might want to star this repository to revisit.

Contribution

The roadmap is built using Draw.io. Project file can be found at /src directory. To modify it, open draw.io, click Open Existing Diagram and choose xml file with project. It will open the roadmap for you, update it, upload and update the images in readme and create a PR (export as png).

  • Open pull request with improvements
  • Discuss ideas in issues
  • Spread the word

License

License: CC BY-NC-SA 4.0

About

Roadmap to becoming a better Vue developer in 2019