Amazon Web Services
I am still trying to decide on my target audience. .. please forgive me if I talk about the most obvious concepts in my blog posts. This week I was working with AWS, for those of you who are not familiar with AWS here is the definition from Wikipedia. "Amazon Web Services is a subsidiary of Amazon providing on-demand cloud computing platforms and APIs to individuals, companies, and governments, on a metered pay-as-you-go basis." This was not my first time using AWS. I actually have 3 EC2's running at all times. Although it wasn't my first experience using AWS you have to understand that EC2's are just a subset of what AWS provides. This week I was challenged to upload user profiles into a Simple Storage Service, aka S3. Writing this in NodeJS / Express.js was an interesting challenge. The first obstacle I encountered was sending the file to the backend server. This task came with many challenges, such as, handling the file uploading and saving in a local var