Advertisement
Guest User

Untitled

a guest
Jun 12th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. ---
  2. title: how to be a beginner full stack web developer
  3. ---
  4.  
  5. #### week 1
  6.  
  7. 1. HTML & CSS
  8. 2. Web responsive
  9. 3. DOM & Virtual DOM
  10. 4. Basic javascript
  11. 5. Dom manipulation with Javascript
  12. 6. Basic functional programming(Pure, Immutability)
  13. 7. Basic ES5 syntax(let,const,import, export, array, object)
  14. 8. Intermediate ES5
  15. 9. Web component(definition)
  16. 10. Web component design
  17.  
  18. #### week 2
  19. 1. Intro Awesome tools(Babel,Webpack)
  20. 2. Introduction VueJS
  21. 3. Vue-Cli
  22. 4. Vue-Life cycle
  23. 5. Vue-Template
  24. 6. Vue-Reative data
  25. 7. Vue-Condition
  26. 8. Vue-Loop
  27. 9. Vue-Event
  28. 10. Vue-Two way binding
  29. 11. Vue-computed
  30. 12. Vue-watcher
  31. 13. Vue-Component(Props,Slot,Custom Event)
  32. 14. Vue-Router
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement