Like what you read? Let's chat. Send me a connection request or reach out on Twitter.
  • Home
  • About

Code

No forgotten semicolon

Posts

Creating search suggestions with ML via t5-base-qa-qg-hl (🤗 Taste Test)

How to use the Hugging Face inference API to create search suggestions.

Dustin Coates in Code

user-image

What's New in Alexa Skills Kit in July 2020, from Alexa Live

What did Amazon announce at Alexa Live 2020?

Dustin Coates in Code

user-image

The State of Speech to Text (STT) Browser Support in 2020

Which browsers natively support speech to text in 2020?

Dustin Coates in Code

user-image

First Thoughts on Alexa Skill Flow Builder (SFB)

Using Alexa's newest tool for building flow-based skills

Dustin Coates in Alexa

user-image

CanFulfillIntentRequest with Alexa SDK for Node.js

Invocation-free interactions through Node.js.

Dustin Coates in Alexa

user-image

APL: Alexa Presentation Language Walkthrough

The next stage in building visual experiences with Alexa.

Dustin Coates in Alexa

user-image

Using decaying user data to keep context in conversational and voice experiences

What were we just talking about?

Dustin Coates in Vux

user-image

Alexa Skills Kit (ASK) SDK for Node.js V2: what's new, what's changed, what's gone

What's new in ASK SDK for Node.js V2 and how it compares to V1

Dustin Coates in Alexa

user-image

Adding DynamoDB Permissions to ASK CLI Created Skills

Dig into IAM to make your skill work

Dustin Coates in Alexa

user-image

The EventParser utility in the Alexa Skills Kit Node.js SDK

The newly added EventParser class in the ASK Node.js SDK

Dustin Coates in Alexa

user-image

Skill events for the Alexa Skills Kit

Get notified when lifecycle events happen for your skill

Dustin Coates in Alexa

user-image

The Text and Image Utilities in the Alexa Skills Kit Node.js SDK

The utilities to create text and image objects for the ASK Node.js SDK

Dustin Coates in Alexa

user-image

No handler function was defined for event error in Alexa Skills Kit Node.js SDK

One of the biggest fumbling points for beginners gets an improvement

Dustin Coates in Alexa

user-image

Template builders in the Alexa Skills Kit Node.js SDK

Helpers to assemble template objects

Dustin Coates in Alexa

user-image

Fixing 'Error building interaction model: A sample utterance for a slot in the interaction model is invalid' error

Troublesome error in the Skill Builder

Dustin Coates in Alexa

user-image

ResponseBuilder.js: building responses with Echo Show template support

The new ResponseBuilder.js

Dustin Coates in Alexa

user-image

Alexa Skill Card image shown on Echo Show, but not on website

Problems with images not showing on website

Dustin Coates in Alexa

user-image

EmitWithState: the final piece of alexa.js for the Node.JS Alexa Skills Kit SDK

EmitWithState: the final piece of Alexa.js

Dustin Coates in Alexa

user-image

ResponseBuilder: This is what makes the Alexa Skills Kit SDK for Node.js talk

The ResponseBuilder builds the response

Dustin Coates in Alexa

user-image

When does Google Assistant recognize users?

Relevant to multi-user actions.

Dustin Coates in Googleassistant

user-image

RegisterHandlers: Yes, we're listening on the Alexa Skills Kit SDK for Node.js

Up next in the Dig Deep series is RegisterHandlers.

Dustin Coates in Alexa

user-image

Perspectives on Building the Algolia Alexa Adapter

Why build the Algolia Alexa Adapter and what were the considerations behind it?

Dustin Coates in Alexa

user-image

EmitEvent: The traffic cop of the Alexa Skills Kit SDK for Node.js

We look now at the code for EmitEvent.

Dustin Coates in Alexa

user-image

DynamoDB Attributes Helper: A continued in-depth analysis of the Alexa Skills Kit SDK for Node.js

We look now at the code that connects our skill to DynamoDB.

Dustin Coates in Alexa

user-image

ValidateRequest: A continued in-depth analysis of the Alexa Skills Kit SDK for Node.js

A line-by-line view of the Alexa Skills Kit SDK for Node.js. Next up is ValidateRequest.

Dustin Coates in Alexa

user-image

HandleLambdaEvent: A continued in-depth analysis of the Alexa Skills Kit SDK for Node.js

A line-by-line view of the Alexa Skills Kit SDK for Node.js. Next up is HandleLambdaEvent.

Dustin Coates in Alexa

user-image

Saving State to DynamoDB Before Each Response

A look at a hidden part of the Alexa Skills Kit Node.js SDK.

Dustin Coates in Alexa

user-image

An in-depth analysis of the Alexa Skills Kit SDK for Node.js

A line-by-line view of the Alexa Skills Kit SDK for Node.js.

Dustin Coates in Alexa

user-image

When does SessionEndedRequest get invoked on the Alexa Skills Kit?

The SessionEndedRequest is important to get right, especially when you want to save the current session to DynamoDB (in essence, persist the state across different sessions). However, like...

Dustin Coates in Alexa

user-image

How an AWS Lambda Function Works on a High Level

A high level view of how an AWS Lambda function works.

Dustin Coates in Alexa

user-image
About