Using Postman locally with Visual Studio to debug during Development

Using Postman locally with Visual Studio to debug during Development

Postman is pretty handy for viewing the return values of POSTs, but also for debugging during the early phases of development. In my case, I was trying to POST to my Alexa app. developer.amazon.com was reporting a 500 error, but nothing beyond that. This was in the early stages where I had not yet created [...]

Simple Deployment to AWS from Visual Studio

I was looking for a simple way to deploy files from a machine running Visual Studio to an EC2 instance hosting IIS. My goal was to code-deploy-test / code-deploy-test into AWS. Simple was good. Several options presented themselves including SFTP and CodeDeploy, but I happened across an option that really suited my needs for the [...]