FrontEnd Development
28.8K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.
Download Telegram
GitHub Announces Unlimited Free Private Repos

A late Christmas present comes from GitHub in the shape of their free offering now including unlimited private repositories (something that previously cost $7/mo) with a limit of three collaborators per repo. - http://amp.gs/Vdy1

#github #private #repo
How to map REST API data using Decorator pattern in Angular 6

In this article, we will learn how to use the Decorator pattern to consume REST API in Angular 6. - http://amp.gs/VrgG

#angular #decoretor
Vue.js best practices

A list of best practices and style guides for a more correct or commonly accepted way of using Vue. - http://amp.gs/VSRA

#vue
2018 JavaScript Rising Stars

An annual roundup of which JavaScript projects did well in terms of GitHub stars over the prior year in various categories. It’s a bit of a popularity contest but it’s nice to get a feel for what’s going on. - http://amp.gs/VAEt

#javascript
Node and JavaScript Testing Best Practices

A well presented collection of 30 best practices for better JavaScript testing, continuous integration, and overall quality. - http://amp.gs/Vsyj

#nodejs #testing
The Developer’s Guide to Native Web Animation

A look at native animation options currently available, and what the differences between them are. - http://amp.gs/Vi7z

#css #animation
Getting Started with React Native in 2019: Build Your First App

A walkthrough of the basics of getting set up and building your first React Native app. - http://amp.gs/Vib6

#reactNative
A Look at TypeScript 2.8's Conditional Types

An intro to conditional types, a powerful addition to the type system introduced in TypeScript 2.8 - http://amp.gs/VDvg

#typescript
Creating Interactive Text Animations with React Hooks

A fun bit of experimentation with React Hooks, CSS Modules, CSS variables and clip-path in order to animate headings that respond to pointer movements. - http://amp.gs/VJvI

#react
Creating a Node gRPC Service Using Mali


gRPC, originally created at Google, is a universal RPC system powered by HTTP/2 and Protocol Buffers. This is a really neat, practical introduction to the concepts involved. - http://amp.gs/V0eb

#nodejs
How to Drastically Reduce Estimated Input Latency and Time to Interactive of SSR Vue.js Applications

Learn how to solve the problem of a very high Estimated Input Latency of pre-rendered Vue.js or Nuxt.js powered Single Page Applications. - http://amp.gs/VK7V

#vue
The Best Way To Unsubscribe RxJS Observable In The Angular Applications!

The RxJS (aka Observable-s ) is a rather new-ish technology in the frontend engineering space. Made popular mostly by its inclusion in the core Angular APIs. It proved to be a very powerful tool when dealing with the collections of asynchronous events. -
http://amp.gs/V3m1

#angular