From 3ebe57a78c7a1c6a66a03bde41a2d949f2bc6090 Mon Sep 17 00:00:00 2001 From: Morgan Date: Thu, 20 Jan 2022 15:58:00 +0100 Subject: [PATCH] Google Patterns for scalable and resilient apps --- sections/devops.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sections/devops.md b/sections/devops.md index 5713b07..a2e3a31 100644 --- a/sections/devops.md +++ b/sections/devops.md @@ -892,6 +892,9 @@ See also [Infrastructure](README.md#infrastructure) * [wagoodman/dive](https://github.com/wagoodman/dive) - A tool for exploring each layer in a docker image * [Mattia Gheda](https://ghedam.at/15502/speedy-development-environments-with-nix-and-docker) - (2020) Speedy Development environments with Nix and Docker +## GCP +* [Google Cloud Architecture Center](https://cloud.google.com/architecture/scalable-and-resilient-apps) - Patterns for scalable and resilient apps + ## Gradle * [Viktor Farcic](https://technologyconversations.com/2014/06/18/build-tools/) - (2014) Java Build Tools: Ant vs Maven vs Gradle * [Spring Initializr](http://start.spring.io/) - bootstrap your application now : Generate Maven / Gradle projects with Groovy / Java / Kotlin and Spring Boot