Charl
Charl
track speed over time via lighthouse. create cron job and call https://www.googleapis.com/pagespeedonline/v5/runPagespeed?url=https://developers.google.com&key=yourAPIKey and then put response into google sheets. Do this periodically on the live site to check status CI/CD...
- [ ] i18n implementation - [ ] typescript 3.7 - [ ] new debugging experience (window.ng) - [ ] remove entryComponents ## Angular Material Updates: https://github.com/angular/components/pull/17507 https://github.com/angular/components/pull/17272 https://github.com/angular/components/pull/17301 https://github.com/angular/components/pull/17409...
tslint is being deprecated in favor of eslint. Also check codelyzer's integration
check if nativeElement. or elementRef or element can be replace by @Attribute: https://netbasal.com/getting-to-know-the-attribute-decorator-in-angular-4f7c9fb61243
https://netbasal.com/the-power-of-selectors-in-angular-cd6947ce3bfd
Advantages: * requests can be handled quicker * less blocking * gently deploy and restart instances (zero downtime deployments) by shutting down one (two is still up), update one, startup...
Angular Material also supports use of the native element inside of . The native control has several performance, accessibility, and usability advantages. https://material.angular.io/components/select/overview
X-Rate-Limit-Limit, the number of requests allowed in a given time interval X-Rate-Limit-Remaining, the number of requests remaining in the same interval, X-Rate-Limit-Reset, the time when the rate limit will be...