Alexa skill/Lambda - simple and easy way to play sounds using a lambda function
When I first googled how to do this I found a lot of overcomplicated answers. All I wanted to do was to play a bit of »
When I first googled how to do this I found a lot of overcomplicated answers. All I wanted to do was to play a bit of »
It is quite simple to redirect or call one intent from another one. Using the emit function this is done seamless forwarding the information that you »
Lately I have been playing around with Alexa trying to set up some simple conversations. One of the problems I had was that Alexa kept on »
Something that I personally messed up the first time I created a Lambda function for my Alexa skill, was to not assign a blueprint. A blueprint »
As a rookie at Alexa I recently got this error. It was obvious what it was saying - it couldn't find the NPM [https: »
Through time I have created several other posts on software development books that I like. Such as the books I recommended this year. This list has »
In this post I will go through the fundamentals of the different types of .Net. There is a lot of confusion on what the different types »
You likely want to avoid loss of messages when using RabbitMQ. This post is about clusters, but I will begin by discussing how this is done »
This is my post number 100. I thought I would have gotten here sooner, but it took 2½ year. Let's see how fast I »
A RabbitMQ cluster consists of several RabbitMQ nodes (instances) that work together and form a single logical broker. Queues in a RabbitMQ cluster only reside on »