Javascript Content
Blog Posts
-
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!
-
Get Live Speech Transcriptions In Your Browser
Learn how to use Deepgram's streaming audio feature with one HTML file.
-
Transcribe YouTube Videos with Node.js
Generate and save transcripts from YouTube videos with the Deepgram SDK for Node.js.
-
Upgrade your freeCodeCamp Project
As early-career developers looking for your first or second job, upgrading your projects can help you to stand out from other candidates and grow as a new developer. To find out how to upgrade a common project, read more here.
-
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 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.
-
Practice Spelling Bees with Spelling Hero
We speak to the developers behind Spelling Hero - a spelling bee simulator complete with contextual usage and multi-difficulty. Learn more here.
-
Playing With P5.js: Getting Started
P5.js is a JavaScript library for creative coding. In this series, we'll get you up and running with everything you need to build a basic game. Get started now.
-
Playing With P5.js: Creating a Voice-Controlled Game
In this post, we'll build a voice-controlled game with P5.js and Deepgram's Speech Recognition API. Learn how now.
-
Build With the Official Deepgram SDKs
Add speech-to-text to your application even faster with the new Node.js and Python SDKs for the Deepgram API.
-
Building a Voice-Powered Song Search
🎅 Let Deepgram detect the Christmas song
-
Diving Into Vue 3 - The Setup Function
Learn about the new Vue 3 setup function and the Composition API
-
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 - The Reactivity API
Learn about reactivity in Vue 3 and how to use ref and reactive helpers
-
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!
-
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.
-
Transcribe Videos With Node.js
Convert and Transcribe Videos with Node.js and Deepgram
-
Diving Into Vue 3 - Methods, Watch, and Computed
Learn about the basic features of methods, watch, and computed in Vue 3.
-
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.
-
Playing With P5.js: Implementing Game Logic
In this post, we'll use P5.js to implement collision detection, manage entities with classes, and handle game state. Learn more now.