Software architecture - Polling, pushing and pulling data between applications and services
In this post I will describe the advantages of polling and pushing data in your applications. The patterns are used in most distributed systems. I will »
In this post I will describe the advantages of polling and pushing data in your applications. The patterns are used in most distributed systems. I will »
I have been wanting to write an architecture post for some time, as I have always been interested in Software Architecture. This post is not on »
As I have done for the past 5 years, I will again this year create a list of my favourite books on software development. In recent »
Defining Idempotence According to Wikipedia idempotence is described as: The property of certain operations in mathematics and computer science whereby they can be applied multiple times »
It can be hard to grasp what software architecture is as it encompasses a wide range of theoretical and practical disciplines. It ranges from describing how »
There are not many definitions of monoliths out there and they are often portrayed as the opposite of a microservice architecture or what not to do. »
I often use the term "nano service", but I figured that I had never defined this, that I will do in this post. In »
As I have done for the past 3 years, I will again this year create a list of my favourite books on software development. As seen »
During my studies for a Master's degree I read a lot of books. Sometimes good books and sometimes books that seem to be written »
Having worked with both message queues and web services I decided to write a little bit about their differences. Throughout my career I have heard a »