humble_dev

↗ HN profile [ 211 ms ] full profile
Karma
32
Created
September 11, 2015 (10y ago)
Submissions
0
  1. I am looking for the best practises around managing RabbitMQ changes/configuration. In my current micro-services/worker based architecture I have: * many publisher that publish to exchanges, these exchanges are linked…

  2. As most of developers, I try to create as much reusable code as possible. But in reality, I rarely use my code again. I could easily say that less than 5% of my code will be reused in the future. I wonder how it looks…