From 30a7692d577d99e366f41de95b7a2fa434a489cc Mon Sep 17 00:00:00 2001
From: Shweta Goyal <36664302+Shwetago@users.noreply.github.com>
Date: Thu, 28 Oct 2021 12:04:06 +0530
Subject: [PATCH 1/5] Created a new section of GoDaddy
Created a new section of GoDaddy's blog posts. Not sure if all the blogs are relevant or not.
---
README.md | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/README.md b/README.md
index a24a08f..ea2c115 100644
--- a/README.md
+++ b/README.md
@@ -475,6 +475,24 @@ _Note to readers: This list refers to some of the articles, posts, videos, tools
+
+ GoDaddy
+
+### Blog Posts
+
+* [Kubernetes Gated Deployments](https://www.godaddy.com/engineering/2019/08/13/kubernetes-gated-deployments/)
+* [Kubernetes External Secrets](https://www.godaddy.com/engineering/2019/04/16/kubernetes-external-secrets/)
+* [require-suffix - Testing Without Custom Loaders](https://www.godaddy.com/engineering/2018/12/14/require-suffix/)
+* [Move over Selenium - UI Testing with Cypress](https://www.godaddy.com/engineering/2018/11/06/cypress-vs-selenium/)
+* [React Native Application UI testing using WebDriverIO and Appium](https://www.godaddy.com/engineering/2018/07/09/react-native-wdio/)
+* [A build monitoring plugin for Jenkins](https://www.godaddy.com/engineering/2018/06/19/jenkins-build-monitoring-plugin/)
+* [Jenkins Best Practices - Practical Continuous Deployment in the Real World](https://www.godaddy.com/engineering/2018/06/05/cicd-best-practices/)
+* [UI Testing: moving from WebdriverIO and Selenium to Puppeteer](https://www.godaddy.com/engineering/2018/05/07/moving-from-webdriver-to-puppeteer/)
+* [Kubernetes - A Practical Introduction for Application Developers](https://www.godaddy.com/engineering/2018/05/02/kubernetes-introduction-for-developers/)
+* [An Intuitive Node.js Client for the Kubernetes API](https://www.godaddy.com/engineering/2018/04/10/an-intuitive-nodejs-client-for-the-kubernetes-api/)
+
+
+
Gojek
From 04f9aab695a9fefbf2c3464f6c53ad9f38256324 Mon Sep 17 00:00:00 2001
From: Shweta Goyal <36664302+Shwetago@users.noreply.github.com>
Date: Thu, 28 Oct 2021 12:45:05 +0530
Subject: [PATCH 2/5] Update README.md
---
README.md | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index ea2c115..44b1b65 100644
--- a/README.md
+++ b/README.md
@@ -479,15 +479,11 @@ _Note to readers: This list refers to some of the articles, posts, videos, tools
GoDaddy
### Blog Posts
-
+
* [Kubernetes Gated Deployments](https://www.godaddy.com/engineering/2019/08/13/kubernetes-gated-deployments/)
-* [Kubernetes External Secrets](https://www.godaddy.com/engineering/2019/04/16/kubernetes-external-secrets/)
-* [require-suffix - Testing Without Custom Loaders](https://www.godaddy.com/engineering/2018/12/14/require-suffix/)
-* [Move over Selenium - UI Testing with Cypress](https://www.godaddy.com/engineering/2018/11/06/cypress-vs-selenium/)
-* [React Native Application UI testing using WebDriverIO and Appium](https://www.godaddy.com/engineering/2018/07/09/react-native-wdio/)
+* [Kubernetes External Secrets](https://www.godaddy.com/engineering/2019/04/16/kubernetes-external-secrets/)
* [A build monitoring plugin for Jenkins](https://www.godaddy.com/engineering/2018/06/19/jenkins-build-monitoring-plugin/)
-* [Jenkins Best Practices - Practical Continuous Deployment in the Real World](https://www.godaddy.com/engineering/2018/06/05/cicd-best-practices/)
-* [UI Testing: moving from WebdriverIO and Selenium to Puppeteer](https://www.godaddy.com/engineering/2018/05/07/moving-from-webdriver-to-puppeteer/)
+* [Jenkins Best Practices - Practical Continuous Deployment in the Real World](https://www.godaddy.com/engineering/2018/06/05/cicd-best-practices/)
* [Kubernetes - A Practical Introduction for Application Developers](https://www.godaddy.com/engineering/2018/05/02/kubernetes-introduction-for-developers/)
* [An Intuitive Node.js Client for the Kubernetes API](https://www.godaddy.com/engineering/2018/04/10/an-intuitive-nodejs-client-for-the-kubernetes-api/)
From a2f4571c67c36e144985021f7f226f4311414c8d Mon Sep 17 00:00:00 2001
From: Shweta Goyal <36664302+Shwetago@users.noreply.github.com>
Date: Thu, 28 Oct 2021 13:08:11 +0530
Subject: [PATCH 3/5] Removed testing posts
---
README.md | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 44b1b65..c0d8656 100644
--- a/README.md
+++ b/README.md
@@ -481,9 +481,7 @@ _Note to readers: This list refers to some of the articles, posts, videos, tools
### Blog Posts
* [Kubernetes Gated Deployments](https://www.godaddy.com/engineering/2019/08/13/kubernetes-gated-deployments/)
-* [Kubernetes External Secrets](https://www.godaddy.com/engineering/2019/04/16/kubernetes-external-secrets/)
-* [A build monitoring plugin for Jenkins](https://www.godaddy.com/engineering/2018/06/19/jenkins-build-monitoring-plugin/)
-* [Jenkins Best Practices - Practical Continuous Deployment in the Real World](https://www.godaddy.com/engineering/2018/06/05/cicd-best-practices/)
+* [Kubernetes External Secrets](https://www.godaddy.com/engineering/2019/04/16/kubernetes-external-secrets/)
* [Kubernetes - A Practical Introduction for Application Developers](https://www.godaddy.com/engineering/2018/05/02/kubernetes-introduction-for-developers/)
* [An Intuitive Node.js Client for the Kubernetes API](https://www.godaddy.com/engineering/2018/04/10/an-intuitive-nodejs-client-for-the-kubernetes-api/)
From 7fa9bc31c8524d2a379e98aa74b73ed1e2f4ee6d Mon Sep 17 00:00:00 2001
From: Shweta Goyal <36664302+Shwetago@users.noreply.github.com>
Date: Thu, 28 Oct 2021 18:32:27 +0530
Subject: [PATCH 4/5] Fixed error
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index c0d8656..e740a19 100644
--- a/README.md
+++ b/README.md
@@ -477,7 +477,7 @@ _Note to readers: This list refers to some of the articles, posts, videos, tools
GoDaddy
-
+
### Blog Posts
* [Kubernetes Gated Deployments](https://www.godaddy.com/engineering/2019/08/13/kubernetes-gated-deployments/)
From 73fc2784afcd4c41fa039a0eb448a7256a2896b9 Mon Sep 17 00:00:00 2001
From: Shweta Goyal <36664302+Shwetago@users.noreply.github.com>
Date: Thu, 28 Oct 2021 18:42:18 +0530
Subject: [PATCH 5/5] Markdown lint error
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index e740a19..7944ac6 100644
--- a/README.md
+++ b/README.md
@@ -480,9 +480,9 @@ _Note to readers: This list refers to some of the articles, posts, videos, tools
### Blog Posts
-* [Kubernetes Gated Deployments](https://www.godaddy.com/engineering/2019/08/13/kubernetes-gated-deployments/)
-* [Kubernetes External Secrets](https://www.godaddy.com/engineering/2019/04/16/kubernetes-external-secrets/)
-* [Kubernetes - A Practical Introduction for Application Developers](https://www.godaddy.com/engineering/2018/05/02/kubernetes-introduction-for-developers/)
+* [Kubernetes Gated Deployments](https://www.godaddy.com/engineering/2019/08/13/kubernetes-gated-deployments/)
+* [Kubernetes External Secrets](https://www.godaddy.com/engineering/2019/04/16/kubernetes-external-secrets/)
+* [Kubernetes - A Practical Introduction for Application Developers](https://www.godaddy.com/engineering/2018/05/02/kubernetes-introduction-for-developers/)
* [An Intuitive Node.js Client for the Kubernetes API](https://www.godaddy.com/engineering/2018/04/10/an-intuitive-nodejs-client-for-the-kubernetes-api/)