
How My Team Aligns on Prompting for Production
My team at Google is automating sample code generation and maintenance. Part of that is using...

Author profile
Doing software, infra, APIs, and OSS with a team-centric perspective and walking near water. 馃悩 grayside@hachyderm.io 路 馃 bsky.app/profile/adamross.dev
Browse the latest writing surfaced through DevArt.

My team at Google is automating sample code generation and maintenance. Part of that is using...
![[Boost]](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flxpou5mdhul61fakb5rm.png)

Recently I needed to pull data from the GitHub API and publish to a Google Sheet so I could share...

Context: I'm a decision record enthusiast and will absolutely write more about this in the future....

I enjoy tools that automate dependency updates in my projects (looking at you, Renovate and...

Automation saves time and toil when performing a task, and we all appreciate that. This is only one...

tl;dr: Running bash scripts in the Cloud Build documentation tells you use the script property with...

Secret Manager is easier to use with Cloud Run since I last wrote about "serverless mysteries". At th...

Secrets are private information used by an application. They're often obfuscated passphrases used to...

Google Cloud has a number of options to run your code. We'll focus on three serverless platforms: Clo...
Advertisement