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
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
Google Developers
Autoplay Policy Changes | Web
| Google Developers
| Google Developers
Learn best practices for good user experiences with the new autoplay policies in Chrome, coming January 2018.
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
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
freeCodeCamp
D3 Zoom: The Missing Manual
How to zoom and pan in your data visualizations using SVG and Canvas — explained in simple steps and with examples
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
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
Smashing Magazine
How Big Is That Box? Understanding Sizing In CSS Layout
When starting to use Flexbox and Grid, it can be frustrating to find that we sometimes don’t get the layout we expect. Often this is due to the way sizing is calculated in these new layout methods. In this article, I try to explain exactly how big that box…
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
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
Doximity
Five Traps to Avoid While Unit Testing Vue.js
Read more on the Doximity Engineering Blog about how our engineers & data scientists are building the largest online network for clinicians.
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
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
Hacker Noon
AWS Lambda Go vs. Node.js performance benchmark: updated 🔥
Just this week AWS announced the release of Go for their Lambda service.
An Extensive Guide to JS Frameworks
It’s a roundup post, but what a roundup post! John Hannah walks through 52 JavaScript frameworks of various types and touches on their pros, cons, and distinctive features. - https://goo.gl/aNBmWA
#javascript #frameworks
It’s a roundup post, but what a roundup post! John Hannah walks through 52 JavaScript frameworks of various types and touches on their pros, cons, and distinctive features. - https://goo.gl/aNBmWA
#javascript #frameworks
JavaScript Report
The Ultimate Guide to JavaScript Frameworks
Keeping up with JavaScript frameworks can be a challenge. There are a lot of them, and seemingly another one every month. How do you know which ones might be right for your project? What are their strengths and weaknesses? How do you get started? That’s where…
CSS Reference: A Visual Guide to CSS Properties
A well presented, visual guide to what different CSS properties do. - https://goo.gl/fGU51H
#css
A well presented, visual guide to what different CSS properties do. - https://goo.gl/fGU51H
#css
cssreference.io
CSS Reference
CSS Reference is a free visual guide to CSS. It features the most popular properties, and explains them with illustrated and animated examples.
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
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
Hacker Noon
A Todo MVC Application using Iris and Vue.js
Write a fast and modern mini todo application using Iris MVC and Vue.js
Better Typography with Font Variants
Learn how to use font variants, including ligatures, caps, numerals and alternate glyphs, to create more precise, beautiful typography on the web. - https://goo.gl/vXdzx9
#typography #font
Learn how to use font variants, including ligatures, caps, numerals and alternate glyphs, to create more precise, beautiful typography on the web. - https://goo.gl/vXdzx9
#typography #font
Jonathan Harrell | CSS Blogger & Teacher, UI/UX Designer, Front-End Developer
Create Better Web Typography with CSS Font Variants
Learn how to use font variants, including ligatures, caps, numerals and alternate glyphs, to create more precise, beautiful web typography.
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
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
Medium
Dragging React performance forward
I work on a drag and drop library for React: react-beautiful-dnd 🎉. The goal of the Atlassian library is to provide a beautiful and…
100 Lines of Code, 4 Rectangles, 2 Circles, 1 React SVG Loading Spinner - https://goo.gl/U6rtcU
#react
#react
codeburst
100 lines of code, 4 rectangles, 2 circles, 1 React SVG Loading Spinner
No one wants to make their users wait. What you want, is to provide the best experience possible like with a custom Loading component for…
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
Starting in July 2018, page speed will be a ranking factor for mobile searches. - https://goo.gl/eSck3s
#mobile
Official Google Webmaster Central Blog
Using page speed in mobile search ranking
Official news on crawling and indexing sites for the Google index
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
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
codeburst
A Guide to Automating & Scraping the Web with JavaScript (Chrome + Puppeteer + Node JS)
Learn to Automate and Scrape the web with Headless Chrome
A Guide to Building a React Component for npm
Things worth knowing if you want to create a great React library and publish it on npm. - https://goo.gl/PD3GHz
#react
Things worth knowing if you want to create a great React library and publish it on npm. - https://goo.gl/PD3GHz
#react
Medium
A Guide to Building a React Component for npm
Building and publishing a React component on npm is very different from building a normal React web application. There are a lot of things…
“display: contents” Is Coming
Manuel Rego Casasnovas gives an overview of “display: contents”.
- https://goo.gl/tpBfRr
#css
Manuel Rego Casasnovas gives an overview of “display: contents”.
- https://goo.gl/tpBfRr
#css
Igalia
"display: contents" is coming - Rego's Everyday Life
A weblog about my work at Igalia
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
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
Medium
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.
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
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