SandraMartin

SandraMartin @sandramartin

About: Software engineer @Deepgram

Location:
Texas, USA
Joined:
Jan 8, 2020

SandraMartin
articles - 22 total

Astro-Storyblok Previews Site with Netlify's Branch Deploys Feature

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.

Learn More 11 1Mar 20 '23

Getting the Visual Editor to work for Storyblok + Astro

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 More 10 1Feb 1 '23

Fetch Hosted Audio Streams In The Browser

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.

Learn More 7 0Jun 21 '22

Enhance Your Audio With Dolby.io For Higher Quality Transcripts

Using Vue 3 & Deepgram's Speech-to-Text API, update the classic to-do list project by adding voice controls!

Learn More 10 0Jun 3 '22

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!

Learn More 22 0May 2 '22

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!

Learn More 11 0Apr 15 '22

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!

Learn More 18 2Apr 1 '22

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.

Learn More 23 0Mar 25 '22

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.

Learn More 16 1Mar 18 '22

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.

Learn More 27 0Mar 11 '22

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.

Learn More 13 0Feb 25 '22

Diving Into Vue 3 - The Reactivity API

Learn about reactivity in Vue 3 and how to use ref and reactive helpers

Learn More 21 0Feb 18 '22

Diving Into Vue 3 - Methods, Watch, and Computed

Learn about the basic features of methods, watch, and computed in Vue 3.

Learn More 23 2Feb 11 '22

Diving Into Vue 3 - The Setup Function

Learn about the new Vue 3 setup function and the Composition API

Learn More 16 0Feb 4 '22

Diving Into Vue 3 - Getting Started

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

Learn More 24 0Jan 28 '22

Multichannel vs Diarization

Compare Deepgram's search and keywords to learn which scenarios each feature works best for you

Learn More 5 0Jan 27 '22

Add An External Script to a Vue Component

Yesterday I tweeted this question out to the world: Sandra Rodgers ...

Learn More 13 6Jan 19 '22

Keywords vs Search

Compare Deepgram's search and keywords to learn which scenarios each feature works best for.

Learn More 6 0Dec 9 '21

Getting Started with JSON

Learn the basics of JSON and how to work with data in a JSON object.

Learn More 16 0Nov 29 '21

Sending Audio Files to Your Express.js Server

Learn how to easily send files through an HTML form to an Express.js server using the middleware package Multer.

Learn More 6 0Nov 18 '21

Listen for and debounce Window Resize Event in Vue.JS

Learn how to listen for a resize event in Vue and how to debounce the handler function to improve...

Learn More 15 4Nov 10 '21

Basic Express Server Using Replit.com

In this post, I will introduce how to set up the most basic Express server in Node.JS, and how to see...

Learn More 20 0Nov 1 '21