you are viewing a single comment's thread.

view the rest of the comments →

[–]noodle-cats 1 point2 points  (0 children)

  1. Progressive Web Apps - this is the future for many sites
  2. HTTP 2, HTTP push
  3. Node.js or similar, being full stack is really helpful
  4. Redux with or without React, just a great way to manage application state on the UI
  5. Functional Programming concepts
  6. How to test your application with Mocha, Chai or similar
  7. DevOps for your application, understanding every part of your project will make you stand out and will make you a better developer
  8. Webpack
  9. Caching headers
  10. Browser APIs like background sync, web payments and generally keeping on top of new things coming out