-
Project Upgrade: Voice Controlled To-Do List App with Deepgram and Vue 3
Using Vue 3 & Deepgram's Speech-to-Text API, update the classic to-do list project by adding voice controls!
-
Build a To-do List App with Pinia and Vue 3
Learn about Vue 3's new official state management system Pinia while building a to-do list app. Bonus - add typescript!
-
Asynchronous Logic to Write a Vue 3 and Deepgram Captions Component
In this segment, learn how to use Vue 3 composables to power a text-captions component that integrates with Deepgram's speech-to-text API. Read more here!
-
How to Write Vue 3 Composables for a Third-Party API Integration
In this series, learn how to build a live streaming web application using Deepgram's speech-to-text API and Amazon Interactive Video Service.
-
Build a Live Streaming Web Application: Vue and Express Setup
In this series, learn how to build a live streaming web application using Deepgram's speech-to-text API and Amazon Interactive Video Service.
-
How to Build a Live Streaming Web Application with Amazon IVS and Deepgram
In this series, learn how to build a live streaming web application using Deepgram's speech-to-text API and Amazon Interactive Video Service.
-
Diving Into Vue 3 - Reusability with Composables
Put everything together that we've learned in the series, and then refactor it all to use composables.
-
Diving Into Vue 3 - The Reactivity API
Learn about reactivity in Vue 3 and how to use ref and reactive helpers
-
Diving Into Vue 3 - Methods, Watch, and Computed
Learn about the basic features of methods, watch, and computed in Vue 3.