- Architect solutions to be scalable and reilient
- Business requirements involve lowering costs / enhancing user experience
- Keep an eye on technical needs during development and operation
- Where is the company coming from
The following videos, or playlists, can help ensure consistent knowledge amongst all core team members and help make customer support easier.
CS fundamentals - 12-min videos (9 hr)
Learn about computer origins, transistors, logic gates, and computer architecture
Learn about binary, bits, and bytes (bits, bytes, and octets key in networking)
Computer architecture, programming, languages, ML, robotics
| #!/usr/bin/env bash | |
| ##################################################################### | |
| # REFERENCES | |
| # - https://cloud.google.com/armor/docs/managed-protection-using#gcloud | |
| # - https://cloud.google.com/armor/docs/advanced-network-ddos | |
| # - https://cloud.google.com/armor/docs/configure-adaptive-protection | |
| # - https://cloud.google.com/armor/docs/adaptive-protection-auto-deploy | |
| ##################################################################### |
Use an energetic hip-hop style, clear call-and-response chorus, rhythmic internal rhymes, witty tech-related wordplay, reference Model Context Protocol throughout, and keep it roughly at 98 BPM vibe. This should be formatted so a generation model can output lyrics or even a sung/rap performance.
[Intro / Hook Starter]
(spoken like MC hype intro)
Arm me with logic!
| #!/usr/bin/env bash | |
| ##################################################################### | |
| # REFERENCES | |
| # - https://cloud.google.com/compute/docs/oslogin/manage-oslogin-in-an-org | |
| # - https://cloud.google.com/compute/docs/instances/managing-instance-access#configure_users | |
| # - https://cloud.google.com/iam/docs/configuring-resource-based-access | |
| # - https://cloud.google.com/iap/docs/using-tcp-forwarding#grant-permission | |
| # - https://cloud.google.com/iap/docs/audit-log-howto | |
| # - https://cloud.google.com/compute/docs/oslogin/view-audit-logs#view-logs |
| #!/usr/bin/env bash | |
| export PROJECT_ID=$(gcloud config get-value project) | |
| export PROJECT_USER=$(gcloud config get-value core/account) # set current user | |
| export PROJECT_NUMBER=$(gcloud projects describe $PROJECT_ID --format="value(projectNumber)") | |
| export IDNS=${PROJECT_ID}.svc.id.goog # workflow identity domain | |
| export GCP_REGION="us-west4" | |
| export GCP_ZONE="us-west4-a" | |
| export NETWORK_NAME="default" |
| #!/usr/bin/env bash | |
| ##################################################################### | |
| # REFERENCES | |
| # - https://nextjs.org/learn/dashboard-app/getting-started | |
| # - https://github.com/vercel/next.js/tree/canary/examples/with-docker | |
| # - https://cloud.google.com/run/docs/quickstarts/build-and-deploy/deploy-nodejs-service | |
| # - https://cloud.google.com/run/docs/configuring/services/environment-variables | |
| # - https://cloud.google.com/run/docs/securing/service-identity | |
| # - https://cloud.google.com/sdk/gcloud/reference/run/deploy |
| #!/usr/bin/env bash | |
| ##################################################################### | |
| # REFERENCES | |
| # - https://cloud.google.com/iap/docs/concepts-overview | |
| # - https://cloud.google.com/iap/docs/enabling-kubernetes-howto | |
| # - https://cloud.google.com/kubernetes-engine/docs/how-to/configure-gateway-resources#configure_iap | |
| # - https://cloud.google.com/sdk/gcloud/reference/container/clusters/create | |
| # - https://github.com/digitalocean/kubernetes-sample-apps/tree/master/podinfo-example | |
| # - https://cloud.google.com/kubernetes-engine/docs/how-to/container-native-load-balancing |