Vue.js communication part 2: parent-child components
Many Vue.js app components will probably have some sort of parent-child relationship. - https://goo.gl/gt8EFG
#vue
Many Vue.js app components will probably have some sort of parent-child relationship. - https://goo.gl/gt8EFG
#vue
gambardella.info
Vue.js communication part 2: parent-child components | Christian Gambardella
Many Vue.js app components will probably have some sort of parent-child relationship. In this part of the series I aim to talk about common patterns as well as
CoffeeScript 2: A New CoffeeScript for the ES6+ Era
This new release of the controversial compile-to-JS language preserves its clean syntax but bridges the gap with ES6 and beyond. - https://goo.gl/ZH42Hh
#coffeescript
This new release of the controversial compile-to-JS language preserves its clean syntax but bridges the gap with ES6 and beyond. - https://goo.gl/ZH42Hh
#coffeescript
How New Font Technologies Will Improve The Web
François Poizat looks at how variable & parametric fonts will revolutionize responsive type - https://goo.gl/samd5j
#css #fonts
François Poizat looks at how variable & parametric fonts will revolutionize responsive type - https://goo.gl/samd5j
#css #fonts
Smashingmagazine
How New Font Technologies Will Improve The Web – Smashing Magazine
In this article, you'll learn about new font technologies, including the ins and outs of these new tools and how to take control of our typography.
The All-New Guide to CSS Support in Email
A big update to this popular guide for getting your CSS behaving in a range of email clients. - https://goo.gl/wNf3gb
#css #emails
A big update to this popular guide for getting your CSS behaving in a range of email clients. - https://goo.gl/wNf3gb
#css #emails
Campaignmonitor
The All-New Guide to CSS Support in Email
Find an up-to-date guide to CSS support in email. Campaign Monitor includes cutting edge email layout techniques and progressive enhancements.
How to build a realtime chat app in React Native
Introduction to building mobile apps in React Native and how to use Pusher to handle multiple realtime messaging. - https://goo.gl/R7g7yv
#reactNative
Introduction to building mobile apps in React Native and how to use Pusher to handle multiple realtime messaging. - https://goo.gl/R7g7yv
#reactNative
Pusher Blog
How to build a realtime chat app in React Native - Pusher Blog
Discover how you can build a chat with React Native and Pusher for the realtime features.
To Type or Not to Type: Quantifying Detectable Bugs in JS
A summary of an academic paper that concludes both Flow and TypeScript are good at preventing bugs that could end up in committed code. - https://goo.gl/i6Z1jh
#javascript
A summary of an academic paper that concludes both Flow and TypeScript are good at preventing bugs that could end up in committed code. - https://goo.gl/i6Z1jh
#javascript
the morning paper
To type or not to type: quantifying detectable bugs in JavaScript
To type or not to type: quantifying detectable bugs in JavaScript Gao et al., ICSE 2017 This is a terrific piece of work with immediate practical applications for many project teams. Is it worth th…
Vue.Js Vs. Jquery: Use Cases and Comparison with Examples
Should I stop using jQuery if I learnt Vue.js? Can you use it outside Laravel? Richard Laasri answers these questions and shows us some examples too - https://goo.gl/E39TPD
#vue #jquery
Should I stop using jQuery if I learnt Vue.js? Can you use it outside Laravel? Richard Laasri answers these questions and shows us some examples too - https://goo.gl/E39TPD
#vue #jquery
Scotch
Vue.Js Vs. Jquery: Use Cases and Comparison with Examples
Vue.js vs. jQuery. Use cases and comparison with examples
Paul Irish on Debugging in 2017 with Node.js
Paul Irish demonstrates improved workflows for debugging, profiling and understanding your app using the DevTools protocol. He also shares more advanced techniques for automating and monitoring Node. - https://goo.gl/yUHLz6
#nodejs #debugging
Paul Irish demonstrates improved workflows for debugging, profiling and understanding your app using the DevTools protocol. He also shares more advanced techniques for automating and monitoring Node. - https://goo.gl/yUHLz6
#nodejs #debugging
YouTube
Debugging in 2017 with Node.js
We're gonna takealigg---a little look at these topics: * 1:43 Debugging basics (--inspect) and Chrome DevTools integration * 4:17 Chrome DevTools demo * 8:46...
Writing CSS with Accessibility in Mind
Techniques, considerations, and approaches that will help you write more accessible CSS. - https://goo.gl/o3ih7g
#css
Techniques, considerations, and approaches that will help you write more accessible CSS. - https://goo.gl/o3ih7g
#css
How to Build a 'To-Do' API With Node and Restify
Restify is a framework for building REST APIs in Node. - https://goo.gl/DQZMfX
#nodejs #restify
Restify is a framework for building REST APIs in Node. - https://goo.gl/DQZMfX
#nodejs #restify
Code Envato Tuts+
Build a To-Do API With Node and Restify
IntroductionRestify is a Node.js web service framework optimized for building semantically correct RESTful web services ready for production use at scale. In this tutorial, you will learn how to...
How to Organize a Large React App and Make It Scale
Jack Franklin describes a set of tips and best practices for creating and organizing React applications in a scalable way. - https://goo.gl/vHKky3
#react
Jack Franklin describes a set of tips and best practices for creating and organizing React applications in a scalable way. - https://goo.gl/vHKky3
#react
SitePoint
How to Organize a Large React Application and Make It Scale — SitePoint
Jack Franklin describes a set of tips and best practices for creating and organizing React applications in a scalable way.
Building a Movie App Interface with Vue.js
Most of us use an online streaming service to watch our favourite shows/movies. This post will highlight how to build a similarly styled movie streaming interface, with Vue.js 2.0 - https://goo.gl/pYYgxz
#vue
Most of us use an online streaming service to watch our favourite shows/movies. This post will highlight how to build a similarly styled movie streaming interface, with Vue.js 2.0 - https://goo.gl/pYYgxz
#vue
Hacker Noon
Building a movie app interface with Vue.js – Hacker Noon
By Hassan Djirdeh
The Problems with Redux
Redux “is great but comes along with tons of boilerplate configuration and architecture”. This article asks if React’s local state, MobX and Realm can solve this. - https://goo.gl/VdmM4D
#redux
Redux “is great but comes along with tons of boilerplate configuration and architecture”. This article asks if React’s local state, MobX and Realm can solve this. - https://goo.gl/VdmM4D
#redux
Quantum Blog
The Problems with Redux: Are MobX and Realm going to put and end to it
We all know redux is great but comes along with tons of boilerplate configuration and architecture. Can React's local state, MobX and Realm solve this?
A Modern JavaScript Cheatsheet
Plenty of JS terminology explained, along with code examples, in this thorough guide. - https://goo.gl/HF56LK
#javascript
Plenty of JS terminology explained, along with code examples, in this thorough guide. - https://goo.gl/HF56LK
#javascript
Deploying ES2015+ Code in Production Today
Using the new `script type="module"` approach gives us some benefits merely beyond loading ES modules alone - it guarantees ES6/ES2015 support. - https://goo.gl/55gSW7
#es2015 #deploying
Using the new `script type="module"` approach gives us some benefits merely beyond loading ES modules alone - it guarantees ES6/ES2015 support. - https://goo.gl/55gSW7
#es2015 #deploying
Philipwalton
Deploying ES2015+ Code in Production Today — Philip Walton
Thoughts on web development, open source, software architecture, and the future.
Chrome Breaks Visual Viewport — Again
If you use window.innerWidth/Height in any of your sites, it may break in Chrome 61/Android. - https://goo.gl/TN2TjF
#chrome #viewport
If you use window.innerWidth/Height in any of your sites, it may break in Chrome 61/Android. - https://goo.gl/TN2TjF
#chrome #viewport