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.
react-beautiful-dnd: Attractive, Accessible Drag and Drop for Lists -
https://goo.gl/SnDzn3
#react #component #dragAndDrop
https://goo.gl/SnDzn3
#react #component #dragAndDrop
GitHub
atlassian/react-beautiful-dnd
react-beautiful-dnd - Beautiful, accessible drag and drop for lists with React.js
Request Android Permissions In NativeScript Using Angular
How to request Android permissions at a time other than when the user tries to use a feature in a NativeScript mobile app - https://goo.gl/tctZEE
#angular #nativeScript
How to request Android permissions at a time other than when the user tries to use a feature in a NativeScript mobile app - https://goo.gl/tctZEE
#angular #nativeScript
The Polyglot Developer
Request Android Permissions In NativeScript Using Angular
Learn how to request Android permissions at runtime in a NativeScript with Angular mobile application. This accommodates all versions of the Android OS.
Hybrid App Developers: Don’t Store Your Users' Passwords
Storing a username and password in local storage for easy retrieval is “a very bad security practice that puts your user’s credentials at risk”. -
https://goo.gl/bMmy9m
#hybrid
Storing a username and password in local storage for easy retrieval is “a very bad security practice that puts your user’s credentials at risk”. -
https://goo.gl/bMmy9m
#hybrid
joshmorony - Build Mobile Apps with HTML5
Hybrid App Developers: Don’t Store Your User’s Passwords
I almost titled this post something clickbaity like ‘The one MASSIVE security mistake hybrid developers are making’. It is a big issue, and it is a mistake I see pop up on a weekly basi…
How Async/Await Will Make Your Code Simpler
.. or “How I Learned to stop writing Callback Functions and love JavaScript ES8.” - https://goo.gl/NmZCzL
#javascript #async @await
.. or “How I Learned to stop writing Callback Functions and love JavaScript ES8.” - https://goo.gl/NmZCzL
#javascript #async @await
An Introduction to Preact: A Smaller React Alternative
Preact is a popular React-compatible alternative focused on being as thin & light as possible. - https://goo.gl/RAjTyE
#prereact
Preact is a popular React-compatible alternative focused on being as thin & light as possible. - https://goo.gl/RAjTyE
#prereact
LogRocket
Introduction to Preact — a smaller, faster React alternative
Preact is a JavaScript library that describes itself as a fast 3kB alternative to React with the same ES6 API. As a frequent user of React…
FaceNet: TensorFlow-Backed Face Recognition and Verification
Work with facial recognition tools from Node. Mac & Linux only for now and also requires Python. - https://goo.gl/eRbTEH
#nodejs
Work with facial recognition tools from Node. Mac & Linux only for now and also requires Python. - https://goo.gl/eRbTEH
#nodejs
GitHub
GitHub - huan/node-facenet: Solve face verification, recognition and clustering problems: A TensorFlow backed FaceNet implementation…
Solve face verification, recognition and clustering problems: A TensorFlow backed FaceNet implementation for Node.js. - GitHub - huan/node-facenet: Solve face verification, recognition and clusteri...
A 5 Part Series on React Internals
An exercise in ‘recreating’ React from the ground up, learning how it works along the way. A good way to get a grasp on how React works. - https://goo.gl/XUESqb
#react
An exercise in ‘recreating’ React from the ground up, learning how it works along the way. A good way to get a grasp on how React works. - https://goo.gl/XUESqb
#react