SRSergio Ruedainruedatech.com·Nov 23, 2020 · 3 min readAngular - 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...00
SRSergio Ruedainruedatech.com·Nov 22, 2020 · 6 min readCustom 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...00
SRSergio Ruedainruedatech.com·Nov 8, 2020 · 3 min readSpeech 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...00
SRSergio Ruedainruedatech.com·Nov 4, 2020 · 3 min readHTML 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...00
SRSergio Ruedainruedatech.com·Oct 26, 2020 · 16 min readGoogle 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...00