21578
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile и многое другое. Администратор: @andrey2019 Donate: https://goo.gl/5FJz4U
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
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
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
A Full Report on the Jan 6 'npm Incident'
In short, a user was inaccurately flagged as a spammer and the deactivation of their packages caused a cascade of issues. - https://goo.gl/AjzK66
#node #npm
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
Getting Started with Augmented Reality in NativeScript
How you can build your first AR iOS app using NativeScript. - https://goo.gl/Ece6GR
#nativescript #ar
CSS Grid Layout Secrets Revealed
Dig into the CSS Grid Layout specification to uncover some features you might have missed – and some coming soon. - https://goo.gl/ivavxo
#css #grid
Running a Node App on Amazon ECS: The EC2 Container Service Mega-Walkthrough
If you’re using Amazon Web Services, ECS can be attractive way to run apps - this article digs into why and some of the things to watch out for when using it to run Node apps. - https://goo.gl/X8iaEH
#aws #nodejs
Up and Running with GraphQL in the Cloud using AWS AppSync
A hosted GraphQL service from Amazon could be a convenient backend for many types of React app. - https://goo.gl/YcPQ7W
#react #aws #graphql
Nerv: A Fast IE8- and React 16-Compatible React Alternative
In a similar vein to Preact, Nerv bills itself as a tinier, faster React alternative and has browser compatibility as a particular focus. -
https://goo.gl/cKBkW8
#nerv
Server Rendering, Code Splitting, & Lazy Loading with React Router v4 -
https://goo.gl/3q37CP
#react #serverRendering
Introducing VuePress: WordPress Development With Vue and GraphQL.
In this article, Ramsay Lanier introduces you to his new project VuePress, which allows you to create a simple blog with WordPress, Vue and GraphQL. - https://goo.gl/5WqRcU
#vue
The Vue Libraries I Made in 2017
Wondering how you can contribute new Vue.js open-source software? Egoist provides good inspiration, having made around 20 different Vue.js libraries in 2017. - https://goo.gl/Ugj2a9
#vue #libraries
Jimp: Image Processing Library with No Native Dependencies
Covers resizing, cropping, color manipulations, and more. Pure JS and solely for Node. - https://goo.gl/DT1HCP
#nodejs
How to Use Variable Fonts on the Web
Anna Monus gives a nice introduciton to Variable Fonts. - https://goo.gl/ygPcJV
#css
How Big Is That Box? Understanding Sizing in CSS Layouts
A great introduction to the concepts around lengths, units, and content-based sizing with layouts based on Grid and Flexbox. - https://goo.gl/s9w7w9
#css
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
Netlify features to surprise and delight
A quick list of some of the Netlify features you might not know about -
https://goo.gl/AEZsVM
#web
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
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
How to Write A Higher Order Component in 3 Easy Steps -
https://goo.gl/VuFLfq
#react #hoc
Learning to Operate Kubernetes Reliably
An in-depth post on why Stripe chose to build on top of Kubernetes, how they integrated Kubernetes into their existing infrastructure, and their approach to increasing reliability. - https://goo.gl/dfztqE
#kubernetes
What’s new in Vue Devtools 4.0
Vue.js team member Guillaume Chau dives into the new features and improvements in Vue Devtools 4. These including editable component data, filtering events by component, improvements to the layout and more! - https://goo.gl/FfBnaU
#vue #devTools
The Brutal Lifecycle of JavaScript Frameworks
Every now and then, a new framework pops up claiming it will revolutionize development. Until the next one. Stack Overflow looks at such lifecycles based on questions asked on its service. - https://goo.gl/SNbc22
#javascript #frameworks
Templating in Vue: Separation of Concerns or Separation of Technology?
In this article, Scott Molinari brings an interesting perspective on single-file components, the pattern you almost always find used in React or VueJS apps to break down application logic. - https://goo.gl/ko3yho
#vue
Demystifying CSS alignment
If you’ve been working on Flexbox or Grid and keep having to go back to check how you align the content then this is a great article that covers everything you need to know - https://goo.gl/F3HSC5
#css
Functional-Light JavaScript: A Balanced Book on FP in JS
Kyle Simpson’s written an interesting book that takes a pragmatic look at functional programming concepts in JavaScript. And, yes, you can read it all on GitHub. - https://goo.gl/AKHbXa
#javascript #functional
Building an Online Text RPG with React and GraphQL
An extremely meaty first part to an ongoing series about building an online multiplayer RPG with React. - https://goo.gl/A6XVfA
#react #graphql
Code Splitting with React and React Router
Avoid downloading code in your app until your user really needs it. That’s code splitting. A tutorial in both written and video formats. - https://goo.gl/UXUcSV
#react #splitCode
Which JavaScript Frameworks Are the Fastest?
Catch the numbers on web performance regarding JavaScript Frameworks. - https://goo.gl/S1MxLv
#web #javascript #frameworks