|
|
|
|
|
by BilalBudhani
958 days ago
|
|
On a slightly different note, In my consulting days, I have seen a fair share of projects that have grown so complex in regards to infrastructure or they are deeply coupled with a specific version of a tech that sometimes it has taken weeks for me to get them working or worst they became impossible to set up on dev machines. In my current company, I spent some time maintaining a docker-compose file just to ensure we have a reproducible infrastructure and all of it should work with a single command. I firmly believe that ease of development has a major impact on the overall quality of the product. |
|