Imagine that you have a mobile application that needs to store images in Google Cloud Storage. Instead of sending these from your mobile device to your API for storage, it’s more efficient to have your mobile application save these files to cloud storage directly. But how might you do that? The answer: Signed URLs - … Continue reading Signed URLs & Its Usage In Google Cloud Storage
Author: J. Austin Hughey
All About Departure.rb & How It Simplifies Migrations
Imagine a situation where you need to log every attempt at accessing your application regardless of how many application servers are deployed and when. Text logs aren’t enough and can be difficult to aggregate across multiple disparate filesystems. Not to mention, retrieval of any given text-based record (or series thereof) after several years can be … Continue reading All About Departure.rb & How It Simplifies Migrations
Want To Subscribe to RethinkDB Record Using Go? Here’s How!
RethinkDB is a document storage database with excellent clustering capabilities. However it can also auto notify when records are updated in real-time, and this article is going to explore how to do that using Go. RethinkDB is a document storage database with real-time record pub/sub capabilities. What is RethinkDB? RethinkDB is a document storage database with a lot of … Continue reading Want To Subscribe to RethinkDB Record Using Go? Here’s How!