프론트엔드 개발 키워드

|

프론트엔드 개발자로서 최소한 이정도 스킬은 있어야 한다는 글을 읽고 공부를 위해서 내용 정리를 해보았다.

A. 반드시 해야 하는 기술리스트

  • ES6
  • let, const, var / closures / classes / prototype / promise (fetch API, async / await) / arrow function / module(import/export) / template strings / spread operator

  • git / github
  • npm / yarn
  • Linux
  • WebPack
  • css(DISPLAY, POSITION, Z-INDEX, FLEX BOX / CSS GRID)
  • Framework ( REACT or Angular or EMBER or Vue )

B. 알면 좋은 기술

  • SVG, canvas
  • gulp, grunt
  • service worker(PWA)
  • TEST FRAMEWORK-Jasmine, mocha, protractor
  • Mobile Development

C. 몰라도 되는 기술

  • Old Version of Javascript
  • bootstrap

기술 로드맵 참고..

  • https://github.com/devJang/developer-roadmap

Comments