Cloud Functions

Using Google Maps API with Google cloud functions

If you are thinking about using Google Cloud functions (and you should), you may be wondering how to use things like Google Maps in the context of cloud functions. Well, cloud functions allow you to run Node.js […]

No Picture
Docker

Deploying docker containers to appengine

For my Ephemeral Exchange project I wanted to containerize as much as possible, as I wan’t sure where I was eventually going to host it, and containerizing meant it would be easy to put pretty much anywhere. […]

Apps Script & Java Script

Migrating from App Engine to Cloud functions

 Ephemeral exchange has gone serverless (for what this means see Going serverless with Firebase), and has a new home.  What’s changed The back end is completely different, but the front end interface is pretty much the same […]