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
Vue communication patterns: an intro to “props-down” and “events-up” pattern

In this article, I would like to demonstrate how to use a props-down and events-up communication pattern in Vue.js to talk between parent and child, and sibling components
- http://amp.gs/A4mp

#vue
Sequelize ORM Found Vulnerable to SQL Injection Attacks

The good news is the problem is solved and you just need to update if you're using Sequelize. But if you want to learn about how the vulnerability was discovered and how it could be abused, read on. - http://amp.gs/AR8u

#nodejs
Everything I Know About Style Guides, Design Systems, and Component Libraries

Lee Robinson shares what he learned in the past year building style guides, design systems, component libraries, and their best practices. - http://amp.gs/AUwL

#css
Angular 8 Google Maps Firebase Realtime Blood Donor App

A comprehensive step by step tutorial on building a Realtime blood donor app using Angular 8, Google Maps, Location, and Firebase Realtime Database. - http://amp.gs/AdJX

#angular
On building a Vue.js piano, Scriabin's synesthesia, synths/samplers in Tone.js, learning your scales and arpeggios and more!

This article is about a project of music brought to life with the power of Vue.js and of course passion!
- http://amp.gs/ASe8

#vue
How to Integrate TensorFlow Model in Angular Application?

This article should emphasize, how processes of building any machine learning model differs from the developing application that utilizes this model. However, it also reveals mutual points as well and provide further evidence how data scientists and software developers should work close together if they want to create a great product.
- http://amp.gs/AATp

#angular
How to Profile a React App for Performance

Kent is on 🔥 lately with the React performance posts, and this is a great one. See how to use the React DevTools and React’s profiling build to get started with performance profiling a production app. - http://amp.gs/AAcs

#react
The ABCs of Node.js: A Node Glossary

Basically a glossary of sixty-one different terms you might come across in the Node world, such as ‘middleware’, ‘LTS’, and ‘streams’. - http://amp.gs/AqWe

#nodejs
Lists of New ECMAScript Features by Version

This is pretty neat. Short and sweet lists of new ES features (with basic examples) that were introduced in ES2015 (a.k.a. ES6), ES2016, ES2017 and so on. - http://amp.gs/As7t

#javascript
A Practical Guide to Angular: Environment and Project Setup

Angular is a framework for building client-side applications using HTML, CSS, and JavaScript. In this post, the first of a series, we will cover how to set up an Angular app using the CLI, the various CLI commands and options, and what most of the files generated by the CLI do. - http://amp.gs/AivY

#angular
Dependency Mocks - A Secret Weapon for Vue Unit Tests

If your Vue single-file components have dependencies, you'll need to handle those dependencies in unit tests. In this article, you'll learn how to mock dependencies in Jest by replacing them in the component's dependency graph. - http://amp.gs/Ai3b

#vue
What's New in Mongoose 5.7

Mongoose is perhaps the most popular way to use MongoDB from Node and 5.7 introduces support for MongoDB 4.2, as well as conditionally immutable properties and faster document arrays. - http://amp.gs/ADly

#nodejs #mongoose