Javascript - what is the difference between var, let and const?
Back in 2016 I made a post [https://peterdaugaardrasmussen.com/2016/01/09/javascript-let-what-is-it-compared-to-var/] on the difference between let »
Back in 2016 I made a post [https://peterdaugaardrasmussen.com/2016/01/09/javascript-let-what-is-it-compared-to-var/] on the difference between let »
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://www. »
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 »