This article will tell you how to set up your Astro-Storyblok projects so that your previews site deploys to a Netlify branch-deploy, while keeping your main production site in SSG mode. Bonus: Github action to keep preview branch in-sync with production.
As I was getting my Astro-Storyblok project set up, I ran into a few bumps in the road with storyblok's visual editor.
Learn how to fetch an audio stream from a URL, break down a readable stream into chunks using the JavaScript Streams API, and send the audio stream through a WebSocket to Deepgram.
Using Vue 3 & Deepgram's Speech-to-Text API, update the classic to-do list project by adding voice controls!
Using Vue 3 & Deepgram's Speech-to-Text API, update the classic to-do list project by adding voice controls!
Learn about Vue 3's new official state management system Pinia while building a to-do list app. Bonus - add typescript!
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!
In this series, learn how to build a live streaming web application using Deepgram's speech-to-text API and Amazon Interactive Video Service.
In this series, learn how to build a live streaming web application using Deepgram's speech-to-text API and Amazon Interactive Video Service.
In this series, learn how to build a live streaming web application using Deepgram's speech-to-text API and Amazon Interactive Video Service.
Put everything together that we've learned in the series, and then refactor it all to use composables.
Learn about reactivity in Vue 3 and how to use ref and reactive helpers
Learn about the basic features of methods, watch, and computed in Vue 3.
Learn about the new Vue 3 setup function and the Composition API
Compare how setting up a project in Vue 3 differs from setting one up in Vue 2, and take a look at what Vue 3 gives out of the box
Compare Deepgram's search and keywords to learn which scenarios each feature works best for you
Yesterday I tweeted this question out to the world: Sandra Rodgers ...
Compare Deepgram's search and keywords to learn which scenarios each feature works best for.
Learn the basics of JSON and how to work with data in a JSON object.
Learn how to easily send files through an HTML form to an Express.js server using the middleware package Multer.
Learn how to listen for a resize event in Vue and how to debounce the handler function to improve...
In this post, I will introduce how to set up the most basic Express server in Node.JS, and how to see...