From f974c84a9206bec0076caedf50ec380575767a15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20B=C3=A4ck?= Date: Wed, 30 Mar 2022 14:06:25 +0200 Subject: [PATCH 1/3] demo proposal: CD using React Native and Google Cloud --- .../isacha-filbac/README.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 contributions/demo/week3-CD-and-feature-flag/isacha-filbac/README.md diff --git a/contributions/demo/week3-CD-and-feature-flag/isacha-filbac/README.md b/contributions/demo/week3-CD-and-feature-flag/isacha-filbac/README.md new file mode 100644 index 0000000000..6461008e18 --- /dev/null +++ b/contributions/demo/week3-CD-and-feature-flag/isacha-filbac/README.md @@ -0,0 +1,21 @@ +# Assignment Proposal + +## Title + +CD implementation of a React Native app using Google Cloud services + +## Names and KTH ID + - Filip Bäck (filbac@kth.se) + - Isac Haglund (isacha@kth.se) + +## Deadline + +Task 1 + +## Category + +Demo + +## Description + +CD implementation of a React Native app using Google Cloud services From 38132c561515c11d91864305fbd6437cec25dd9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20B=C3=A4ck?= Date: Wed, 6 Apr 2022 10:59:33 +0200 Subject: [PATCH 2/3] Add links to github and powerpoint --- .../demo/week3-CD-and-feature-flag/isacha-filbac/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/contributions/demo/week3-CD-and-feature-flag/isacha-filbac/README.md b/contributions/demo/week3-CD-and-feature-flag/isacha-filbac/README.md index 6461008e18..80d5a73942 100644 --- a/contributions/demo/week3-CD-and-feature-flag/isacha-filbac/README.md +++ b/contributions/demo/week3-CD-and-feature-flag/isacha-filbac/README.md @@ -18,4 +18,9 @@ Demo ## Description -CD implementation of a React Native app using Google Cloud services +CD implementation of a node express app using Google Cloud services + +Link to GitHub: [REPO](https://github.com/isachaglund/devops-project1) +Link to PPS: [SLIDES](https://docs.google.com/presentation/d/1kQXmSwYDJvzCrs4UCI6yBz6xR1ZLghMe5QY_WV1JCLQ/edit?usp=sharing) + + From 33d5751fb2911bedd78dffc41f4c503187a39988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20B=C3=A4ck?= Date: Tue, 12 Apr 2022 10:32:30 +0200 Subject: [PATCH 3/3] Executable tutorial proposal: Dockerizing a Node.js app --- .../isacha-filbac/README.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 contributions/executable-tutorial/isacha-filbac/README.md diff --git a/contributions/executable-tutorial/isacha-filbac/README.md b/contributions/executable-tutorial/isacha-filbac/README.md new file mode 100644 index 0000000000..201fbaf582 --- /dev/null +++ b/contributions/executable-tutorial/isacha-filbac/README.md @@ -0,0 +1,21 @@ +# Assignment Proposal + +## Title + +Dockerizing a Node.js application + +## Names and KTH ID + - Filip Bäck (filbac@kth.se) + - Isac Haglund (isacha@kth.se) + +## Deadline + +Deadline 3 + +## Category + +Executable tutorial + +## Description + +We would like to create a tutorial that shows how to implement Docker in a Node application.