Creating a Real-World CLI App with Node
Go beyond basic ‘hello world’ tutorials and see how a complete, useful CLI app is built. - http://bit.ly/2KWEsRL
#nodejs
Go beyond basic ‘hello world’ tutorials and see how a complete, useful CLI app is built. - http://bit.ly/2KWEsRL
#nodejs
Timber.io
Creating a real-world CLI app with Node
The command line is a user interface that doesn't get enough attention in the world of Javascript development. The reality is that most dev tools should have a CLI to be utilized by nerds like us, and the user experience should be on par with that of your…
Setting up apollo-link-state for Multiple Stores
Set up apollo-link-state to support of multiple stores that don’t interfere with one another. - http://bit.ly/2I17Swa
#react
Set up apollo-link-state to support of multiple stores that don’t interfere with one another. - http://bit.ly/2I17Swa
#react
Hacker Noon
Setting up apollo-link-state for Multiple Stores
I want to touch on how to set up apollo-link-state to allow for support of multiple stores without interfering with one another.
Getting More CSS Grid Flexibility with 'minmax()'
minmax lets you specify a minimum and maximum size for your grid tracks. - http://bit.ly/2rFvhfr
#css
minmax lets you specify a minimum and maximum size for your grid tracks. - http://bit.ly/2rFvhfr
#css
CodePen
CSS Grid: More flexibility with minmax()
One of the things that can put people off trying out CSS Grid is there’s so much choice when it comes to defining your grid layout and placing your content, so it can be hard to know until you’ve...
Containerizing Node.js Applications with Docker
Goes from the basics of Docker to some Node and Docker best practices. - http://bit.ly/2wzviao
#nodejs #docker
Goes from the basics of Docker to some Node and Docker best practices. - http://bit.ly/2wzviao
#nodejs #docker
Capture and Report JavaScript Errors with window.onerror - http://bit.ly/2Ip3ozD
SitePoint
Capture and Report JavaScript Errors with window.onerror — SitePoint
onerror is a special browser event that fires whenever an uncaught JavaScript error has been thrown.
A Quick Intro to Kubernetes for App Developers
High level, but if Kubernetes is a mystery to you it may help. - http://bit.ly/2KmzGeT
#kubernetes
High level, but if Kubernetes is a mystery to you it may help. - http://bit.ly/2KmzGeT
#kubernetes
GoDaddy Open Source Center
Kubernetes - A Practical Introduction for Application Developers | @GodaddyOSS
A collection of resources / best practices that help you become a more productive developer working with Kubernetes.
How to Create Data-Driven User Interfaces in Vue
All modern JavaScript frameworks have ways of handling dynamic components. This blog post will show you how to do it in Vue. - http://bit.ly/2ISLtVs
#vue
All modern JavaScript frameworks have ways of handling dynamic components. This blog post will show you how to do it in Vue. - http://bit.ly/2ISLtVs
#vue
Rangle.io | Blog
How to Create Data-Driven User Interfaces in Vue
All modern JavaScript frameworks have ways of handling dynamic components. This blog post will show you how to do it in Vue.JS.
React Lifecycle Visualizer: A Real-Time Visualizer for Lifecycle Methods
Trace components by applying a single higher-order component which makes all lifecycle-method calls show up in an animated log. - http://bit.ly/2LdnPkM
#react
Trace components by applying a single higher-order component which makes all lifecycle-method calls show up in an animated log. - http://bit.ly/2LdnPkM
#react
GitHub
Oblosys/react-lifecycle-visualizer
Real-time visualizer for React lifecycle methods. Contribute to Oblosys/react-lifecycle-visualizer development by creating an account on GitHub.
How to Tailor Your PWA for Windows
How to install, run, and enhance your PWA as a Windows 10 app. - http://bit.ly/2IAltKX
#pwa
How to install, run, and enhance your PWA as a Windows 10 app. - http://bit.ly/2IAltKX
#pwa
Docs
Tailor your PWA for Windows - Microsoft Edge Development
Progressively enhance your PWA for Windows with native app features
Looking at the 'line-clamp' CSS Attribute
Truncates text at a specific number of lines. Support is mixed (Chrome and Safari, but not Firefox or Edge). - http://bit.ly/2KgGB9K
#css
Truncates text at a specific number of lines. Support is mixed (Chrome and Safari, but not Firefox or Edge). - http://bit.ly/2KgGB9K
#css
CSS-Tricks
line-clamp | CSS-Tricks
The line-clamp property truncates text at a specific number of lines. The spec for it is currently an Editor's Draft, so that means nothing here is set in
Build Vue.js E-Commerce on Top of Headless ButterCMS
Learn how to leverage Vuejs for e-commerce by bundling together a powerful, frontend centric online shop. - http://bit.ly/2ItughD
#vue
Learn how to leverage Vuejs for e-commerce by bundling together a powerful, frontend centric online shop. - http://bit.ly/2ItughD
#vue
A Shopping Cart Solution for Any Website
Build Vue.js E-Commerce on Top of Headless ButterCMS [Demo] - Snipcart
Learn how to leverage Vue.js for e-commerce by bundling together a powerful, frontend centric online shop. Our recipe: Vue in the frontend + HTML/JS shopping cart + ButterCMS in the backend. Live demo & code repo included!
Accessing the Clipboard Using the Async Clipboard API
Chrome 66+ only for now - http://bit.ly/2rJReL9
#web
Chrome 66+ only for now - http://bit.ly/2rJReL9
#web
alligator.io
Accessing the Clipboard in JavaScript Using the Async Clipboard API
Exploring a new JavaScript clipboard API that makes it easy to read or write text to the clipboard from a web page or a web app.
A Quick Start Guide to MySQL 8.0's Document Store
An introduction to using the Node.js connector to use MySQL’s new MongoDB-esque schemaless storage. - http://bit.ly/2KYWhj9
#nodejs #mysql
An introduction to using the Node.js connector to use MySQL’s new MongoDB-esque schemaless storage. - http://bit.ly/2KYWhj9
#nodejs #mysql
Radial Gradient Recipes
A lot to enjoy here, complete with embedded CodePen examples. - http://bit.ly/2KkgApW
#css
A lot to enjoy here, complete with embedded CodePen examples. - http://bit.ly/2KkgApW
#css
CSS-Tricks
Radial Gradient Recipes | CSS-Tricks
Radial gradients are pretty dang cool. It's amazing we can paint the background of an element with them so easily. Easily is a relative term though. It's
A Complete React with Apollo and GraphQL Tutorial
A thorough tutorial on making GraphQL queries from React using Apollo Client to mediate the connection. - http://bit.ly/2wPfaSt
#react
A thorough tutorial on making GraphQL queries from React using Apollo Client to mediate the connection. - http://bit.ly/2wPfaSt
#react
www.robinwieruch.de
A complete React with Apollo and GraphQL Tutorial
This React with Apollo and GraphQL tutorial shows you how to use GraphQL in your React application by consuming GitHub's GraphQL API. You will use Apollo for your query and mutation implementations on the client-side of your React application. This Apollo…
Guess.js: A Toolkit for Using Data To Improve User Experiences
An interesting project that can use data from Google Analytics combined with machine learning to intelligently pre-fetch resources. Addy Osmani introduced it live at Google I/O earlier this week. There’s also a webpack plugin for quickly adding these abilities to React and Angular apps. - http://bit.ly/2Lw56RI
#guessjs
An interesting project that can use data from Google Analytics combined with machine learning to intelligently pre-fetch resources. Addy Osmani introduced it live at Google I/O earlier this week. There’s also a webpack plugin for quickly adding these abilities to React and Angular apps. - http://bit.ly/2Lw56RI
#guessjs
Mgechev
Introducing Guess.js - a toolkit for enabling data-driven user-experiences on the Web
About two months ago I published my initial research[1] on data-driven bundling. A few weeks after that, I had the opportunity to present my work on RenderConf in Oxford, UK in my talk “Teach Your Bundler Users’ Habits”[2].
The original goal of the article…
The original goal of the article…
React Context in the World of Component Composition
“In this post, I will try to describe a different approach to using Context, and the benefits of it when thinking of component composition.” - http://bit.ly/2KBtRdW
#react
“In this post, I will try to describe a different approach to using Context, and the benefits of it when thinking of component composition.” - http://bit.ly/2KBtRdW
#react
Medium
React Context in the World of Component Composition
If you ever tried React’s Context API before it officially became a stable feature, you probably remember all the warnings and red lights…
Sending Web Push Notifications from Node
A complete walkthrough of the process of sending push notifications from an Express app to a front-end JavaScript app. - http://bit.ly/2LixbvF
#nodejs
A complete walkthrough of the process of sending push notifications from an Express app to a front-end JavaScript app. - http://bit.ly/2LixbvF
#nodejs
The Code Barbarian
Sending Web Push Notifications from Node.js
End-to-end tutorial describing how to use the web-push npm module to send push notifications to web browsers, including how to set up VAPID keys and service workers.
Real-time Human Pose Estimation in the Browser with TensorFlow.js - http://bit.ly/2xcKafs
#javascript #tensorflow
#javascript #tensorflow
Medium
Real-time Human Pose Estimation in the Browser with TensorFlow.js
Posted by: Dan Oved, freelance creative technologist at Google Creative Lab, graduate student at ITP, NYU. Editing and illustrations…