Category: Uncategorized
The internationalization (i18n) library for Angular @ngx-translate/core – npm
The internationalization (i18n) library for Angular.
Simple example using ngx-translate:
stackblitz.com/github/ngx-translate/example
A javascript regex cheatsheet for all those regex haters (and lovers)
How to manage different environments with Angular CLI? [Updated for v6+]
Software Engineering at Google pdf
”There are many reasons for Google’s success, including enlightened leadership, great people, a high hiring bar, and the financial strength that comes from successfully taking advantage of an early lead in a very rapidly growing market. But one of these reasons is that Google has developed excellent software engineering practices, which have helped it to succeed. These practices have evolved over time based on the accumulated and distilled wisdom of many of the most talented software engineers on the planet. We would like to share knowledge of our practices with the world, and to share some of the lessons that we have learned from our mistakes along the way. The aim of this paper is to catalogue and briefly describe Google’s key software engineering practices. Other organizations and individuals can then compare and contrast these with their own software engineering practices, and consider whether to apply some of these practices themselves.”
arxiv.org/pdf/1702.01715.pdf
10 Best Website Animation Techniques for Your Web Design | Fireart
Css Animations tips | Web Fundamentals | Google Developers
Animations are a huge part of making compelling web applications and sites. Users have come to expect highly responsive and interactive user interfaces. Animating your interface, however, is not necessarily straightforward. What should be animated, when, and what kind of feel should the animation have?
developers.google.com/web/fundamentals/design-and-ux/animations/
Awesome JavaScript
A collection of awesome browser-side JavaScript libraries, resources and shiny things js.libhunt.com/
JWT Authentication and Authorisation in ASP.NET Core Web API – salslab
Angular – Deployment
When you are ready to deploy your Angular application to a remote server, you have various options for deployment.