FrontEnd Development
30.9K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
How to Create and Run Scheduled Jobs in Node cron-Style

How to use node-cron to get cron-like scheduling functionality within a Node app - http://amp.gs/NmXs

#nodejs
Understanding RxJS Observables and Why You Need Them

RxJS is a reactive programming library based around ‘observables’ and is used by Angular for its reactivity.. but you can use it separately too. - http://amp.gs/Np1b

#rxjs
Getting Started Optimizing a React Native App

A developer who has spent a serious amount of time optimizing a bank’s mobile app shares several (very) quick tips based on what he learnt along the way. - http://amp.gs/NpsR

#reactnative
Future-Oriented Programming with Vue.js 3

One of Vue.js 3’s forthcoming new features is support for a function-based API (more on what that means in this podcast). Here’s a look at what problems it’ll solve and how it’ll improve logic composition. - http://amp.gs/NBv1

#vue
JavaScript and Node Testing Best Practices

Almost 50 best practices divided into categories (backend, frontend, CI, etc.) complete with code examples. Not just the basics, it digs into areas like visual regression, property-based testing, and contract testing, too - http://amp.gs/NxJb

#nodejs
Asynchronous Modules and Components in Angular Ivy

Ivy is the code name for Angular’s next-generation compilation and rendering pipeline. - http://amp.gs/NfXd

#angular
Intl.NumberFormat and Its New Capabilities

Intl.NumberFormat is an established route to locale-aware number formatting, but it is gaining a variety of new abilities (already supported on Chrome 77+) including support for BigInt, units of measurement, and scientific notation. - http://amp.gs/NkaC

#javascript
Introducing Transloco: Angular Internationalization Done Right

Translation can drive you crazy, here's the cure! The internationalization (i18n) library for Angular. Introducing Transloco: Angular Internationalization Done Right.
- http://amp.gs/N7zF

#angular
Vue.js Single-File Component Factory

Perhaps the best way to inject dependencies is via factory functions that take dependencies as parameters. In this article, you'll see a solution that makes it possible to do this from a Vue.js single-file component.
- http://amp.gs/NykE

#vue
What the CSS — Implementing Trigonometry in SCSS, and Lessons Learnt

Weiyuan Liu shows how we can harness core engineering principles such as code reuse and unit-testing through implementing trigonometry in SCSS.
- http://amp.gs/NhUs

#css