~/blog/page/2

All Posts

  • Published on
    A reverse proxy is a server that runs a service allowing it to act as an intermediary between the client and the server. A reverse proxy can accept requests from clients and forward them to servers, while also providing additional services such as load balancing, caching, and SSL/TLS encryption.
  • Published on
    Key authentication is a method of authentication that uses a key to authenticate access to services available in the Kong API Gateway. Key authentication is one of the plugins available in the Kong API Gateway that can be used to manage access to services by requiring clients to include a key in their requests.
  • Published on
    Implementing a communication model where the publisher sends messages to a message broker, and the subscriber receives messages from the message broker. In the pubsub (Publish-Subscribe) model, the publisher does not send messages directly to the subscriber but sends messages to the message broker, which then forwards them to the registered subscribers.