Posts

  • DynamoDB Tips

    This post is a small collection of things that are important to bear in mind when working with DynamoDB, and the list below describes what is covered here:

  • Escrevendo um livro para explicar OAuth 2.0 (Em Português)

    Hoje, quero compartilhar como foi minha jornada durante a escrita do meu primeiro livro, que explica em detalhes como o OAuth 2.0 funciona:

  • Studying AMQP protocol

    AMQP protocol (Advanced Message Queue Protocol) is an asynchronous message exchange specification which allows for interoperability between different platforms. That is one of the main features provided by AMQP. Besides the possibilities to achieve the same with JMS (another specification that provides asynchronous message exchange), JMS rely with proprietary solutions with some drawbacks depending on regarded context. This post’s goal is to provide summary content around what I had studied about AMQP. If you want to see more detailed comparision between AMQP and JMS it worths reading Understanding the Diferences between AMQP and JMS by Mark Richards.

subscribe via RSS