javascript

Uploading Form Data Directly to AWS S3

3 minute read

A couple of posts back, I walked through uploading an image to AWS S3 without the need for a server of your own. This has the advantage of being a fully stan...

Web Storage

4 minute read

Recently, I had the task of speeding up the response time of an app that depended on a remote API. The issue was that the API could take a long time to respo...

Codeless API

4 minute read

What if I told you that you could create a API backend that didn’t require any code? Crazy right? Wrong! Picture a client side Javascript app that displays ...