Deploying Apps to Google Cloud Reviews
66563 reviews
Luan Cristopher V. · Reviewed כמעט 2 שנים ago
Marius N. · Reviewed כמעט 2 שנים ago
Geddiel C. · Reviewed כמעט 2 שנים ago
Пелихов П. · Reviewed כמעט 2 שנים ago
Srikant P. · Reviewed כמעט 2 שנים ago
sambit m. · Reviewed כמעט 2 שנים ago
Tushar C. · Reviewed כמעט 2 שנים ago
Maloy R. · Reviewed כמעט 2 שנים ago
no
Sandro T. · Reviewed כמעט 2 שנים ago
da errores el laboratorio con DOCKER y no se puede validar
Sergio Luis H. · Reviewed כמעט 2 שנים ago
Humberto M. · Reviewed כמעט 2 שנים ago
not working
Haydar A. · Reviewed כמעט 2 שנים ago
not working
Haydar A. · Reviewed כמעט 2 שנים ago
Alex R. · Reviewed כמעט 2 שנים ago
Priya K. · Reviewed כמעט 2 שנים ago
Paul F. · Reviewed כמעט 2 שנים ago
Dharani A. · Reviewed כמעט 2 שנים ago
Oliver A. · Reviewed כמעט 2 שנים ago
Jose L. · Reviewed כמעט 2 שנים ago
LINH T. · Reviewed כמעט 2 שנים ago
// Not sure if it was intentional, but there are missing colons ":" in the key value pair for the variable "model". They are missing between "title" and "Hello App Engine" on multiple tasks/steps. First is an example of what is wrong: @app.route("/") def main(): model = {"title" "Hello App Engine"} return render_template('index.html', model=model) // Correction for Task 2, Step 12: @app.route("/") def main(): model = {"title": "Hello App Engine"} return render_template('index.html', model=model) // Correction for Task 3, Step 10: @app.route("/") def main(): model = {"title": "Hello Kubernetes Engine"} return render_template('index.html', model=model) // Correction for Task 4, Step 2 @app.route("/") def main(): model = {"title": "Hello Cloud Run"} return render_template('index.html', model=model) // I've failed this lab twice now, the first most assuredly was my fault, the second I was able to get all objectives complete and still the lab won't finish. I have taken screenshots.
Zachery N. · Reviewed כמעט 2 שנים ago
Святослав П. · Reviewed כמעט 2 שנים ago
yes
Nirvana G. · Reviewed כמעט 2 שנים ago
Markus B. · Reviewed כמעט 2 שנים ago
Charles O. · Reviewed כמעט 2 שנים ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.