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
5 Ways to Make HTTP Requests in Node
Quick overviews of the http standard library, Request, Axios, SuperAgent, and Got. - https://goo.gl/68MJqo
#nodejs
Quick overviews of the http standard library, Request, Axios, SuperAgent, and Got. - https://goo.gl/68MJqo
#nodejs
Twilio
5 ways to make HTTP Requests in Node.js
How to make HTTP requests and parse JSON API responses using the Node standard lib, Request, Axios, Super Agent, and Got.
Understanding V8’s Bytecode
An explainer of V8’s bytecode format - think of bytecode as made up of “small building blocks that make up any JS functionality when composed together”. - https://goo.gl/Qq38Uf
#javascript
An explainer of V8’s bytecode format - think of bytecode as made up of “small building blocks that make up any JS functionality when composed together”. - https://goo.gl/Qq38Uf
#javascript
Medium
Understanding V8’s Bytecode
V8 is Google’s open source JavaScript engine. Chrome, Node.js, and many other applications use V8. This article explains V8’s bytecode…
Understanding Scope in JavaScript
Scope tells the compiler where to look for variables & functions when it needs them - Wissam Abirached explains the different ways this works in JavaScript. - https://goo.gl/UVMhEh
#javascript
Scope tells the compiler where to look for variables & functions when it needs them - Wissam Abirached explains the different ways this works in JavaScript. - https://goo.gl/UVMhEh
#javascript
Telerik Developer Network
Understanding Scope in JavaScript
Scope tells the compiler where to look for variables & functions when it needs them - Wissam Abirached explains the different ways this works in JavaScript.
JavaScript Events Unmasked: How to Create an Input Mask for Mobile
Keyboard events work differently on different devices so you need to take care when creating input masks that respond to them. -
https://goo.gl/DEV5oq
#movile #javascript #inputMask
Keyboard events work differently on different devices so you need to take care when creating input masks that respond to them. -
https://goo.gl/DEV5oq
#movile #javascript #inputMask
Medium
JavaScript Events Unmasked: How to Create an Input Mask for Mobile
Imagine this: there you are, minding your own business, coding your time away. And then someone walks in and asks you to build an input…
Turn React Components Inside Out with Functional Programming
A real-world example of refactoring a React Native component into stateless functional components and higher-order components. -
https://goo.gl/Rjztek
#react #reactNative
A real-world example of refactoring a React Native component into stateless functional components and higher-order components. -
https://goo.gl/Rjztek
#react #reactNative
Big Nerd Ranch
DESTROY ALL CLASSES: Turn React Components Inside Out with Functional Programming
This is a real-world example of refactoring a React Native component into stateless functional components and higher-order components, in 5 steps.