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
Overflow And Data Loss In CSS

Rachel Andrew explores the situations in which you might encounter overflow in your web designs and explains how CSS has evolved to create better ways to manage and design around unknown amounts of content. - http://amp.gs/AvNJ

#css
The Baseline Interpreter: A Faster JS Interpreter in Firefox 70

JIT (Just-In-Time) compilation was once all the rage for speeding up JavaScript but a faster interpreter can result in significant performance improvements on modern workloads and here’s how it works. - http://amp.gs/Ag8O

#web #news
Angular Dependency Injection Tips

Dependency Injection (DI) is one of the most important concepts that Angular incorporates. The design pattern helps us build web applications easier and limit tight coupling.
- http://amp.gs/AEdE

#angular
Simplify Your JavaScript with .some() and .find()

If you haven’t revised the array methods in recent years, you might be missing out and reinventing the wheel in your code. - http://amp.gs/AV9f

#javascript
What's New In DevTools for Chrome 78

Including Lighthouse 5.2 in the Audits panel, and Largest Contentful Paint in the Performance panel. - http://amp.gs/A9hw

#chrome #devtools
We're looking for high-performance Senior React engineers for full-time remote work in a tech company.

Good English and communication skills are crucial as you'll be working in a global remote team. You should have senior level experience (~5 years) building modern front-end systems, with at least 3 years of that experience using React.

Requirements:
- Senior-level experience (~5 years) building modern front-end systems.
- At least 3 years of shipping production code.
- Ability to write tests, JEST - Enzyme.
- Basics knowledge of working with REST.
- Ability to configure task runners and bundlers like Webpack or Parcel.
- Experience with design patterns.

Bonus points for:
- Knowledge of full-stack software development.
- Experience using and contributing to open-source projects.
- Experience working remotely.
- Non-web background is a plus.
- Experience with strongly typed languages is a plus.

To apply for this role, please sign up to 6nomads.com.
You need to pass only two rounds of selection (about 1,5 hours) and one optional.

Then we will be able to recommend you to the company and minimize unnecessary interviews, approvals and waiting time for you, because our expertise is trusted.
FrontEnd Development pinned «We're looking for high-performance Senior React engineers for full-time remote work in a tech company. Good English and communication skills are crucial as you'll be working in a global remote team. You should have senior level experience (~5 years) building…»
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