The Aging Developer

The Aging Developer

  1. Tags
  2. Microservice
  1. Authorization in Distributed Systems

    Authorization in Distributed Systems

    Authorization, the granting or denying of access to a resource, is something that almost all software has to do. Yet, developers tend not to give it a lot of attention. It is a difficult problem to solve in large distributed systems. In distributed or microservice environments yo…

  2. Default HTTP Config Considered Dangerous

    Default HTTP Config Considered Dangerous

    An alternatively headline might be: know how your service communicates with it’s dependencies. Ideally, a microservice could work in isolation without having to communicate with any other service or dependency. This is not likely the case and HTTP is the most common way that I’ve…

view all tags