How to Record Phone Calls from Node (with Twilio)
Of course, just because you can doesn’t mean you should - use this for good things like taking messages, etc - http://amp.gs/WFQZ
#nodejs
Of course, just because you can doesn’t mean you should - use this for good things like taking messages, etc - http://amp.gs/WFQZ
#nodejs
Twilio
How to Record Phone Calls in Node.js
Learn how to record incoming and outgoing Twilio Voice phone calls using Node.js.
The TRUE difference between [] and {{}} bindings in Angular
One of the parts of Angular that most developers think they understand, but many don’t, is the true nature of [] and {{}} bindings. - http://amp.gs/WXv5
#angular
One of the parts of Angular that most developers think they understand, but many don’t, is the true nature of [] and {{}} bindings. - http://amp.gs/WXv5
#angular
Medium
The TRUE difference between [] and {{}} bindings in Angular
One of the parts of Angular that most developers think they understand, but many don’t, is the true nature of [] and {{}} bindings.
Build a Responsive Media Browser With CSS
Andy Bell demonstrates how to create a flexible media browser and video player layout that maintains its aspect ratio at all viewports. - http://amp.gs/WXoS
#css
Andy Bell demonstrates how to create a flexible media browser and video player layout that maintains its aspect ratio at all viewports. - http://amp.gs/WXoS
#css
Piccalilli
Build a responsive media browser with CSS - Piccalilli
Using the power of modern CSS layout, we create a flexible media browser and video player layout that maintains its aspect ratio at all viewports.
Using WebXR with Babylon.js
Another indepth tutorial from Smashing Magazine covering WebXR at a high level before digging into creating immersive experiences with the Babylon.js framework. - http://amp.gs/WLJz
#javascript
Another indepth tutorial from Smashing Magazine covering WebXR at a high level before digging into creating immersive experiences with the Babylon.js framework. - http://amp.gs/WLJz
#javascript
Smashing Magazine
Using WebXR With Babylon.js — Smashing Magazine
In this overview of WebXR technologies and the Babylon.js framework, we’ll inspect the underpinnings of WebXR and the most important aspects of the WebXR Device API before turning our attention to Babylon.js.
How to reuse one Vue.js codebase across multiple apps
Thomas Holland returns with another article on Vue.js app architecture. I loved his previous article on Domain-driven development and this week he speaks about code re-usability but not in just one app, but multiple of those. - http://amp.gs/WWsK
#vue
Thomas Holland returns with another article on Vue.js app architecture. I loved his previous article on Domain-driven development and this week he speaks about code re-usability but not in just one app, but multiple of those. - http://amp.gs/WWsK
#vue
How I Structure React Apps
Another instalment in this mini-series on how others are structuring their React apps. The comparison is valuable even if you eventually decide to do things your own, unique way. - http://amp.gs/Wa0e
#react
Another instalment in this mini-series on how others are structuring their React apps. The comparison is valuable even if you eventually decide to do things your own, unique way. - http://amp.gs/Wa0e
#react
Medium
How I structure React apps
Because structuring an app is like building a house…
How to run separate Angular apps in one SPA shell? Multiple Angular application in one Single SPA in action
Sometimes, to solve a specific case in designing an application using Angular framework, we can choose an architecture that assumes running two or more separate Angular applications in one window scope. - http://amp.gs/WoMs
#angular
Sometimes, to solve a specific case in designing an application using Angular framework, we can choose an architecture that assumes running two or more separate Angular applications in one window scope. - http://amp.gs/WoMs
#angular
Medium
How to run two Angular apps in one window?
Sometimes, to solve a specific case in designing an application using Angular framework, we can choose an architecture that assumes…
Focus Management and inert
Eric Bailey gives an introduction to Focus management, a practice of coordinating what can and cannot receive keyboard focus events, and explains how inert attribute helps. - http://amp.gs/WMaC
#css
Eric Bailey gives an introduction to Focus management, a practice of coordinating what can and cannot receive keyboard focus events, and explains how inert attribute helps. - http://amp.gs/WMaC
#css
CSS-Tricks
Focus management and inert
Many forms of assistive technology use keyboard navigation to understand and take action on screen content. One way of navigating is via the Tab key. You
webpack 5 Released
webpack is arguably the most popular bundler right now and this is the first major release in over two years. We get big improvements to caching (and therefore performance), reduced bundle sizes with better tree shaking, and a variety of breaking changes to prepare for the future (automatic Node polyfills are gone, for one). - http://amp.gs/W5cc
#webpack
webpack is arguably the most popular bundler right now and this is the first major release in over two years. We get big improvements to caching (and therefore performance), reduced bundle sizes with better tree shaking, and a variety of breaking changes to prepare for the future (automatic Node polyfills are gone, for one). - http://amp.gs/W5cc
#webpack
webpack
Webpack 5 release (2020-10-10) | webpack
webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.
Vue-router — props — 1/2
Here’s a short article with a few useful tips to working with Vue-router and component props. Did you know – for example – that you can automatically transform things like this.$route.params.id into an id prop? Read the article to learn how! - http://amp.gs/Wc88
#vue
Here’s a short article with a few useful tips to working with Vue-router and component props. Did you know – for example – that you can automatically transform things like this.$route.params.id into an id prop? Read the article to learn how! - http://amp.gs/Wc88
#vue
Medium
Vue-router — props — 1/2
How to send data as props by vue-router
JavaScript's Event Loop And Call Stack Explained
What do you do when you keep learning something then forget it? Felix turns it into a blog post. Jack Archibald’s In The Loop talk also remains a fantastic resource on this front if you have 30 minutes to spare. - http://amp.gs/WcMO
#javascript
What do you do when you keep learning something then forget it? Felix turns it into a blog post. Jack Archibald’s In The Loop talk also remains a fantastic resource on this front if you have 30 minutes to spare. - http://amp.gs/WcMO
#javascript
Felixgerschau
JavaScript Event Loop And Call Stack Explained | Felix Gerschau
Learn how JavaScript works in the browser: In this article, I explain how the call stack, event loop, job queue and more work together.
Review of Chakra UI
Rather than having the author of the Chakra UI advocate on his own behalf, here’s a third-party review of the increasingly-popular framework which focuses on building accessible apps. - http://amp.gs/W6bQ
#react
Rather than having the author of the Chakra UI advocate on his own behalf, here’s a third-party review of the increasingly-popular framework which focuses on building accessible apps. - http://amp.gs/W6bQ
#react
Medium
Review of Chakra UI
Chakra UI is a modern component library for React created by Segun Adebayo. It provides a set of accessible, reusable, and composable…
Understand Angular’s forRoot and forChild
forRoot / forChild is a pattern for singleton services that most of us know from routing. Routing is actually the main use case for it and as it is not commonly used outside of it, I wouldn’t be surprised if most Angular developers haven’t given it a second thought. - http://amp.gs/aj10
#angular
forRoot / forChild is a pattern for singleton services that most of us know from routing. Routing is actually the main use case for it and as it is not commonly used outside of it, I wouldn’t be surprised if most Angular developers haven’t given it a second thought. - http://amp.gs/aj10
#angular
Medium
Understand Angular’s forRoot and forChild
And why we need them for Routing
Responsive Height Design
Ahmad Shadeed shares some considerations for testing responsive designs vertically by reducing the browser height. - http://amp.gs/a8l5
#css
Ahmad Shadeed shares some considerations for testing responsive designs vertically by reducing the browser height. - http://amp.gs/a8l5
#css
ml.js 5.3: Machine Learning Tools in JavaScript
A compilation of machine learning and numerical analysis tools. - http://amp.gs/aT7E
#javascript
A compilation of machine learning and numerical analysis tools. - http://amp.gs/aT7E
#javascript
GitHub
GitHub - mljs/ml: Machine learning tools in JavaScript
Machine learning tools in JavaScript. Contribute to mljs/ml development by creating an account on GitHub.
Vue.js Amsterdam 2020 Videos
New videos from the conference those of including Sarah Drasner, Natalia Tepluhina, Damian Dulisz, Sébastien Chopin and of course Evan You. - https://www.youtube.com/playlist?list=PLCxzy-hmQq9FnnpckFDeDtbpsUqxdheQn
#vue #videos
New videos from the conference those of including Sarah Drasner, Natalia Tepluhina, Damian Dulisz, Sébastien Chopin and of course Evan You. - https://www.youtube.com/playlist?list=PLCxzy-hmQq9FnnpckFDeDtbpsUqxdheQn
#vue #videos
YouTube
Vue.js Amsterdam 2020 - YouTube
Five Awesome React Packages to Check Out
At last count we have well over 500 React-related GitHub repos in our database — it’s an embarassment of riches. They can take a long time to sort through, however, which is why somebody sharing their favourites is a time saving bonus. - http://amp.gs/a1kG
#react
At last count we have well over 500 React-related GitHub repos in our database — it’s an embarassment of riches. They can take a long time to sort through, however, which is why somebody sharing their favourites is a time saving bonus. - http://amp.gs/a1kG
#react
Medium
Five awesome React packages to check out
These packages will help you make small (but powerful) changes to help your app stand out from competitiors
Announcing Flutter Community Plus Plugins
The Plus Plugins are a suite of open-source Flutter plugins that take some of the most common existing packages to the next level. - http://amp.gs/aYGK
#flutter
The Plus Plugins are a suite of open-source Flutter plugins that take some of the most common existing packages to the next level. - http://amp.gs/aYGK
#flutter
Medium
Announcing: Flutter Community Plus Plugins📣
The Plus Plugins are a suite of open-source Flutter plugins that take some of the most common existing packages to the next level!
Beautiful CSS 3D Transform Examples
A set of beautiful CSS 3D transforms built with a single div you can easily implement in your own projects. - http://amp.gs/aYwe
#css
A set of beautiful CSS 3D transforms built with a single div you can easily implement in your own projects. - http://amp.gs/aYwe
#css
polypane.app
Beautiful CSS 3D Transform Perspective Examples in 2020 | Polypane, The browser for ambitious developers
Beautiful CSS 3D transform examples using a single div that you can copy with one click!