Google Drive
Github (Teacher)
Chrome Extension
- Octotree : https://chrome.google.com/webstore/detail/octotree/bkhaagjahfmjljalopjnoealnfndnagc?hl=th
- JSON Viewer : https://chrome.google.com/webstore/detail/json-viewer/gbmdgpbipfallnflgajpaliibnhdgobh
VS Code Extension
- Angular Snippets (Version 8)
- Angular 8 Snippets - TypeScript, Html, Angular Material, ngRx, RxJS & Flex Layout
- Angular Language Service
- Angular Console
- Angular Schematics
- Peacock
- htmltagwrap
- JavaScript (ES6) Code Snippets
Angular Cli
- ng n (new project)
- ng g c (components)
- ng g s (service)
- ng g g (guard)
- ng g p (pipe)
Express & Node.js
- npm init -y
- npm i express
- npm i -g nodemon (install nodemon package global)
MongoDB
- npm i mongoose
- npm i mongoose-sequence
- npm i bcryptjs
- npm i cors
- npm i formidable
- npm i jsonwebtoken
- npm i uuid
- npm i fs-extra