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
Template Driven Form Validation In Vue.js

Template driven validation is a type of form validation where rules are set directly in the form elements using Vue.js directives. In this article, Ogundipe Samuel Ayo demonstrates how to do this using Vue and VeeValidate. - https://goo.gl/dpdih2

#vue #form #validation
Cover Your Apps While Still Using npm

As an online platform, the npm registry will go down occasionally. That’s normal, but what can we do to mitigate the pains of a single point of failure? - https://goo.gl/PNkkJL

#nodejs #npm
New Flexbox Guides on MDN

Eight new guides covering the real use cases of Flexbox, looking at where Grid should be used instead, and clarification on how the spec works with Writing Modes, Box Alignment and ordering of items. -
https://goo.gl/wTxUtu

#css #flexbox
Vue App Scaling, Analysis of Vuex and Comparison of State Management Solutions.

New to Vuex? Sergey Smolin has published a great tutorial on the concepts of Vuex, providing comparisons to similar software like Elm and Redux. - https://goo.gl/tuAKtz

#vue #vuex
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