Why Move To Google Cloud Platform

Why Move To Google Cloud Platform
Photo by Mitchell Luo / Unsplash

Google Cloud Platform (GCP) is a set of services hosted in the same infrastructure where Gmailand YouTube are located.

A lot of companies around the world are choosing GCP to build their apps because low lateency, easy APIs, pricing, one-dashboard. For example, the Angry Birds game run over GCP.

GCP includes:

  • App Engine
  • Compute Engine: Linux and Windows Virtual Machines.
  • Cloud Storage: Unlimited space for storage files, pictures, programs, or whatever kind of  extension.
  • Cloud Datastore: it’s a non-relational database, like MongoDB.
  • Cloud SQL: relational databases instances with auto backups.
  • BigQuery.
  • Cloud Endpoints

We are experts building on Google Cloud, please feel free to contact us for receiving more information.

Read more

How to Build Your Own Internal Developer Platform (IDP) Using Crossplane

How to Build Your Own Internal Developer Platform (IDP) Using Crossplane

In the modern cloud-native landscape, the friction between operation stability and developer velocity remains a critical bottleneck. As organizations scale, the manual ticketing systems traditionally used to provision infrastructure become unsustainable. The solution lies in platform engineering: building an Internal Developer Platform (IDP) that enables self-service capabilities without sacrificing governance

By Allan Porras
Orchestrating State: Building and Deploying Stateful Applications on Kubernetes with Operators

Orchestrating State: Building and Deploying Stateful Applications on Kubernetes with Operators

While Kubernetes excels at managing stateless microservices via standard Deployments and ReplicaSets, managing stateful applications—such as databases, message queues, and distributed caches—introduces significant complexity. These applications require stable network identities, persistent storage, and ordered deployment and termination. To solve this in an automated, scalable manner, high-performing engineering teams

By Allan Porras