Deepgram has made testing OpenAI's new open-sourced Whisper speech recognition model easy as copy and paste. Try it today!
Creating a personalized short URL service using Netlify functions and FaunaDb.
Using JavaScript and Pipedream to automate changing my Notion cover image each night.
How we transformed the bad experience of landing on a 404 page into an enjoyable experience with a game.
Learning to build a NuGet package by building a .NET SDK for the Deepgram API, while ensuring it's compatible with as many versions of the .NET Framework and as many platforms as possible.
Helping Discord members use more inclusive language by building a bot using JavaScript & Fauna and hosted by Azure in a Docker container.
What are the differences between Blazor Server and WebAssembly (WASM)? When should you use each and why?
Netlify provides serverless functions to process information, while Gridsome provides a Vue.js based static-site generation. In this post we combine the two allowing visitors to leave comments on our posts.
In this tutorial, we will use the apollo-client NPM package within Node.js to query and mutate third-party GraphQL endpoints.
In this tutorial, we will build a multi-party video conference that allows us to analyze the sentiment of each participant based on their facial expression. Then we'll display that sentiment as an emoji over their video.
How to map objects to one another in ASP.NET Core 3 applications with AutoMapper.
Implement simple JSON HATEOAS support to an ASP.NET Core web API
How to mount Azure File Storage as a persistent volume in your multi-container App Services.
Accessing environment variables from your Azure Key Vault is simple for normal Azure App Services, but a little more involved for Azure Function App Services.
Don't want to install SQL instances on your personal or work machine? No problem, because you no longer need to. Let's learn how to spin up a Docker container and access it with SQL Management Studio.
How to make your life easier by adding aliases for commands you run frequently in PowerShell.
Using docker compose to start containers that can communicate with one another in Windows
Using Chromium on a Raspberry Pi to provide a kiosk experience for users.
Utilizing a custom PowerShell script to generate deployment release notes with GitHub, AppVeyor & Octopus Deploy