React, Inline Functions, and Performance
Thoughts about premature optimization and the performance of inline functions. - https://goo.gl/TRdeRs
#react
Thoughts about premature optimization and the performance of inline functions. - https://goo.gl/TRdeRs
#react
componentDidBlog
React, Inline Functions, and Performance
So are they slow or what?
An imperative guide to forms in Vue.js
In this tutorial, we will walk you through the process of creating, validating, and utilising inputs from a form in a Vue.js 2.x application. - https://goo.gl/FmQQtn
#vue #forms
In this tutorial, we will walk you through the process of creating, validating, and utilising inputs from a form in a Vue.js 2.x application. - https://goo.gl/FmQQtn
#vue #forms
LogRocket
An imperative guide to forms in Vue.js – LogRocket
In this tutorial, I will walk you through the process of creating, validating, and utilising inputs from a form in a Vue.js
The Web Share API Is Here: Here’s How to Use It
This JavaScript API, added in Chrome 61, lets you implement native sharing capabilities from your mobile web app (it was previously only available on native platforms). - https://goo.gl/NeMdCH
#shareapi
This JavaScript API, added in Chrome 61, lets you implement native sharing capabilities from your mobile web app (it was previously only available on native platforms). - https://goo.gl/NeMdCH
#shareapi
codeburst
The Web Share API Is Here :)
One of the coolest APIs is available now as of Chrome 61! The Web Share API is a JavaScript API that let’s you implement native sharing…
Chrome Dev Summit 2017 Keynote
Ben Galbraith, leader of the Chrome Web Platform team, and Dion Almaer, Google Engineering Director, discuss the state of Chrome and the Web Platform today. - https://goo.gl/aztxfP
#chromeDevSummit #keynote #video
Ben Galbraith, leader of the Chrome Web Platform team, and Dion Almaer, Google Engineering Director, discuss the state of Chrome and the Web Platform today. - https://goo.gl/aztxfP
#chromeDevSummit #keynote #video
YouTube
Keynote (Chrome Dev Summit 2017)
In the Chrome Dev Summit 2017 Keynote you'll hear from Ben Galbraith, the leader of the Chrome Web Platform team, and Dion Almaer, Google Engineering Directo...
The React Story: How Facebook’s Instagram Acquisition Led to the Open Sourcing of React
Pete Hunt, one of the original creators of React, gives the story of why React was first created, how it gained adoption within Facebook due to the Instagram acquisition, and its eventual release. - https://goo.gl/dVjpvX
#react
Pete Hunt, one of the original creators of React, gives the story of why React was first created, how it gained adoption within Facebook due to the Instagram acquisition, and its eventual release. - https://goo.gl/dVjpvX
#react
StackShare
The React Story: How Facebook's Instagram Acquisition Led To The Open Sourcing of React.js | StackShare
Build A Real-Time Chat App With VueJS, Vuex & Cloud Firestore
Firestore is Google’s latest real-time cloud database. In this tutorial by Lachlan Miller, you will learn how to build a chat app with Vue.js, Vuex and Cloud Firestore. - https://goo.gl/86TC1i
#vue #vuex
Firestore is Google’s latest real-time cloud database. In this tutorial by Lachlan Miller, you will learn how to build a chat app with Vue.js, Vuex and Cloud Firestore. - https://goo.gl/86TC1i
#vue #vuex
Vue.js Developers
Build A Real-Time Chat App With VueJS, Vuex & Cloud Firestore
Firestore is Google's latest real-time cloud database. In this tutorial you will learn how to build a chat app with Vue.js, Vuex and Cloud Firestore.
DevTools Tips for Progressive Web Apps
Some tips on using Chrome to debug issues related to PWAs. - https://goo.gl/BDYfza
#pwa
Some tips on using Chrome to debug issues related to PWAs. - https://goo.gl/BDYfza
#pwa
Raymondcamden
DevTools Tips for Progressive Web Apps
As this month is apparently "blog everything I can about PWA month", I wanted to share some quick notes on how I'm using DevTools, specifically Chrome (but I'll quickly look at Edge, Firefox, and Safari) to work with and debug progressive web apps (PWAs).…
Fast By Default: Modern Loading Best Practices
Addy Osmani runs through loading best practices for diagnosing and making real-world sites load ‘instantly’. Filmed at the Chrome Dev Summit 2017. - https://goo.gl/qS58BQ
#chromeDevSummit #video
Addy Osmani runs through loading best practices for diagnosing and making real-world sites load ‘instantly’. Filmed at the Chrome Dev Summit 2017. - https://goo.gl/qS58BQ
#chromeDevSummit #video
YouTube
Fast By Default: Modern Loading Best Practices (Chrome Dev Summit 2017)
Optimizing sites to load instantly on mobile is far from trivial. Costly JavaScript can take seconds to process, we often aren't sensitive to users data-plans, and browsers don't know what UX-critical resources should load first. Thankfully, there's a lot…
Ionic Lazy Loading Bonuses
How to take advantage of Lazy Loading in your Ionic 3 apps. - https://goo.gl/iCVnCy
#ionic
How to take advantage of Lazy Loading in your Ionic 3 apps. - https://goo.gl/iCVnCy
#ionic
Bendyworks: Ruby on Rails, JavaScript, and Elixir Consulting
Ionic Lazy Loading Bonuses - Bendyworks: We are Bendyworks
We build smart, robust, enterprise-level software that works, both with you and for you.
Event Sourcing Microservices with Kafka
In this post, you are going to read about a microservice application using Kafka as the primary data store. - https://goo.gl/nTde19
#microservice
In this post, you are going to read about a microservice application using Kafka as the primary data store. - https://goo.gl/nTde19
#microservice
Kontena Blog
Event Sourcing Microservices with Kafka
Like many software engineers, I come from the world of enterprise software development. In this world design patterns and software architecture are king. I’ve spent countless hours studying the principals of SOA, Domain Driven Design, CQRS and all the...
V8 Release 6.3: Speed and New ES Features
The latest branch of the V8 engine will make its first appearance in Chrome 63. Performance increases are the order of the day, plus three ‘stage 3’ ECMAScript features. - https://goo.gl/Sj8qG8
#v8 #release
The latest branch of the V8 engine will make its first appearance in Chrome 63. Performance increases are the order of the day, plus three ‘stage 3’ ECMAScript features. - https://goo.gl/Sj8qG8
#v8 #release
v8project.blogspot.co.uk
V8 Release 6.3
A blog by the V8 team for JavaScript enthusiast that want to get a glimpse 'under the hood' of Chrome's JavaScript engine.
Improving Performance with the Paint Timing API
An in-depth look at an API currently only available in Chrome 60+ for accessing and reporting Web page ‘paint’ metrics from JavaScript. - https://goo.gl/dfrWiU
#paintTimingApi
An in-depth look at an API currently only available in Chrome 60+ for accessing and reporting Web page ‘paint’ metrics from JavaScript. - https://goo.gl/dfrWiU
#paintTimingApi
SitePen Blog
Improving Performance with the Paint Timing API
Introduction Outline Accessing paint metrics from JavaScript Reporting paint timing metrics to a server Viewing paint metrics in the Chrome DevTools Browser Implementations Traditionally, front-end performance focused primarily on page load times as an important…
REST Client for VS Code
REST Client allows you to send HTTP request and view the response in Visual Studio Code directly. No external app like Postman or Paw needed. - https://goo.gl/YVbV1h
#tools
REST Client allows you to send HTTP request and view the response in Visual Studio Code directly. No external app like Postman or Paw needed. - https://goo.gl/YVbV1h
#tools
Scaling React Server-Side Rendering
Scaling a React-based rendering service gave the author a lot of stories/tips to share, all packed into this epic post. - https://goo.gl/hhVNPk
#react
Scaling a React-based rendering service gave the author a lot of stories/tips to share, all packed into this epic post. - https://goo.gl/hhVNPk
#react
CSS Grids for Everyone
Jeffrey Way teaches everything you need to know in bite-sized episodes - https://goo.gl/Jc81KF
#css #grid
Jeffrey Way teaches everything you need to know in bite-sized episodes - https://goo.gl/Jc81KF
#css #grid
Laracasts
CSS Grids for Everyone
The new CSS Grid spec offers unprecedented control when it comes to constructing layouts and components. In fact, this level of power and flexibility has never been available before now. That being said, there's a slight learning curve.
Come along, as I…
Come along, as I…