TypeScript Deep Dive: https://basarat.gitbooks.io/typescript/content/
Mongodb connection: https://scotch.io/tutorials/using-mongoosejs-in-node-js-and-mongodb-applications
Unit testing for backend: https://scotch.io/tutorials/test-a-node-restful-api-with-mocha-and-chai
Clean code javascript: https://github.com/ryanmcdermott/clean-code-javascript
Funny article: https://hackernoon.com/how-it-feels-to-learn-javascript-in-2016-d3a717dd577f
-
Frontend
- HTML, CSS
- TypeScript
- Angular
- Ui components:
- Testing *in-memory-web-api
-
Backend
- JavaScript
- nodejs
- ExpressJs
- MongoDb
- MongooseJs
- UnitTesting
-
Tools
- Nodejs LTS
npm install -g @angular/cli npm install -g nodemon
- Git
- docker
- Postman
- database
- Heroku
- SourceTree
- Visual Studio Code
- Nodejs LTS
git clone https://github.com/lupu60/boilerplate.git
cd boilerplate
git remote remove origin
git remote add origin https://github.com/<username>/<reponame>.git
git push -u origin master