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
Chrome DevTools: The Five Most Popular DevTools Tips From 2018

Umar regularly shares handy developer tips for when working in Chrome. Here, he shares some highlights from last year. - http://amp.gs/V9h9

#chrome #devtools
Deploying an Angular Site to Firebase with CircleCI

If you’ve done anything in web development in the past year, you’ve undoubtedly heard of CircleCI and Firebase. Both technologies are becoming increasingly popular as alternatives to Jenkins, AWS, and other older platforms. I this article we are going to walk through how to use CircleCI and FIrebase with Angular. - http://amp.gs/VRdk

#angular #circleci #firebase
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