Learning some Golang.
TBD
Not applicable
- Frequently used when creating APIs and very.
- Commonly used for building Microservices.
- Commonly used in the "cloud space".
- Popular language.
- Fast execution.
- Rapid development.
Not applicable
TBD
Not applicable
Pubsub using Dapr allows us to focus more on the main concernes of the bussiness logic and less on the technicalities regarding the infrastructure of our application when runnings a distrubuted system. This benefits the developers greatly. The way Dapr de-couples the broker from our application also makes it very felxible for us to replace the broker if needed (for instance if the domain we are running our distrubuted system prefers to use a different broker then RabbitMQ, we can very easily adapt to that without having to rewrite any code of our "core system")
TBD