From 2b1217da84d69f172fd37275eb7914f3c439d28e Mon Sep 17 00:00:00 2001 From: Simon Headley Date: Fri, 6 Sep 2024 08:21:56 +0200 Subject: [PATCH 1/3] Including blog posts from Simon Headley Signed-off-by: Simon Headley --- blogposts/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/blogposts/README.md b/blogposts/README.md index ab27b96..b2453dc 100644 --- a/blogposts/README.md +++ b/blogposts/README.md @@ -35,3 +35,6 @@ This file contains links to Dapr blog posts written by community members. This f | Vladimir Vivien | @vladimirvivien | [Building Cloud-Native Services with Dapr, Go, and Kubernetes — Part 2 - Stateful applications with Dapr](https://medium.com/@vladimirvivien/building-cloud-native-services-with-dapr-go-and-kubernetes-part-2-f773d484ecb0) | | Vladimir Vivien | @vladimirvivien | [Building Cloud-Native Services with Dapr, Go, and Kubernetes — Part 3 - Invoking Dapr-enabled services](https://medium.com/@vladimirvivien/building-cloud-native-services-with-dapr-go-and-kubernetes-part-3-b95512f559cc) | | Vladimir Vivien | @vladimirvivien | [Building Cloud-Native Services with Dapr, Go, and Kubernetes — Part 4 - Event-driven services with Dapr](https://medium.com/@vladimirvivien/building-cloud-native-services-with-dapr-go-and-kubernetes-part-4-4c35cd03cb59) | +| Simon Headley | @krylixza | [Building event-driven systems at scale in Kubernetes with Dapr — Part I: Why Dapr?](https://headleysj.medium.com/building-event-driven-systems-in-kubernetes-with-dapr-part-i-dapr-vs-azure-functions-48f68a68fc22) | +| Simon Headley | @krylixza | [Building event-driven systems at scale in Kubernetes with Dapr — Part II: How does Dapr work?](https://headleysj.medium.com/building-event-driven-systems-at-scale-in-kubernetes-with-dapr-part-2-how-does-dapr-work-732ba7a0d652) | +| Simon Headley | @krylixza | [Building event-driven systems at scale in Kubernetes with Dapr — Part III: What does “at scale” really mean?](hhttps://headleysj.medium.com/building-event-driven-systems-at-scale-in-kubernetes-with-dapr-part-iii-what-does-at-scale-7c15dfa64338) | From 79b3ac3435a5f887bc938664bd58dd7837f79c5f Mon Sep 17 00:00:00 2001 From: Simon Headley Date: Fri, 6 Sep 2024 10:18:39 +0200 Subject: [PATCH 2/3] Fixing URL path to part 3 of my blog posts Signed-off-by: Simon Headley --- blogposts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blogposts/README.md b/blogposts/README.md index b2453dc..d04c922 100644 --- a/blogposts/README.md +++ b/blogposts/README.md @@ -37,4 +37,4 @@ This file contains links to Dapr blog posts written by community members. This f | Vladimir Vivien | @vladimirvivien | [Building Cloud-Native Services with Dapr, Go, and Kubernetes — Part 4 - Event-driven services with Dapr](https://medium.com/@vladimirvivien/building-cloud-native-services-with-dapr-go-and-kubernetes-part-4-4c35cd03cb59) | | Simon Headley | @krylixza | [Building event-driven systems at scale in Kubernetes with Dapr — Part I: Why Dapr?](https://headleysj.medium.com/building-event-driven-systems-in-kubernetes-with-dapr-part-i-dapr-vs-azure-functions-48f68a68fc22) | | Simon Headley | @krylixza | [Building event-driven systems at scale in Kubernetes with Dapr — Part II: How does Dapr work?](https://headleysj.medium.com/building-event-driven-systems-at-scale-in-kubernetes-with-dapr-part-2-how-does-dapr-work-732ba7a0d652) | -| Simon Headley | @krylixza | [Building event-driven systems at scale in Kubernetes with Dapr — Part III: What does “at scale” really mean?](hhttps://headleysj.medium.com/building-event-driven-systems-at-scale-in-kubernetes-with-dapr-part-iii-what-does-at-scale-7c15dfa64338) | +| Simon Headley | @krylixza | [Building event-driven systems at scale in Kubernetes with Dapr — Part III: What does “at scale” really mean?](https://headleysj.medium.com/building-event-driven-systems-at-scale-in-kubernetes-with-dapr-part-iii-what-does-at-scale-7c15dfa64338) | From 79eb7eab2bf82fbd4461fad3457419a3b400fe14 Mon Sep 17 00:00:00 2001 From: Simon Headley Date: Fri, 6 Sep 2024 10:21:31 +0200 Subject: [PATCH 3/3] Correctly formatting my GitHub handle Signed-off-by: Simon Headley --- blogposts/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/blogposts/README.md b/blogposts/README.md index d04c922..d92ec6d 100644 --- a/blogposts/README.md +++ b/blogposts/README.md @@ -35,6 +35,6 @@ This file contains links to Dapr blog posts written by community members. This f | Vladimir Vivien | @vladimirvivien | [Building Cloud-Native Services with Dapr, Go, and Kubernetes — Part 2 - Stateful applications with Dapr](https://medium.com/@vladimirvivien/building-cloud-native-services-with-dapr-go-and-kubernetes-part-2-f773d484ecb0) | | Vladimir Vivien | @vladimirvivien | [Building Cloud-Native Services with Dapr, Go, and Kubernetes — Part 3 - Invoking Dapr-enabled services](https://medium.com/@vladimirvivien/building-cloud-native-services-with-dapr-go-and-kubernetes-part-3-b95512f559cc) | | Vladimir Vivien | @vladimirvivien | [Building Cloud-Native Services with Dapr, Go, and Kubernetes — Part 4 - Event-driven services with Dapr](https://medium.com/@vladimirvivien/building-cloud-native-services-with-dapr-go-and-kubernetes-part-4-4c35cd03cb59) | -| Simon Headley | @krylixza | [Building event-driven systems at scale in Kubernetes with Dapr — Part I: Why Dapr?](https://headleysj.medium.com/building-event-driven-systems-in-kubernetes-with-dapr-part-i-dapr-vs-azure-functions-48f68a68fc22) | -| Simon Headley | @krylixza | [Building event-driven systems at scale in Kubernetes with Dapr — Part II: How does Dapr work?](https://headleysj.medium.com/building-event-driven-systems-at-scale-in-kubernetes-with-dapr-part-2-how-does-dapr-work-732ba7a0d652) | -| Simon Headley | @krylixza | [Building event-driven systems at scale in Kubernetes with Dapr — Part III: What does “at scale” really mean?](https://headleysj.medium.com/building-event-driven-systems-at-scale-in-kubernetes-with-dapr-part-iii-what-does-at-scale-7c15dfa64338) | +| Simon Headley | @KrylixZA | [Building event-driven systems at scale in Kubernetes with Dapr — Part I: Why Dapr?](https://headleysj.medium.com/building-event-driven-systems-in-kubernetes-with-dapr-part-i-dapr-vs-azure-functions-48f68a68fc22) | +| Simon Headley | @KrylixZA | [Building event-driven systems at scale in Kubernetes with Dapr — Part II: How does Dapr work?](https://headleysj.medium.com/building-event-driven-systems-at-scale-in-kubernetes-with-dapr-part-2-how-does-dapr-work-732ba7a0d652) | +| Simon Headley | @KrylixZA | [Building event-driven systems at scale in Kubernetes with Dapr — Part III: What does “at scale” really mean?](https://headleysj.medium.com/building-event-driven-systems-at-scale-in-kubernetes-with-dapr-part-iii-what-does-at-scale-7c15dfa64338) |