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
Changes to Chrome’s Video Autoplay Policy Now Rolling Out

Muted autoplay will be fine, but for audio to play some conditions must be met. Only in Chrome Canary for now, but if you use autoplaying videos you need to be prepared. - https://goo.gl/Z51FDn

#html
D3 zoom — the missing manual

After watching Nadieh’s talk at Beyond Tellerrand all about data visualisation I was excited to come across this article detailing how zoom and scaling work with SVG and Canvas. - https://goo.gl/RnG6kW

#d3js
Five Traps to Avoid While Unit Testing Vue.js

In this article, Aurélien Bottazini covers the five most common pitfalls you may encounter while unit testing Vue.js. Includes handy examples. - https://goo.gl/prhxYM

#vue #testing
AWS Lambda Go vs. Node Performance Benchmark

The AWS Lambda serverless platform now supports Go(lang) as well as Node. How does Node’s performance compare, considering Go is a statically compiled language? - https://goo.gl/1qZX2Y

#nodejs #aws
A Todo MVC Application using Iris and Vue.js

Iris is a back-end framework for building web applications using the Go Programming Language. Iris author, Gerasimos Maropoulos, has written a comprehensive guide on how you can build a fast and modern todo application using Iris and Vue.js. - https://goo.gl/6xLYSB

#vue #iris
Dragging React Performance Forward

One of the creators of react-beautiful-dnd goes in-depth on how they radically improved the performance of the latest version. - https://goo.gl/UCmTMZ

#react
Must-Use Tools to Build Better Progressive Web Apps -
https://goo.gl/CsiJRp

#pwa #tools
Google Using Page Speed in Mobile Search Ranking

Starting in July 2018, page speed will be a ranking factor for mobile searches. - https://goo.gl/eSck3s

#mobile
A Guide to Automating & Scraping the Web with JavaScript

I’m building a little Progressive Web App for an event and the event timetable is on a 3rd party with no API. This is a great article for working on how to get data for these kind of situations. - https://goo.gl/ShKsjT

#javascript #scraping
“display: contents” Is Coming

Manuel Rego Casasnovas gives an overview of “display: contents”.
- https://goo.gl/tpBfRr

#css
Getting Started with Web Accessibility in Vue

Vue is almost 4 years old, and has really shot up in popularity over the past year or so. With this growth, comes an increase in the number of Vue contributors, supporters and web applications -
https://goo.gl/TiBJhQ

#vue
How Firefox’s New Compiler Makes WebAssembly Even Faster

Firefox 58 includes a new 2-tiered compiler which boasts a huge speedup for WebAssembly users. How? Why? All is explained here. - https://goo.gl/CQtxMc

#webAssembly