All About React Router 4
A dive into React Router 4, how it’s so different from previous React Router versions, and why that is. - https://goo.gl/3NfPM7
#react #router
A dive into React Router 4, how it’s so different from previous React Router versions, and why that is. - https://goo.gl/3NfPM7
#react #router
CSS-Tricks
All About React Router 4
This post is going to dig into to React Router 4, how it's so different from previous React Router versions, and why that is. My intentions for this article aren't to rehash the already well-written documentation for React Router 4. I will cover the most…
Bootstrap 4 Beta Released
Two years in the making, the popular front-end framework is taking some key steps forward. For starters, it’s switched from Less to Sass and is now Flexbox based. - https://goo.gl/fYQcYr
#bootstrap #release
Two years in the making, the popular front-end framework is taking some key steps forward. For starters, it’s switched from Less to Sass and is now Flexbox based. - https://goo.gl/fYQcYr
#bootstrap #release
Getbootstrap
Bootstrap 4 Beta
The most popular HTML, CSS, and JS framework in the world.
N-API and Getting Started with Writing C Addons for Node
Using N-API’s abstractions, you can create C/C++ addons without having a deep understanding of how V8 works. -
https://goo.gl/SN1kW9
#nodejs #addon
Using N-API’s abstractions, you can create C/C++ addons without having a deep understanding of how V8 works. -
https://goo.gl/SN1kW9
#nodejs #addon
Medium
N-API and getting started with writing C addons for Node.js
The latest release of Node.js introduced some significant changes and API additions to the Node world but perhaps the least talked about…
Techniques for Passing Data Between Promise Callbacks
Some approaches for sharing data between callbacks (which each have their own scope). - https://goo.gl/xER4QR
#promise
Some approaches for sharing data between callbacks (which each have their own scope). - https://goo.gl/xER4QR
#promise
2ality
Passing data between Promise callbacks
In Promise-based code, there are usually many callbacks, each one having a separate scope for variables. What if you want to share data between those callbacks? This blog post describes techniques for doing so.
Creating A Ride-Booking App with React Native and Pusher
Learn how you can create a ride-booking app similar to Uber, Lyft or Grab with React Native. - https://goo.gl/5YbjH9
#reactNative
Learn how you can create a ride-booking app similar to Uber, Lyft or Grab with React Native. - https://goo.gl/5YbjH9
#reactNative
Pusher Blog
Creating a ride-booking app with React Native and Pusher - Pusher Blog
Learn how you can create a ride-booking app similar to Uber, Lyft or Grab with React Native and Pusher.
React Animations in Depth
Nader Dabit looks at five options you have for doing Web-based animations with React including the pros and cons of each. - https://goo.gl/XEKkXB
#react #animations
Nader Dabit looks at five options you have for doing Web-based animations with React including the pros and cons of each. - https://goo.gl/XEKkXB
#react #animations
Medium
React Animations in Depth
5 Options for React Web Animations, and which of these are cross-platform.
National Health Service, on Elixir and Kubernetes
The story of an awesome project that we built on Elixir, React.js + Redux.js and Kubernetes - eHealth for National Health Service of Ukraine. - https://goo.gl/iqfTTw
#microservice
The story of an awesome project that we built on Elixir, React.js + Redux.js and Kubernetes - eHealth for National Health Service of Ukraine. - https://goo.gl/iqfTTw
#microservice
Medium
National Health Service, on Elixir and Kubernetes
By this post, I want to share a second awesome project that we built on Elixir, React.js+Redux.js and Kubernetes — eHealth for National…
How to Do End-to-End React Native Testing with Detox
An end-to-end testing library that can emulate user behavior and test how your app reacts to it. - https://goo.gl/ShvUkf
#reactNative #testing #e2e
An end-to-end testing library that can emulate user behavior and test how your app reacts to it. - https://goo.gl/ShvUkf
#reactNative #testing #e2e
Product at Home
Response to
React Native + Detox = ❤
Node 8.4 (Current) Released
Just a week after 8.3, 8.4 is here with experimental support for http2 available behind a command line option. - https://goo.gl/VC8vrU
#nodejs #release
Just a week after 8.3, 8.4 is here with experimental support for http2 available behind a command line option. - https://goo.gl/VC8vrU
#nodejs #release
Node.js
Node v8.4.0 (Current) | Node.js
Developing with Node.js on Microsoft Azure
A free course to get you started with developing and deploying Node apps and services on Azure. - https://goo.gl/VxZW3E
#nodejs #azure #course #free
A free course to get you started with developing and deploying Node apps and services on Azure. - https://goo.gl/VxZW3E
#nodejs #azure #course #free
Pluralsight
Developing with Node.js on Microsoft Azure - Getting Started
This course gets you started with everything you need to develop and deploy Node.js web applications and services in Microsoft Azure.
Performant Web Animations and Interactions: Achieving 60 FPS
A high frame rate often equals a high level of responsiveness and user satisfaction, but what’s involved in getting high frame rates for Web pages? - https://goo.gl/Fxc2Qr
#animations
A high frame rate often equals a high level of responsiveness and user satisfaction, but what’s involved in getting high frame rates for Web pages? - https://goo.gl/Fxc2Qr
#animations
Milliseconds Matter
Performant Web Animations and Interactions: Achieving 60 FPS
Silky smooth interactions are critical for providing a natural-feeling application. The devil is in the details, and ill-performant web animations feel awkward, “janky”, and, above all, slow. Developers often invest quite a bit of time to reduce first page…
Building a Simple AI Chatbot with the Web Speech API and Node
A complete walkthrough of bringing together browsers’ speech recognition support with Node and a third party natural language processing service - https://goo.gl/QmKhMm
#nodejs #chatBot
A complete walkthrough of bringing together browsers’ speech recognition support with Node and a third party natural language processing service - https://goo.gl/QmKhMm
#nodejs #chatBot
Smashingmagazine
Building A Simple AI Chatbot With Web Speech API And Node.js – Smashing Magazine
In this tutorial, we will use the API to create an artificial intelligence (AI) voice chat interface in the browser. The app will listen to the user’s voice and reply with a synthetic voice.
Organizing Microservices - Modern Integration
Microservices is probably one of the most popular buzz words among developers, but as a person who worked in the software integration space for years, I started to see some resemblance of the old ESB days. - https://goo.gl/fJFSfd
#microservice
Microservices is probably one of the most popular buzz words among developers, but as a person who worked in the software integration space for years, I started to see some resemblance of the old ESB days. - https://goo.gl/fJFSfd
#microservice
How to Create a QR Code Reader for Your Mobile Site using just HTML, CSS and JavaScript. - https://goo.gl/8YbWCu
#mobile #qrcode
#mobile #qrcode
SitePoint
How to Create a QR Code Reader for Your Mobile Website — SitePoint
Take advantage of QR codes without the need for a native app. Dmitri Lau demonstrates how to build a QR code reader using just HTML, CSS and JavaScript.
React Simple Maps: SVG Map React Components
A library of React components to make SVG maps using d3-geo and topojson - https://goo.gl/DAeafD
#react #map #svg #component
A library of React components to make SVG maps using d3-geo and topojson - https://goo.gl/DAeafD
#react #map #svg #component
www.react-simple-maps.io
React Simple Maps
Frame by Frame Animation with CSS and JavaScript
Michael Romanov explains how to build a frame-by-frame animation with just HTML, CSS and JavaScript which performs well and works great on all browsers. - https://goo.gl/ZhJYu1
#animation #css
Michael Romanov explains how to build a frame-by-frame animation with just HTML, CSS and JavaScript which performs well and works great on all browsers. - https://goo.gl/ZhJYu1
#animation #css
SitePoint
Frame by Frame Animation Tutorial with CSS and JavaScript — SitePoint
Michael Romanov explains how you can build a frame by frame animation with just HTML, CSS and JavaScript which performs well and works great on all browsers
Can Augmented Reality Solve Mobile Visualization?
AR is now slowly entering the tech mainstream. Here, Dominikus explores how AR could solve several real world problems. - https://goo.gl/N7vpVY
#mobile #AR
AR is now slowly entering the tech mainstream. Here, Dominikus explores how AR could solve several real world problems. - https://goo.gl/N7vpVY
#mobile #AR
Hacker Noon
Can Augmented Reality solve Mobile Visualization?
Data visualization on mobile devices seemed promising, since the time of the first iPhone: very capable portable computers! Innovative…
The Difference Between Explicit and Implicit Grids
Grids are flexible enough to adapt to their items - just how explicit do you have to be? - https://goo.gl/c4kUqL
#css #grid
Grids are flexible enough to adapt to their items - just how explicit do you have to be? - https://goo.gl/c4kUqL
#css #grid
CSS-Tricks
The Difference Between Explicit and Implicit Grids | CSS-Tricks
Grid Layout finally gives us the ability to define grids in CSS and place items into grid cells. This on its own is great, but the fact that we don't have
Prototyping with React VR
An overview of Airbnb’s recent VR experiments. - https://goo.gl/iQXp5c
#react #VR
An overview of Airbnb’s recent VR experiments. - https://goo.gl/iQXp5c
#react #VR
Medium
Prototyping with React VR
At Airbnb, we’ve been using React to build user interfaces for our website since 2014.