Angular Material - Part One
Here, we’ll learn about Angular Material which is a collection of components that give our applications modern look and feel. - http://bit.ly/2yejyc7
#angular
Here, we’ll learn about Angular Material which is a collection of components that give our applications modern look and feel. - http://bit.ly/2yejyc7
#angular
C-Sharpcorner
Angular Material - Part One
Angular Material is a library of reusable and high quality UI components that are built with Angular and Typescript. These components are internationalized so users with different languages can use them. We have a clean and simple API. They are well tested…
ColorBox
Colorbox is an online tool for building color systems for accessible UIs that scale. - http://bit.ly/2En7gDx
#colorBox #tools
Colorbox is an online tool for building color systems for accessible UIs that scale. - http://bit.ly/2En7gDx
#colorBox #tools
ColorBox
Create amazing color sets superfast.
A Simple React Cheatsheet
A nicely formatted cheatsheet that covers basic code for things like higher order components, React Router, and basic components. - http://bit.ly/2QBmB4z
#react
A nicely formatted cheatsheet that covers basic code for things like higher order components, React Router, and basic components. - http://bit.ly/2QBmB4z
#react
16 Product Management Mental Models
Example: the Pareto Principle states that roughly 80% of all outputs comes from 20% of the effort. - http://bit.ly/2yjIE9o
#productManagement
Example: the Pareto Principle states that roughly 80% of all outputs comes from 20% of the effort. - http://bit.ly/2yjIE9o
#productManagement
The Black Box of Product Management
Product Management Mental Models for Everyone
Mental models are simple expressions of complex processes or relationships. These models are accumulated over time by an individual and…
On Node Framework Popularity
Findings from asking over 800 developers their thoughts on various Node HTTP frameworks. It won’t be a surprise that Express.js is the most used, but what is the most liked? - http://bit.ly/2A8LxLm
#nodejs
Findings from asking over 800 developers their thoughts on various Node HTTP frameworks. It won’t be a surprise that Express.js is the most used, but what is the most liked? - http://bit.ly/2A8LxLm
#nodejs
hueniverse
On Node Framework Popularity
TL;DR — the pretty pictures are below…
Deep Dive Into The New Vue Devtools v5.0
Vue Devtools version 5 has bought amazing new features to the already powerful debugging tool. Features include performance profiling, route tracking, live editing the Vuex store, and a new settings panel. - http://bit.ly/2ITOoun
#vue #devTools
Vue Devtools version 5 has bought amazing new features to the already powerful debugging tool. Features include performance profiling, route tracking, live editing the Vuex store, and a new settings panel. - http://bit.ly/2ITOoun
#vue #devTools
Noteworthy - The Journal Blog
Deep Dive Into The New Vue Devtools v5.0
Earlier this month the Vue devtools version 5.0 beta was released, bringing amazing new features to the already debugging powerful tool…
A Practical Guide to Reusable Components
How to create a simple reusable React component, along with a few best practices involved in making better components. - http://bit.ly/2NvTQ7F
#react
How to create a simple reusable React component, along with a few best practices involved in making better components. - http://bit.ly/2NvTQ7F
#react
Bits and Pieces
Reusable Components in React — A Practical Guide
Key and examples for designing truly reusable React components.
Build Your First AR Webapp in Under 10 Minutes using ARjs
Discover how you can create your first augmented reality webapp using ARjs and deploy it so it can be accessible from your phone. - http://bit.ly/2Aet0NQ
#mobile #ar
Discover how you can create your first augmented reality webapp using ARjs and deploy it so it can be accessible from your phone. - http://bit.ly/2Aet0NQ
#mobile #ar
Theodo
Build and access your first AR webapp in less than 10mn using ARjs
Discover how you can create your first augmented reality webapp using ARjs and deploy it so it can be accessible from your phone.
Getting to Know Node’s child_process Module
How to call things like git, cpp, sh, etc, from a Node script. - http://bit.ly/2yi17TD
#nodejs
How to call things like git, cpp, sh, etc, from a Node script. - http://bit.ly/2yi17TD
#nodejs
Medium
Getting to know Node’s child_process module
How to call git, cpp, sh, etc, from a Node.JS script
PM2 3.2: The Node-Powered Process Manager
A look at what’s new in the popular process manager, including an exponential backoff restart delay (handy if your app is persistently failing) and a command to display the environment variables an app is running with. - http://bit.ly/2CdCvhD
#nodejs #pm2
A look at what’s new in the popular process manager, including an exponential backoff restart delay (handy if your app is persistently failing) and a command to display the environment variables an app is running with. - http://bit.ly/2CdCvhD
#nodejs #pm2
Use Cases For Flexbox
Rachel Andrew outlines some of the common use cases for Flexbox. - http://bit.ly/2CgI27m
#css
Rachel Andrew outlines some of the common use cases for Flexbox. - http://bit.ly/2CgI27m
#css
Smashing Magazine
Use Cases For Flexbox — Smashing Magazine
In this final article of the series, we wrap up by taking a look at some of the common uses for Flexbox. What should we use Flexbox for, and what it is not so good at? Today, Rachel Andrew is going to spend some time thinking about what the use cases for…
Plans for the Next Iteration of Vue.js
The creator of Vue.js, a popular alternative to things like React and Angular, gives a ‘brief sneak peek’ at what’s coming in the next major version of Vue, Vue 3.0. - http://bit.ly/2PBrURv
#vue
The creator of Vue.js, a popular alternative to things like React and Angular, gives a ‘brief sneak peek’ at what’s coming in the next major version of Vue, Vue 3.0. - http://bit.ly/2PBrURv
#vue
Medium
Plans for the Next Iteration of Vue.js
Last week at Vue.js London I gave a brief sneak peek of what’s coming in the next major version of Vue. This post provides an in-depth…
A Guide to Color Accessibility in Product Design
Justin Reyna explains how to make colors accessible using the design principles you already know. - http://bit.ly/2IV0CTH
#productDesign #color
Justin Reyna explains how to make colors accessible using the design principles you already know. - http://bit.ly/2IV0CTH
#productDesign #color
A Beginner’s Guide to JavaScript Prototypes
It’s aimed at beginners but this guide is really extensive and packed with examples, so it’s worth a skim unless you’re Kyle Simpson or something - http://bit.ly/2CMkvMj
#javascript
It’s aimed at beginners but this guide is really extensive and packed with examples, so it’s worth a skim unless you’re Kyle Simpson or something - http://bit.ly/2CMkvMj
#javascript
TylerMcGinnis.com
A Beginner's Guide to JavaScript's Prototype
You can't get very far in JavaScript without dealing with objects. They're foundational to almost every aspect of the JavaScript programming language. In this post you'll learn about a variety of patterns for instantiating new objects and in doing so, you'll…
Use the New Profiler in React Developer Tools to Generate Flame Charts and Interactions - http://bit.ly/2ObwklF
#react #profiler
#react #profiler
What New Features Are Coming to Vue.js 3?
Last week, Evan You released a write up of proposed features for Vue.js 3. In simple terms, what are the new features that you, as a developer, will be able to use? - http://bit.ly/2CfjH1B
#vue
Last week, Evan You released a write up of proposed features for Vue.js 3. In simple terms, what are the new features that you, as a developer, will be able to use? - http://bit.ly/2CfjH1B
#vue
Medium
What New Features for Developers are Coming to Vue.js 3?
In simple terms, what are the new features of Vue 3 that you, as a developer, can use?
Awesome Node: 560 Curated Node Packages, Resources and Links
A definitive list of categorized Node resources that continues to be updated (as well as out of date things being removed). - http://bit.ly/2RQBWQ6
#nodejs
A definitive list of categorized Node resources that continues to be updated (as well as out of date things being removed). - http://bit.ly/2RQBWQ6
#nodejs
GitHub
GitHub - sindresorhus/awesome-nodejs: Delightful Node.js packages and resources
:zap: Delightful Node.js packages and resources. Contribute to sindresorhus/awesome-nodejs development by creating an account on GitHub.
Barcode Detection in a Web Worker using Comlink
Comlink is a library that makes WebWorkers more transparent to work with. - http://bit.ly/2pTPFcb
#javascript
Comlink is a library that makes WebWorkers more transparent to work with. - http://bit.ly/2pTPFcb
#javascript
Creating Horizontal Scrolling Containers the Right Way [CSS Grid]
Dannie Vinther explores how the flexibility of CSS Grid can help you implement a horizontal scrolling component. - http://bit.ly/2P06dxq
#css
Dannie Vinther explores how the flexibility of CSS Grid can help you implement a horizontal scrolling component. - http://bit.ly/2P06dxq
#css
Medium
Creating horizontal scrolling containers the right way [CSS Grid]
Ever since Netflix became a household name we’ve been scrolling sideways in mobile layouts. Instead of stacking everything on top of each…