Accessible routing with vue.js [updated]
Routing is an integral part of a Single Page Application, and therefore for the accessible-app project. - http://bit.do/eDdWq
#vue
Routing is an integral part of a Single Page Application, and therefore for the accessible-app project. - http://bit.do/eDdWq
#vue
Mistletoe Offline: Building A Custom Offline Page
Advice for building an offline page, for when a visitor can’t reach your site. - http://bit.do/eDd2C
#web
Advice for building an offline page, for when a visitor can’t reach your site. - http://bit.do/eDd2C
#web
24ways.org
Mistletoe Offline
Jeremy Keith reminds us that 4G is king. The carollers sing. One tunnel has passed, a new one’s beginning. Dreams of wi-fi on the go. Fingers numb, smart phones aglow. It’s Christmas time, mistletoe offline. Children streaming their gameplay online. With…
Finding Photos on Twitter using Face Recognition with TensorFlow.js
An incredibly cool, and in-depth, look at a serverless application making use of TensorFlow. - http://bit.do/eDd3X
#nodejs #twitter #tensorFlow
An incredibly cool, and in-depth, look at a serverless application making use of TensorFlow. - http://bit.do/eDd3X
#nodejs #twitter #tensorFlow
jamesthom.as
Finding photos on Twitter using face recognition with TensorFlow.js - James Thomas
Using face recognition to find unlabelled photos on twitter with machine learning. TensorFlow.js and Serverless Cloud Platforms used to search for …
An Introduction to CSS Shapes
Tania Rascia gives a nice introduction to CSS Shapes. - http://bit.do/eDdYX
#css
Tania Rascia gives a nice introduction to CSS Shapes. - http://bit.do/eDdYX
#css
Codrops
An Introduction to CSS Shapes | Codrops
CSS Shapes allow us to make interesting and unique layouts by defining geometric shapes, images, and gradients that text content can flow around.
How to Optimize Angular Applications
Angular is the most popular framework for building single page web applications. This doesn’t necessarily mean that your application can contain only one page. You can create a website with dozens of pages using Angular. The framework itself (latest versions) is well-optimized thanks to an amazing team and community, however, when it comes to performance we should always think about few things that can make our application run fast and smooth. - http://bit.do/eDdXA
#angular
Angular is the most popular framework for building single page web applications. This doesn’t necessarily mean that your application can contain only one page. You can create a website with dozens of pages using Angular. The framework itself (latest versions) is well-optimized thanks to an amazing team and community, however, when it comes to performance we should always think about few things that can make our application run fast and smooth. - http://bit.do/eDdXA
#angular
Medium
How to optimize Angular applications
Angular is the most popular framework for building single page web applications. Although i said single page but it doesn't necessarily…
The User Experience of Chatbots
Most chatbots guide users through simple linear flows – leaving users with a hard time whenever they want to deviate those flows. - http://bit.do/eDd3g
#chatbots
Most chatbots guide users through simple linear flows – leaving users with a hard time whenever they want to deviate those flows. - http://bit.do/eDd3g
#chatbots
Nielsen Norman Group
The User Experience of Chatbots
Far from being ‘intelligent’, today’s chatbots guide users through simple linear flows, and our user research shows that they have a hard time whenever users deviate from such flows.
Building Gmail/Chrome Extension with Vue.js and InboxSDK
Building a Chrome extension with Vue.js that plugs into Gmail using InboxSDK. - http://bit.do/eDdWR
#vue #chrome #extension
Building a Chrome extension with Vue.js that plugs into Gmail using InboxSDK. - http://bit.do/eDdWR
#vue #chrome #extension
Bridging the Gap Between CSS and JavaScript: CSS-in-JS
Matija Marohnić digs into the concept of CSS-in-JS. - http://bit.do/eDdZf
#css
Matija Marohnić digs into the concept of CSS-in-JS. - http://bit.do/eDdZf
#css
CSS-Tricks
Bridging the Gap Between CSS and JavaScript: CSS-in-JS
In this article, we’re going to dig into the concept of CSS-in-JS. If you’re already acquainted with this concept, you might still enjoy a stroll through
PWA vs Hybrid App vs Native: Choosing the Right Mobile App Tech
Why making the right choice of technology to use when building your mobile app makes all the difference. - http://bit.do/eDd5q
#mobile #pwa #hybrid #native
Why making the right choice of technology to use when building your mobile app makes all the difference. - http://bit.do/eDd5q
#mobile #pwa #hybrid #native
Bits and Pieces
PWA vs Hybrid App vs Native: Choosing the Right Mobile App
Building a Native App? PWA? Hybrid App? Making the right choice makes all the difference.
Theming with Style
Our Buttons are looking pretty good after the work we did in the last post. But what if we wanted to customize them? Where would we even begin? Find out the answers to these questions, along with how to utilize themes that come with Kendo UI in part three of Angular & Kendo UI Unite! - http://bit.do/eDdXR
#angular
Our Buttons are looking pretty good after the work we did in the last post. But what if we wanted to customize them? Where would we even begin? Find out the answers to these questions, along with how to utilize themes that come with Kendo UI in part three of Angular & Kendo UI Unite! - http://bit.do/eDdXR
#angular
Creating My First Chrome Extension
Bills itself as a ‘generous measure of know-how’ on the subject of creating extensions for Chrome. - http://bit.do/eDd2R
#chrome #extension
Bills itself as a ‘generous measure of know-how’ on the subject of creating extensions for Chrome. - http://bit.do/eDd2R
#chrome #extension
Sharing Data Between Components in Vue
A tutorial on generating data in one component, and passing it to - nother in Vue. - http://bit.do/eDdXa
A tutorial on generating data in one component, and passing it to - nother in Vue. - http://bit.do/eDdXa
Web Content Accessibility Guidelines 2.1—for People Who Haven’t Read the Update
Alan Dalton gives an overview of the new accessibility guidelines. - http://bit.do/eDdZv
#accessibility
Alan Dalton gives an overview of the new accessibility guidelines. - http://bit.do/eDdZv
#accessibility
React Native Tools That You Can Use for Your Next Project
A list of React Native tools you can consider using to build your next mobile app. - http://amp.gs/ERiY
#reactNative #tools
A list of React Native tools you can consider using to build your next mobile app. - http://amp.gs/ERiY
#reactNative #tools
freeCodeCamp.org
Here’s a list of React Native tools that you can use for your next project
React Native is a popular and extensively employed JavaScript framework code library. It is primarily used for building attractive user…
A Look At CSS Resets in 2018
A review of CSS reset options (to cancel out the default styles browsers apply to HTML) and how they try to strike a balance between correcting user-agent styling ‘errors’, removing opinionated styling, and staying as consistent as possible. - http://amp.gs/EUvJ
#css
A review of CSS reset options (to cancel out the default styles browsers apply to HTML) and how they try to strike a balance between correcting user-agent styling ‘errors’, removing opinionated styling, and staying as consistent as possible. - http://amp.gs/EUvJ
#css
bitsofcode
A look at CSS Resets in 2018
All browsers ship with a set of default styles that are applied to every web page in what is called the “user agent stylesheet”. Most of these stylesheets are open source so you can have a look through them: Chromium UA stylesheet - Google Chrome & Opera…
Announcing N|Solid for AWS Lambda
NodeSource has worked with AWS to offer a version of the N Solid runtime through the newly announced ‘Lambda Layers’ feature. - http://amp.gs/Edmm
#nodejs #aws
NodeSource has worked with AWS to offer a version of the N Solid runtime through the newly announced ‘Lambda Layers’ feature. - http://amp.gs/Edmm
#nodejs #aws
The NodeSource Blog - Node.js Tutorials, Guides, and Updates
Announcing N|Solid for AWS Lambda
Today we're incredibly excited to announce the introduction of N|Solid for AWS Lambda, a new way to monitor Node.js 10 and Node.js 8 AWS Lambda functions.
React Advanced Date Time Range Picker
It’s been at least several issues since we linked to a time or date selector, right? - http://amp.gs/EdVb
#react #components #datepicker
It’s been at least several issues since we linked to a time or date selector, right? - http://amp.gs/EdVb
#react #components #datepicker
GitHub
v0ltoz/react-datetimepicker
Contribute to v0ltoz/react-datetimepicker development by creating an account on GitHub.
On The Irrational Demonization Of Two-Way Data-Binding In Angular
The other day, Ben was listening to a JavaScript podcast on which a guest of the show pointed to two-way data-binding as one of the biggest “problems” in Angular. This is not a new thought - it’s something that he hears time-and-time again, especially from people in the React world. This demonization of two-way data-binding is completely irrational. And, unfortunately, if it’s said by enough “thought leaders”, it can become quite detrimental to the mental model of newer developers. So, he just wanted to come out and say that he absolutely loves the two-way data-binding in Angular. In fact, he thinks it’s one of the features that gives Angular its power. And, it’s a feature that he uses every single day with great success. - http://amp.gs/Edb4
#angular
The other day, Ben was listening to a JavaScript podcast on which a guest of the show pointed to two-way data-binding as one of the biggest “problems” in Angular. This is not a new thought - it’s something that he hears time-and-time again, especially from people in the React world. This demonization of two-way data-binding is completely irrational. And, unfortunately, if it’s said by enough “thought leaders”, it can become quite detrimental to the mental model of newer developers. So, he just wanted to come out and say that he absolutely loves the two-way data-binding in Angular. In fact, he thinks it’s one of the features that gives Angular its power. And, it’s a feature that he uses every single day with great success. - http://amp.gs/Edb4
#angular
Bennadel
On The Irrational Demonization Of Two-Way Data-Binding In Angular
Ben Nadel looks at the irrational demonization of two-way data-binding in Angular. And, demonstrates that two-way data-binding provides exciting benefits that developers can opt-into when they want it; and, opt-out-of when they need more explicit control…
Vue Development In 2019: What You Need To Know
This article provides a high-level map of the key areas of knowledge about Vue.js, from the core features to essential ecosystem tools. Use this map this to target areas for learning in 2019! - http://amp.gs/EOM9
#vue
This article provides a high-level map of the key areas of knowledge about Vue.js, from the core features to essential ecosystem tools. Use this map this to target areas for learning in 2019! - http://amp.gs/EOM9
#vue
Vue Development In 2019: What You Need To Know
This article provides a high-level map of the key areas of knowledge about Vue, from the core features to essential ecosystem tools. Use this map this to target areas for learning in 2019!
IntelliCode for JavaScript and TypeScript in VS Code
The popular VS Code editor gains support for IntelliCode for JavaScript (and TypeScript) users. IntelliCode is a feature that recommends commonly used completion items based upon the current context in your code and is an interesting step in Microsoft’s experiments with practical ‘AI-assisted development’. - http://amp.gs/Ersn
#vscode
The popular VS Code editor gains support for IntelliCode for JavaScript (and TypeScript) users. IntelliCode is a feature that recommends commonly used completion items based upon the current context in your code and is an interesting step in Microsoft’s experiments with practical ‘AI-assisted development’. - http://amp.gs/Ersn
#vscode