Tag Archives: Google Cloud Platform

Google Cloud Shell – First steps with google cloud shell.

The first step, take a look at this official webpage to see how you can start Google Cloud Shell. Using the online terminal, you can start using the shell with Google Linux distro like any Linux. Let’s see some information and commands used by Google Cloud Shell:

Using the apt-get install package command I… Read More »

Google – Starting development with Google and Google Assistant – part 001.

An application programming interface (API) is a computing interface that defines interactions between multiple software applications or mixed hardware-software intermediaries. – see Wikipedia. A software development kit (SDK) is a collection of software development tools in one installable package. They facilitate the creation of applications by having a compiler, debugger, and perhaps a software framework.… Read More »

C# – First steps with C# and .NET – part 014 .

Google team comes with this intro for Google Shell: When you start Cloud Shell, it provisions a e2-small Google Compute Engine virtual machine running a Debian-based Linux operating system. Cloud Shell instances are provisioned on a per-user, per-session basis. The instance persists while your Cloud Shell session is active; after an hour of inactivity, your… Read More »

C# – First steps with C# and .NET – part 012 .

In this tutorial, I will show you how to start using Google Cloud Platform with Visual Studio 2019 and C#. The main goal is to create a Cloud Storage buckets. First, create a console project into your Visual Studio 2019 I.D.E. Open the cloud google.com dotnet webpage and use Try It Free option. This allows… Read More »