ruedatech.comAngular - Data BindingIn This article I will explain how Data binding works in Angular and provide live examples. What is Data binding? It is a way Angular uses to communicate between the VIEW (DOM) and the MODEL (Business Logic). It is how data flows back and forward fr...Nov 23, 2020·3 min read
ruedatech.comCustom Angular DirectivesAngular allows the user to create custom Directives, Directives are the ability, that Angular give us as way to attach custom behavior to DOM elements. You will normally see this in the HTML document attached as decorators. example: <li appDeleteFr...Nov 22, 2020·6 min read
ruedatech.comSpeech Recognition in javascriptSpeechRecognition interface as the SpeechSynthesis interface are part of the Web Speech API. SpeechRecognition is still in an experimental phase, so please be sure to check here for browser compatibility. For more information please visit develope...Nov 8, 2020·3 min read
ruedatech.comHTML 5 - Speech APIVanilla javascript: How to use html5 speech API. Resources: HTML5 - SpeechSynthesis API note: The getVoices() method of the SpeechSynthesis interface returns a list of SpeechSynthesisVoice objects representing all the available voic...Nov 4, 2020·3 min read
ruedatech.comGoogle Sheets - FormsAdding Data to a google Sheet via a form. We will use: google sheets: https://docs.google.com/spreadsheets materilizecss: https://materializecss.com/ Please create a google account if you do not have one. Once the account has been created activat...Oct 26, 2020·16 min read