path # lines of code java/cloud-function-hello-world/src/main/java/cloudcode/helloworld/HelloWorld.java 12 java/java-hello-world/skaffold.yaml 22 java/java-hello-world/src/main/java/cloudcode/helloworld/HelloWorldApplication.java 16 java/java-hello-world/src/main/java/cloudcode/helloworld/web/HelloWorldController.java 13 java/java-hello-world/src/main/resources/templates/index.html 189 java/java-hello-world/kubernetes-manifests/hello.service.yaml 12 java/java-hello-world/kubernetes-manifests/hello.deployment.yaml 28 java/java-guestbook/skaffold.yaml 12 java/java-guestbook/frontend/skaffold.yaml 28 java/java-guestbook/frontend/src/main/java/cloudcode/guestbook/frontend/FrontendApplication.java 17 java/java-guestbook/frontend/src/main/java/cloudcode/guestbook/frontend/FrontendController.java 47 java/java-guestbook/frontend/src/main/java/cloudcode/guestbook/frontend/GuestBookEntry.java 24 java/java-guestbook/frontend/src/main/java/cloudcode/guestbook/frontend/PrintDuration.java 32 java/java-guestbook/frontend/src/main/resources/static/style.css 93 java/java-guestbook/frontend/src/main/resources/templates/home.html 57 java/java-guestbook/frontend/kubernetes-manifests/guestbook-frontend.deployment.yaml 38 java/java-guestbook/frontend/kubernetes-manifests/guestbook-frontend.service.yaml 15 java/java-guestbook/backend/skaffold.yaml 23 java/java-guestbook/backend/src/main/java/cloudcode/guestbook/backend/BackendApplication.java 17 java/java-guestbook/backend/src/main/java/cloudcode/guestbook/backend/MessageRepository.java 4 java/java-guestbook/backend/src/main/java/cloudcode/guestbook/backend/GuestBookEntry.java 24 java/java-guestbook/backend/src/main/java/cloudcode/guestbook/backend/MongodbDataSourceConfig.java 19 java/java-guestbook/backend/src/main/java/cloudcode/guestbook/backend/BackendController.java 23 java/java-guestbook/backend/kubernetes-manifests/guestbook-backend.deployment.yaml 39 java/java-guestbook/backend/kubernetes-manifests/guestbook-mongodb.service.yaml 14 java/java-guestbook/backend/kubernetes-manifests/guestbook-mongodb.deployment.yaml 24 java/java-guestbook/backend/kubernetes-manifests/guestbook-backend.service.yaml 15 java/java-cloud-run-hello-world/src/main/java/cloudcode/helloworld/HelloWorldApplication.java 22 java/java-cloud-run-hello-world/src/main/java/cloudcode/helloworld/web/HelloWorldController.java 19 java/java-cloud-run-hello-world/src/main/resources/static/css/style.css 119 java/java-cloud-run-hello-world/src/main/resources/templates/index.html 68 java/java-cloud-run-hello-world/src/main/resources/logback-spring.xml 8 java/java-dataflow-samples/read-pubsub-write-bigquery/build.gradle.kts 73 java/java-dataflow-samples/read-pubsub-write-bigquery/src/main/java/com/cloudcode/dataflow/example/io/ReadResult.java 57 java/java-dataflow-samples/read-pubsub-write-bigquery/src/main/java/com/cloudcode/dataflow/example/io/WriteResult.java 57 java/java-dataflow-samples/read-pubsub-write-bigquery/src/main/java/com/cloudcode/dataflow/example/io/WriteRowToBigquery.java 62 java/java-dataflow-samples/read-pubsub-write-bigquery/src/main/java/com/cloudcode/dataflow/example/io/ReadPubsubToRow.java 35 java/java-dataflow-samples/read-pubsub-write-bigquery/src/main/java/com/cloudcode/dataflow/example/options/DatasetReferenceOptionValue.java 24 java/java-dataflow-samples/read-pubsub-write-bigquery/src/main/java/com/cloudcode/dataflow/example/options/SubscriptionPathOptionValue.java 21 java/java-dataflow-samples/read-pubsub-write-bigquery/src/main/java/com/cloudcode/dataflow/example/options/ReadPubsubOptions.java 12 java/java-dataflow-samples/read-pubsub-write-bigquery/src/main/java/com/cloudcode/dataflow/example/options/ReadPubsubWriteBigQueryOptions.java 2 java/java-dataflow-samples/read-pubsub-write-bigquery/src/main/java/com/cloudcode/dataflow/example/options/WriteBigQueryOptions.java 12 java/java-dataflow-samples/read-pubsub-write-bigquery/src/main/java/com/cloudcode/dataflow/example/conversions/ConversionError.java 19 java/java-dataflow-samples/read-pubsub-write-bigquery/src/main/java/com/cloudcode/dataflow/example/conversions/JsonToRow.java 62 java/java-dataflow-samples/read-pubsub-write-bigquery/src/main/java/com/cloudcode/dataflow/example/conversions/UserTypeJsonPayloadSerializer.java 46 java/java-dataflow-samples/read-pubsub-write-bigquery/src/main/java/com/cloudcode/dataflow/example/logging/Log.java 74 java/java-dataflow-samples/read-pubsub-write-bigquery/src/main/java/com/cloudcode/dataflow/ReadPubsubWriteBigQuery.java 38 java/java-dataflow-samples/read-pubsub-write-bigquery/src/main/java/com/cloudcode/dataflow/ExampleModel.java 67 java/java-dataflow-samples/read-pubsub-write-bigquery/settings.gradle.kts 1 java/java-dataflow-samples/read-pubsub-write-bigquery/infrastructure/02.network/provider.tf 4 java/java-dataflow-samples/read-pubsub-write-bigquery/infrastructure/02.network/data.tf 4 java/java-dataflow-samples/read-pubsub-write-bigquery/infrastructure/02.network/network.tf 24 java/java-dataflow-samples/read-pubsub-write-bigquery/infrastructure/02.network/variables.tf 24 java/java-dataflow-samples/read-pubsub-write-bigquery/infrastructure/01.setup/provider.tf 4 java/java-dataflow-samples/read-pubsub-write-bigquery/infrastructure/01.setup/services.tf 12 java/java-dataflow-samples/read-pubsub-write-bigquery/infrastructure/01.setup/variables.tf 14 java/java-dataflow-samples/read-pubsub-write-bigquery/infrastructure/01.setup/iam.tf 17 java/java-dataflow-samples/read-pubsub-write-bigquery/infrastructure/03.io/variables.tf 4 java/java-dataflow-samples/read-pubsub-write-bigquery/infrastructure/03.io/gradle_properties.tf 19 java/java-dataflow-samples/read-pubsub-write-bigquery/infrastructure/03.io/infrastructure.tf 4 java/java-dataflow-samples/read-pubsub-write-bigquery/infrastructure/03.io/infrastructure/provider.tf 4 java/java-dataflow-samples/read-pubsub-write-bigquery/infrastructure/03.io/infrastructure/bigquery.tf 9 java/java-dataflow-samples/read-pubsub-write-bigquery/infrastructure/03.io/infrastructure/data.tf 20 java/java-dataflow-samples/read-pubsub-write-bigquery/infrastructure/03.io/infrastructure/variables.tf 35 java/java-dataflow-samples/read-pubsub-write-bigquery/infrastructure/03.io/infrastructure/locals.tf 22 java/java-dataflow-samples/read-pubsub-write-bigquery/infrastructure/03.io/infrastructure/pubsub.tf 15 java/java-dataflow-samples/read-pubsub-write-bigquery/infrastructure/03.io/infrastructure/output.tf 27 java/java-dataflow-samples/read-pubsub-write-bigquery/infrastructure/03.io/infrastructure/storage.tf 15 python/cloud-function-hello-world/main.py 4 python/gemini-api/main.py 10 python/django/python-guestbook/skaffold.yaml 24 python/django/python-guestbook/src/guestbook/settings.py 72 python/django/python-guestbook/src/guestbook/__init__.py 1 python/django/python-guestbook/src/guestbook/urls.py 8 python/django/python-guestbook/src/guestbook/wsgi.py 4 python/django/python-guestbook/src/manage.py 15 python/django/python-guestbook/src/staticfiles/style.css 93 python/django/python-guestbook/src/message/migrations/__init__.py 1 python/django/python-guestbook/src/message/migrations/0001_initial.py 22 python/django/python-guestbook/src/message/views.py 27 python/django/python-guestbook/src/message/__init__.py 1 python/django/python-guestbook/src/message/templates/home.html 62 python/django/python-guestbook/src/message/apps.py 3 python/django/python-guestbook/src/message/tests.py 1 python/django/python-guestbook/src/message/admin.py 1 python/django/python-guestbook/src/message/models.py 12 python/django/python-guestbook/kubernetes-manifests/guestbook-app.service.yaml 15 python/django/python-guestbook/kubernetes-manifests/guestbook-app.migration.yaml 29 python/django/python-guestbook/kubernetes-manifests/guestbook-postgres.service.yaml 15 python/django/python-guestbook/kubernetes-manifests/guestbook-postgres.deployment.yaml 27 python/django/python-guestbook/kubernetes-manifests/guestbook-app.deployment.yaml 40 python/django/python-hello-world/skaffold.yaml 16 python/django/python-hello-world/src/helloworld/settings.py 59 python/django/python-hello-world/src/helloworld/__init__.py 1 python/django/python-hello-world/src/helloworld/urls.py 4 python/django/python-hello-world/src/helloworld/wsgi.py 4 python/django/python-hello-world/src/manage.py 15 python/django/python-hello-world/src/helloapp/migrations/__init__.py 1 python/django/python-hello-world/src/helloapp/views.py 6 python/django/python-hello-world/src/helloapp/__init__.py 1 python/django/python-hello-world/src/helloapp/templates/homepage.html 165 python/django/python-hello-world/src/helloapp/urls.py 5 python/django/python-hello-world/src/helloapp/apps.py 3 python/django/python-hello-world/src/helloapp/tests.py 1 python/django/python-hello-world/src/helloapp/admin.py 1 python/django/python-hello-world/src/helloapp/models.py 1 python/django/python-hello-world/kubernetes-manifests/hello.service.yaml 16 python/django/python-hello-world/kubernetes-manifests/hello.deployment.yaml 31 python/python-guestbook/skaffold.yaml 12 python/python-guestbook/src/frontend/static/style.css 93 python/python-guestbook/src/frontend/front.py 41 python/python-guestbook/src/frontend/skaffold.yaml 21 python/python-guestbook/src/frontend/templates/home.html 61 python/python-guestbook/src/frontend/kubernetes-manifests/guestbook-frontend.deployment.yaml 30 python/python-guestbook/src/frontend/kubernetes-manifests/guestbook-frontend.service.yaml 15 python/python-guestbook/src/backend/skaffold.yaml 16 python/python-guestbook/src/backend/kubernetes-manifests/guestbook-backend.deployment.yaml 37 python/python-guestbook/src/backend/kubernetes-manifests/guestbook-mongodb.service.yaml 14 python/python-guestbook/src/backend/kubernetes-manifests/guestbook-mongodb.deployment.yaml 24 python/python-guestbook/src/backend/kubernetes-manifests/guestbook-backend.service.yaml 15 python/python-guestbook/src/backend/back.py 27 python/python-hello-world/skaffold.yaml 16 python/python-hello-world/src/templates/index.html 165 python/python-hello-world/src/app.py 14 python/python-hello-world/kubernetes-manifests/hello.service.yaml 12 python/python-hello-world/kubernetes-manifests/hello.deployment.yaml 26 python/cloudbuild.yaml 16 python/cloud-run-python-hello-world/static/style.css 119 python/cloud-run-python-hello-world/templates/index.html 66 python/cloud-run-python-hello-world/app.py 15 python/cloud-run-django-hello-world/manage.py 18 python/cloud-run-django-hello-world/helloapp/static/style.css 119 python/cloud-run-django-hello-world/helloapp/views.py 13 python/cloud-run-django-hello-world/helloapp/__init__.py 1 python/cloud-run-django-hello-world/helloapp/templates/homepage.html 67 python/cloud-run-django-hello-world/helloapp/templates/aboutpage.html 12 python/cloud-run-django-hello-world/helloapp/urls.py 6 python/cloud-run-django-hello-world/helloapp/apps.py 3 python/cloud-run-django-hello-world/helloapp/tests.py 14 python/cloud-run-django-hello-world/helloproject/settings.py 35 python/cloud-run-django-hello-world/helloproject/__init__.py 1 python/cloud-run-django-hello-world/helloproject/urls.py 4 python/cloud-run-django-hello-world/helloproject/wsgi.py 4 python/cloud-run-django-hello-world/helloproject/asgi.py 4 nodejs/cloud-function-hello-world/index.js 4 nodejs/gemini-api/index.js 10 nodejs/nodejs-hello-world/skaffold.yaml 16 nodejs/nodejs-hello-world/src/index.html.hbs 165 nodejs/nodejs-hello-world/src/index.js 34 nodejs/nodejs-hello-world/kubernetes-manifests/hello.service.yaml 12 nodejs/nodejs-hello-world/kubernetes-manifests/hello.deployment.yaml 26 nodejs/nodejs-guestbook/skaffold.yaml 12 nodejs/nodejs-guestbook/src/frontend/views/home.pug 18 nodejs/nodejs-guestbook/src/frontend/views/list.pug 12 nodejs/nodejs-guestbook/src/frontend/views/new.pug 12 nodejs/nodejs-guestbook/src/frontend/public/css/style.css 93 nodejs/nodejs-guestbook/src/frontend/utils/index.js 17 nodejs/nodejs-guestbook/src/frontend/skaffold.yaml 31 nodejs/nodejs-guestbook/src/frontend/kubernetes-manifests/guestbook-frontend.deployment.yaml 30 nodejs/nodejs-guestbook/src/frontend/kubernetes-manifests/guestbook-frontend.service.yaml 15 nodejs/nodejs-guestbook/src/frontend/app.js 62 nodejs/nodejs-guestbook/src/backend/skaffold.yaml 26 nodejs/nodejs-guestbook/src/backend/kubernetes-manifests/mongo.service.yaml 14 nodejs/nodejs-guestbook/src/backend/kubernetes-manifests/guestbook-backend.deployment.yaml 36 nodejs/nodejs-guestbook/src/backend/kubernetes-manifests/mongo.deployment.yaml 24 nodejs/nodejs-guestbook/src/backend/kubernetes-manifests/guestbook-backend.service.yaml 15 nodejs/nodejs-guestbook/src/backend/routes/messages.js 53 nodejs/nodejs-guestbook/src/backend/routes/index.js 38 nodejs/nodejs-guestbook/src/backend/app.js 22 nodejs/nodejs-cloud-run-hello-world/assets/style.css 119 nodejs/nodejs-cloud-run-hello-world/index.html.hbs 66 nodejs/nodejs-cloud-run-hello-world/index.js 33 cloudbuild.meta.yaml 56 golang/cloud-function-hello-world/hello_world.go 12 golang/go-hello-world/skaffold.yaml 16 golang/go-hello-world/kubernetes-manifests/hello.service.yaml 12 golang/go-hello-world/kubernetes-manifests/hello.deployment.yaml 26 golang/go-hello-world/template/index.html 165 golang/go-hello-world/main.go 44 golang/go-guestbook/skaffold.yaml 12 golang/go-guestbook/src/frontend/static/style.css 93 golang/go-guestbook/src/frontend/skaffold.yaml 21 golang/go-guestbook/src/frontend/templates/home.tpl 61 golang/go-guestbook/src/frontend/kubernetes-manifests/guestbook-frontend.deployment.yaml 32 golang/go-guestbook/src/frontend/kubernetes-manifests/guestbook-frontend.service.yaml 15 golang/go-guestbook/src/frontend/main.go 133 golang/go-guestbook/src/backend/skaffold.yaml 16 golang/go-guestbook/src/backend/kubernetes-manifests/guestbook-backend.deployment.yaml 44 golang/go-guestbook/src/backend/kubernetes-manifests/guestbook-mongodb.service.yaml 14 golang/go-guestbook/src/backend/kubernetes-manifests/guestbook-mongodb.deployment.yaml 24 golang/go-guestbook/src/backend/kubernetes-manifests/guestbook-backend.service.yaml 15 golang/go-guestbook/src/backend/main.go 96 golang/go-guestbook/src/backend/mongodb.go 45 golang/go-guestbook/src/backend/database.go 8 golang/go-cloud-run-hello-world/index.html 66 golang/go-cloud-run-hello-world/assets/style.css 119 golang/go-cloud-run-hello-world/main.go 50 dotnet/dotnet-hello-world/skaffold.yaml 16 dotnet/dotnet-hello-world/src/Startup.cs 27 dotnet/dotnet-hello-world/src/Pages/Index.cshtml.cs 8 dotnet/dotnet-hello-world/src/Pages/Shared/_Layout.cshtml 20 dotnet/dotnet-hello-world/src/Pages/Index.cshtml 41 dotnet/dotnet-hello-world/src/Pages/_ViewStart.cshtml 3 dotnet/dotnet-hello-world/src/Pages/_ViewImports.cshtml 2 dotnet/dotnet-hello-world/src/Program.cs 18 dotnet/dotnet-hello-world/src/wwwroot/css/style.css 109 dotnet/dotnet-hello-world/kubernetes-manifests/hello.service.yaml 13 dotnet/dotnet-hello-world/kubernetes-manifests/hello.deployment.yaml 27 dotnet/dotnet-cloud-run-hello-world/Startup.cs 62 dotnet/dotnet-cloud-run-hello-world/EnvironmentInfo.cs 18 dotnet/dotnet-cloud-run-hello-world/Pages/Index.cshtml.cs 23 dotnet/dotnet-cloud-run-hello-world/Pages/Shared/_Layout.cshtml 16 dotnet/dotnet-cloud-run-hello-world/Pages/Index.cshtml 56 dotnet/dotnet-cloud-run-hello-world/Pages/_ViewStart.cshtml 3 dotnet/dotnet-cloud-run-hello-world/Pages/_ViewImports.cshtml 3 dotnet/dotnet-cloud-run-hello-world/Program.cs 24 dotnet/dotnet-cloud-run-hello-world/wwwroot/css/style.css 119 dotnet/dotnet-guestbook/skaffold.yaml 12 dotnet/dotnet-guestbook/src/frontend/Models/ErrorViewModel.cs 9 dotnet/dotnet-guestbook/src/frontend/Models/GuestbookEntry.cs 18 dotnet/dotnet-guestbook/src/frontend/Startup.cs 71 dotnet/dotnet-guestbook/src/frontend/EnvironmentConfiguration.cs 11 dotnet/dotnet-guestbook/src/frontend/skaffold.yaml 28 dotnet/dotnet-guestbook/src/frontend/kubernetes-manifests/guestbook-frontend.deployment.yaml 33 dotnet/dotnet-guestbook/src/frontend/kubernetes-manifests/guestbook-frontend.service.yaml 16 dotnet/dotnet-guestbook/src/frontend/Views/Shared/_Layout.cshtml 15 dotnet/dotnet-guestbook/src/frontend/Views/Shared/_ValidationScriptsPartial.cshtml 18 dotnet/dotnet-guestbook/src/frontend/Views/Shared/Error.cshtml 19 dotnet/dotnet-guestbook/src/frontend/Views/_ViewStart.cshtml 3 dotnet/dotnet-guestbook/src/frontend/Views/_ViewImports.cshtml 3 dotnet/dotnet-guestbook/src/frontend/Views/Home/Index.cshtml 53 dotnet/dotnet-guestbook/src/frontend/Controllers/HomeController.cs 65 dotnet/dotnet-guestbook/src/frontend/Program.cs 24 dotnet/dotnet-guestbook/src/frontend/wwwroot/js/site.js 1 dotnet/dotnet-guestbook/src/frontend/wwwroot/css/site.css 94 dotnet/dotnet-guestbook/src/backend/MongoConfig.cs 7 dotnet/dotnet-guestbook/src/backend/Startup.cs 45 dotnet/dotnet-guestbook/src/backend/skaffold.yaml 23 dotnet/dotnet-guestbook/src/backend/kubernetes-manifests/guestbook-backend.deployment.yaml 40 dotnet/dotnet-guestbook/src/backend/kubernetes-manifests/guestbook-mongodb.service.yaml 14 dotnet/dotnet-guestbook/src/backend/kubernetes-manifests/guestbook-mongodb.deployment.yaml 24 dotnet/dotnet-guestbook/src/backend/kubernetes-manifests/guestbook-backend.service.yaml 16 dotnet/dotnet-guestbook/src/backend/IMessageRepository.cs 9 dotnet/dotnet-guestbook/src/backend/GuestbookEntry.cs 20 dotnet/dotnet-guestbook/src/backend/MessageRepository.cs 39 dotnet/dotnet-guestbook/src/backend/Controllers/MessagesController.cs 34 dotnet/dotnet-guestbook/src/backend/Program.cs 18 dotnet/dotnet-guestbook/cloudbuild.yaml 6 cloudbuild.tmpl.yaml 89