/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

philodev.one
| | adamj.eu
3.5 parsecs away

Travel
| | Every time I pick up the Python job queue Celery after not using it for a while, I find I've forgotten exactly how RabbitMQ works. I find the Advanced Message Queuing Protocol (AMQP) concepts drop out of my head pretty quickly: Exchanges, Routing Keys, Bindings, Queues, Virtual Hosts...
| | wrapt.dev
4.3 parsecs away

Travel
| | This is the first post in the Building an Event Driven .NET Application series where we'll lay the foundation for your event driven knowledge moving forward.
| | poornimanayar.co.uk
3.2 parsecs away

Travel
| | [AI summary] The article explains the concept of asynchronous messaging, contrasting it with synchronous communication methods like REST, gRPC, and GraphQL. It highlights the advantages of asynchronous messaging, such as reduced temporal coupling, improved reliability, and better scalability. The text covers key aspects like message queues, message structure, communication styles (point-to-point, request/reply, publish-subscribe), and the benefits of using asynchronous messaging in distributed systems. It also discusses challenges like message ordering and the learning curve associated with asynchronous communication.
| | dontcodetired.com
34.2 parsecs away

Travel
| Don't Code Tired - Jason Roberts on Software Development and .NET - (This post refers to Azure Functions v2) There are different ways to access both the request data an