Shane Howearth

Home

About

Robust, resilient patterns

Inter service communication is problematic, you can never be sure whether the other service got your message, errored, or failed in some way to respond. When networks are involved the problem is exacerbated. When a… »

  • 4 years ago
  • Microservices, Architecture
  • Comments

Go Interfaces - why I love Go

The big selling point of Go is its focus on concurrency, and its simplicity. Go delivers on those concepts extremely well. There’s no doubt that the designers of Go have done a great job in… »

  • 4 years ago
  • Go, Software Design, Interface, Architecture
  • Comments

Inter-service communication

One of my pet bug-bears is inter-service communication policies adopted by companies when it comes to microservice architecture. I don’t think I am ever going to understand why a company might mandate a one size… »

  • 4 years ago
  • Microservices, Architecture
  • Comments
Page 1 of 1