kelsk
kelsk
The Java language samples have overly long build times that can be upwards of 4 minutes. The samples should be refactored to reduce startup time as much as possible.
The READMEs for Cloud Shell should be operable as walkthrough tutorials. Opening the sample in Cloud Shell should launch the walkthrough tutorial.
Add directions to the website README for initiating a continuous local dev loop with [Cloud Run Emulator](https://cloud.google.com/code/docs/vscode/developing-a-cloud-run-service) on Cloud Code. Part of #42.
Add directions to the content-api README for initiating a continuous local dev loop with [Cloud Run Emulator](https://cloud.google.com/code/docs/vscode/developing-a-cloud-run-service) on Cloud Code. Part of #42.
When changes to the codebase affect tutorials, the tutorials must be updated correspondingly. Integration tests should be created to ensure that the tutorials are not broken on code changes. These...
Create a custom image to install required packages upon cloning the repo into Cloud Shell. This prevents the need for users to complete any additional installation steps, allowing them to...