Uploading a binary file to Firebase storage from Node JS

I Needed to upload a binary file ( a document, pdf or image file) from a Node JavaScript application to Cloud Storage for FireBase which stores your files in a Google Cloud Storage bucket. Documentation was a mess and I had 2 (code) problems. Continue reading Uploading a binary file to Firebase storage from Node JS

Working with a Singleton Resource for JSONAPI in Ember with Ember-Data jsonapi adapter

Following up in the last episode of adventures in JSONAPI where I figured out how to get the awesome Jsonapi Resources gem to ‘make’ a singleton resource api – profile, in this case – the next question was to figure Continue reading Working with a Singleton Resource for JSONAPI in Ember with Ember-Data jsonapi adapter

Create a Singleton Resource for JSONAPI with jsonapi-resources ruby gem

The Jsonapi Resources gem is a resource-focused Rails library for developing JSON API compliant servers. The Jsonapi-Resources makes having your server compliant with JSON API specification much easier but i found the myself wanting to use a signleton resource. (Note: Continue reading Create a Singleton Resource for JSONAPI with jsonapi-resources ruby gem