Viewing entries tagged
Node.js

Cloud Functions vs Container Engine

2 Comments

Cloud Functions vs Container Engine

I was talking to a developer a couple weeks ago about these technologies and he asked a simple question, “when would you choose Kubernetes over Cloud Functions?”.  Both are powerful and as a developer it is easy to default to Cloud Functions because it takes a lot of administrative work out of my hands.  So let's see when you should choose Kubernetes (Container Engine) over Cloud Functions.

2 Comments

Keeping the Realtime in Firebase's Realtime Database

1 Comment

Keeping the Realtime in Firebase's Realtime Database

If you’ve used Firebase you know that one of the cooler aspects is watching the realtime database do its thing live right in front of you.  However, as you start to add more and more data, the realtime functionality will get turned off.  Check out this article to see how to work around the issue so you can continue to debug and see those updates occur in realtime.

1 Comment