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

Admin: @andrey2019
Download Telegram
Managing State in Angular using Akita

Akita is a simple and effective state management for Angular applications. Akita is built on top of RxJS and inspired by models like Flux and Redux. - http://bit.ly/2LabDjs

#angular #akita
MongoDB, Express, Vue.js 2, Node.js (MEVN) and SocketIO Chat App

A comprehensive tutorial for building a real-time chat application using the popular MEVN stack with SocketIO. - http://bit.ly/2Li7fPG

#vue #mevn
Getting Alexa to Respond to Sign Language Using a Webcam and TensorFlow.js

A look at the underlying tech behind a proof of concept to get an Amazon Echo to respond to sign language, plus how the system was built using TensorFlow.js. - http://bit.ly/2nKhent

#javascript #alexa
Using Data in React with the Fetch API and Axios

As you build React apps, you will run into lots of scenarios where you want to handle data from an API — here’s a look at how. - http://bit.ly/2MsfxtC

#react #axios
Browser Painting and Considerations for Web Performance

Georgy Marchuk explains why we need to be mindful of the impact our code has on the painting process and performance in general. - http://bit.ly/2Ppd4xP

#css
The Generic Sensor API

Exploring the Generic Sensor API, which aims to make a consistent JavaScript API across a variety of different sensors (most often common on mobile devices) to make it easier to support new ones on the Web. - http://bit.ly/2BvMro0

#mobile #sensor #api
How to Pass Props to Components in React

“Everyone who is new to React is confused by these so called props, because they are never mentioned in any other web framework, and rarely explained on their own.” - http://bit.ly/2PmleXM

#react
Full-Stack TypeScript Apps - Part 2: Developing Frontend Angular Apps

This is a series on how to build a full-stack TypeScript web application using Angular and Nest.js. In the first part, we learned how to build a simple API with Nest.js. In part two, here, we are going to learn how to use Angular to develop the frontend of the application that communicates with Nest.js. - http://bit.ly/2Ms8DnY

#angular
Attribute Directives Angular Forms

In this article, we’ll examine creating Angular Directives that interact with the Angular Forms controls. We’ll do that by creating an attribute directive which hooks into the underlying form control and changes the directive’s host element border. - http://bit.ly/2MEpinG

#angular #forms
How to Display a List in React

You’ve got a list of items you want to appear on screen, but what’s the “React way” to do this? - http://bit.ly/2Mn7UEG

#react
Line-Height Crop — A Simple CSS Formula to Remove Top Space From Your Text

Claudia Romano explains how to remove space from the top (and bottom) of text elements using a simple SCSS mixin. - http://bit.ly/2LcoAJN

#css