3 Comments

Nice overview, Franco! At my first workplace, I still remember the senior colleagues raving about SOAP. But I always wondered why we never had anything in SOAP and why it was all REST. I also have a terrible experience with WebSockets.😄 I tried to make them work in several production systems, but they always caused a headache.

Expand full comment

Choosing the communication style can make or break systems.

- REST prioritizes simplicity.

- GraphQL optimizes data fetching.

- Webhooks and WebSockets enable real-time interactions

- gRPC offers performance for microservices

Thanks for the mention, Fernando!

Expand full comment

Solid overview of API styles Fernando!

Also thanks for the mention.

Expand full comment