February 10, 2019
There are many scenarios that require a UI to be updated with long processes and / or stuff that goes on in the cloud - that require a special polling or infrastructure to communicate the information from the cloud to the browser / client UI. In serverless paradigms, this is a pain as "polling" for [...]
February 6, 2019
Uploading to S3 is very useful, but requires authorization and/or permissions set on the bucket access, and achieving this from a plain old browser is a pain as it requires the POST to be approved and signed prior to sending it to the bucket. All the implementations I have found require a server side component [...]
April 2, 2018
So after doing several scripts for backing up wordpress to various places, and primarily S3 buckets, I figured I better put the script here so it is easier for me to find it the next time, and maybe it will be useful for you too 🙂 “Before you act for the greater good, you should [...]