RabbitMQ - what is the difference between persistency and durability?
People often mix up these two terms in RabbitMQ - persistent and durable. Here I will clarify these and show how they differ. They both have »
People often mix up these two terms in RabbitMQ - persistent and durable. Here I will clarify these and show how they differ. They both have »
Using the field Consumer utilisation in the RabbitMQ interface can get you a figure of how many more consumers you can add to a queue. Often »
I recently got the following error when setting up a Alexa skill together with a Lambda function: > The trigger setting for the Lambda arn:aws: »
I saw this question recently and thought I would put a post out there with an answer. The question was on how to hold, keep or »
I recently picked up writing a skill for Alexa. Trying to wrap my head around the terminology I created this post (and some others..) to help »
Disclaimer: The stocks in this post have been picked randomly. I currently own none of the stocks in this post (as of 2022-04-11), this post is »
For a recent exam that I studied for, I asked myself this question: "What is the difference between redundancy and replication"? I had two »
I got this error when migrating my blog to Ghost 1.0. In order to make my theme compatible with Ghost 1.0 I would have »
I got this error today while developing a powershell script for cloning a GIT repository. The error was "cannot handle CLONE.exe as a builtin& »
Dapper [https://github.com/StackExchange/Dapper] will automatically look for a table with a name that matches your entity's name, however sometimes your entities »