Angular
Observable
- Unsubscribe observable in ngrx effect (on logout)
- Using async pipe in component instead of manually subscribe observable
Angular
Observable
| ### React | |
| - https://github.com/datorama/app-components/tree/master/app | |
| - https://github.com/neherlab/covid19_scenarios/issues | |
| ### Angular | |
| - https://github.com/Teradata/covalent | |
| - https://clarity.design/documentation | |
| ### Vue | |
| - https://www.holistics.io/ from angularjs to vue |
Usages:
Case study:
Stories as docs
Chord causes celery.chord_unlock to retry indefinitely
Backend optimize for Chord: Redis http://blog.untrod.com/2015/03/how-celery-chord-synchronization-works.html
Goal:
Each language like js has npm for running command like lint, code format, test, install dependency; nx, lerna for monorepo.
https://github.com/renovatebot/renovate/blob/master/lib/platform/github/gh-got-wrapper.ts
Dependencies diagram
# apply for workspace created by nx.dev
npm run dep-graph
Reference:
In a single angular app
ng new sample-app
cd sample-app| # DEBUG -------------------- | |
| # remove all packages from virtualenv but keep the Pipfile unchanged | |
| pipenv uninstall --all | |
| # show the dependency from installed package in virtual env, not the package in Pipefile or Pipefile.lock | |
| pipenv graph | |
| # using iterm session log to store log to file | |
| pipenv lock --verbose |
Build, start, run all services https://docs.docker.com/compose/reference/up/
docker-compose up -d --buildRun command agaist a service https://docs.docker.com/compose/reference/run/
docker-compose run service1 service1-command-detail-here service1-command-param