AWS Cloud9 IDE

AWS Cloud9 IDE is incredibly easy to set up, and is an affordable way to do some work outside of our normal development machine. If you have an AWS account already set up, building a Cloud9 machine just takes about 1 minute, and is immediately available for use. When you’re done, the EC2 instance will […]

Uploading block blobs to Azure from Cyberduck

Cyberduck, which is a ridiculously awesome file transfer and storage browser application, has a little quirk that caught me off-guard. When uploading to Azure, it writes append blobs by default instead of block blobs, and personally, I only need block blobs. There’s no actual setting in the app, but after a bit of help, and […]