- Google Developers: Learn
- Learn web development at
web.dev
π - Pathways at Google Cloud Skills Boost (Some free π, some paid πΈ.)
- Cloud SQL
Cloud Shell and gcloud
¶
-
console.cloud.google.com
-
π Google Cloud CLI PDF
πΆβπ«οΈ Cloud Shell π¶
Ooh - tmux
is enabled by default!
Commands¶
gcloud auth list # whoami
gcloud config list project
gcloud -h
gcloud help # more detailed
You can use the beta versions of (some? all?) gcloud
commands.
π Useful Commands¶
Enable the Cloud DNS API (one of my favorites):
gcloud services enable dns.googleapis.com
Big Query¶
PaaS
BigQuery is a fully managed, serverless data warehouse that enables scalable analysis over petabytes of data.
Support for standard SQL syntax is prominent in the reference documentation. More in my notes on Cloud SQL.
Quests βοΈ¶
- Data Science on Google Cloud | See my notes on that quest.