Flexible Architecture With Interfaces

I have blogged a few times about interfaces, and how useful they are for producing good quality maintainable code. Let’s look at a problem and the solution I came up with which I am quite proud of.

As previously mentioned, I am in the process of moving images from AWS to Azure blob storage. Now that the actual files themselves have been moved I need to change the code that references them. https://goo.gl/yKEoME #DataIntegration #ML