How to set up Git on Google Compute Engine

This is a beginner level tutorial for setting up Git on a Google Compute Engine Virtual Machine. When I develop an application I do it in an iterative process. The first peace I did for the Nodejs server on GCE … Continue reading

Share Button

How to create Node HTTP server on Google Cloud Platform

This is a quick tutorial, beginner level, to get a nodejs serving to the web as fast as possible. The result will be that you can navigate to an ip:port on the web and get a http response. Google Cloud … Continue reading

Share Button