Taking Photos and Controlling Camera Settings with the Image Capture API
Image Capture is an API to control camera settings and take photos, now supported in Chrome 59+. Simple demo and code here. - https://goo.gl/218S64
#webapi #takephoto
Image Capture is an API to control camera settings and take photos, now supported in Chrome 59+. Simple demo and code here. - https://goo.gl/218S64
#webapi #takephoto
Google Developers
Take Photos and Control Camera Settings | Web
| Google Developers
| Google Developers
Image Capture is an API to control camera settings and take photos.
A Study Guide to the Modern Front End Stack
A guide built at Grab, a major Asian transportation platform, covering SPAs, React, Flux/Redux, and other popular front-end dev tools. - https://goo.gl/HjEBTi
#styleguide
A guide built at Grab, a major Asian transportation platform, covering SPAs, React, Flux/Redux, and other popular front-end dev tools. - https://goo.gl/HjEBTi
#styleguide
freeCodeCamp
Our entire team of engineers use this front end development guide
An inside look at the front end tech of one of Southeast Asia’s fastest growing startups and how they handle front end at scale.
Techniques for Decomposing React Components
Three ways to separate the responsibilities of a large React component, from a simple approach to something more advanced. - https://goo.gl/YcSBkE
#react
Three ways to separate the responsibilities of a large React component, from a simple approach to something more advanced. - https://goo.gl/YcSBkE
#react
Medium
Techniques for decomposing React components
React components have a lot of power and flexibility. With so many tools at your disposal, it is incredibly easy for components to grow…
Massive.js 3.0: A Data Mapper for Node and PostgresVersion 3 of the popular Postgres-focused data access library is out and is now fully Promise-based. - https://goo.gl/kJUZrR
#nodejs
#nodejs
GitHub
dmfay/massive-js
massive-js - A data mapper for Node.js and PostgreSQL.
TC39, ECMAScript, and the Future of JavaScript
A thorough explanation of how new features make it into JavaScript, before focusing on some practical examples including Array#includes, named captures, and lookbehind assertions in regexes - https://goo.gl/D8dQ5e
#javascript
A thorough explanation of how new features make it into JavaScript, before focusing on some practical examples including Array#includes, named captures, and lookbehind assertions in regexes - https://goo.gl/D8dQ5e
#javascript
Pony Foo
TC39, ECMAScript, and the Future of JavaScript
Last week, I gave a presentation at Tencent Frontend Conference in Shenzhen, China. For this article, I’ve adapted its transcript.
Deploying a Node App with Docker and Kubernetes
Need to deploy multiple Docker containers? Jatin Shridar looks at Kubernetes, a tool for automated deployment, scaling, and management of Docker containers. - https://goo.gl/kGRhoV
#nodejs #docker
Need to deploy multiple Docker containers? Jatin Shridar looks at Kubernetes, a tool for automated deployment, scaling, and management of Docker containers. - https://goo.gl/kGRhoV
#nodejs #docker
SitePoint
Kubernetes: An Introduction to Deploying a Node.js Docker App — SitePoint
Need to deploy multiple Docker containers? Jatin Shridar looks at Kubernetes: a tool for automated deployment, scaling, and management of docker containers.
React Express: Learn React with Interactive Examples
An opinionated, all-in-one guide walking through create-react-app, webpack, Babel, ES2015+, JSX, Redux, CSS-in-JS, and more. - https://goo.gl/LBWqTG
#react
An opinionated, all-in-one guide walking through create-react-app, webpack, Babel, ES2015+, JSX, Redux, CSS-in-JS, and more. - https://goo.gl/LBWqTG
#react
React Express
Learn React with interactive examples.
Redux-First Router: A Step Beyond Redux-Little-Router
“The purpose of this article is to debunk the effectiveness of route-matching components + nested routes when using Redux, while discovering a better [..] way.” - https://goo.gl/1nhMPq
#react #router #redux
“The purpose of this article is to debunk the effectiveness of route-matching components + nested routes when using Redux, while discovering a better [..] way.” - https://goo.gl/1nhMPq
#react #router #redux
Medium
Pre Release: Redux-First Router — A Step Beyond Redux-Little-Router
The purpose of this article is to debunk the effectiveness of route-matching components + nested routes when using Redux, while discovering…
ECMAScript 2017 Language Spec Published
The official spec for ES2017 (essentially the 8th edition of the JS spec) has been published in HTML and PDF if you’re lacking for bedtime reading. - https://goo.gl/qwq3H1
#javascript
The official spec for ES2017 (essentially the 8th edition of the JS spec) has been published in HTML and PDF if you’re lacking for bedtime reading. - https://goo.gl/qwq3H1
#javascript
Build a Weather Site in 30 Minutes with Node + Express + OpenWeather
Learn to build a web app where users can type in a city name and get real-time weather data instantly - https://goo.gl/ZjTmBm
#nodejs #express
Learn to build a web app where users can type in a city name and get real-time weather data instantly - https://goo.gl/ZjTmBm
#nodejs #express
codeburst
Build a Weather Website in 30 minutes with Node.js + Express + OpenWeather
Got 30 minutes? Learn to build a web app where users can type in a city name and get real-time weather data instantly displayed on their…
TypeScript 2.4 Released
Includes support for cynamic import() expressions, string enums, & improved checking - https://goo.gl/cQ7K7q
#typescript
Includes support for cynamic import() expressions, string enums, & improved checking - https://goo.gl/cQ7K7q
#typescript
How to Use Webpack's 'Magic Comment' Feature with React Universal Component + SSR - https://goo.gl/Uvav3u
#react #webpack
#react #webpack
Medium
How to use Webpack’s new “magic comment” feature with React Universal Component + SSR
Webpack 2.4.0, which came out a few weeks ago, launched with a very interesting new feature: “magic comments.” In combination with dynamic…
Vulcan: An Open-Source Project to 'Meteorize' GraphQL
A full-stack app framework built on React and GraphQL. It’s an evolution of Telescope but is becoming less Meteor-dependent. - https://goo.gl/kAJNXj
#react #graphql
A full-stack app framework built on React and GraphQL. It’s an evolution of Telescope but is becoming less Meteor-dependent. - https://goo.gl/kAJNXj
#react #graphql
Meteor Blog
VulcanJS: An Open-Source Project to “Meteorize” GraphQL
A full-stack app-building framework with React and GraphQL
Using ExtReact Stores in Flux Apps
ExtReact provides ready-to-use UI components for building data-intensive web apps using React. - https://goo.gl/c33ztE
#react #extreact
ExtReact provides ready-to-use UI components for building data-intensive web apps using React. - https://goo.gl/c33ztE
#react #extreact
Sencha
Using ExtReact Stores in Flux Apps
ExtReact provides ready-to-use UI components for building data-intensive web apps using React. Learn how to use ExtReact stores in Flux apps.
Go, Docker, Google Cloud: A Microservice HOWTO
Saying that software engineers today enjoy MicroServices (MS) ‘a little bit’ is like saying people enjoy chocolate covered bacon ‘a little bit’. MicroServices does for internet systems what function calls do for assembly: abstraction without losing functionality. -
https://goo.gl/XcWqDN
#microservice
Saying that software engineers today enjoy MicroServices (MS) ‘a little bit’ is like saying people enjoy chocolate covered bacon ‘a little bit’. MicroServices does for internet systems what function calls do for assembly: abstraction without losing functionality. -
https://goo.gl/XcWqDN
#microservice
Unleash Your Inner Supercomputer with WebGL
An interesting series of posts that digs into the practicalities of using WebGL to do GPU-based calculations. - https://goo.gl/JtSnAx
#webgl
An interesting series of posts that digs into the practicalities of using WebGL to do GPU-based calculations. - https://goo.gl/JtSnAx
#webgl
react-day-picker: A Flexible Date Picker for React
Comes in at less than 10KB with no dependencies. Fully customizable, with ARIA support. - https://goo.gl/ZKLCMJ
#react #datepicker
Comes in at less than 10KB with no dependencies. Fully customizable, with ARIA support. - https://goo.gl/ZKLCMJ
#react #datepicker
GitHub
gpbl/react-day-picker
react-day-picker - Flexible date picker for React
Hybrid Apps And React Native: A Time To Transition?
Is it time to move from hybrid apps to a solution like React Native? The author says that it is, despite some temporary pains. - https://goo.gl/HBZHVs
#reactnative
Is it time to move from hybrid apps to a solution like React Native? The author says that it is, despite some temporary pains. - https://goo.gl/HBZHVs
#reactnative
Smashingmagazine
Hybrid Apps And React Native: A Time To Transition? – Smashing Magazine
React Native is a highly attractive technology that combines the reusability and cost-effectiveness of hybrid apps with the polish and performance of native apps.
Progressive Enhancement and CSS [video]
Ire covers the difficulty of writing progressively enhancive CSS, and offers some tips on how to overcome it. - https://goo.gl/pMjHqy
#css
Ire covers the difficulty of writing progressively enhancive CSS, and offers some tips on how to overcome it. - https://goo.gl/pMjHqy
#css
YouTube
Progressive Enhancement & CSS - Ire Aderinokun @ WeAreDevelopers Conference 2017
When we speak of Progressive Enhancement, we usually talk about making our sites functional with limited or no Javascript. But what about CSS? Progressive en...
create-react-app 1.0.8 Released - https://goo.gl/m3a3XX
GitHub
facebookincubator/create-react-app
create-react-app - Create React apps with no build configuration.