From 362aecd426244153a7d1da03b73a04d702820db0 Mon Sep 17 00:00:00 2001 From: Unmesh Gundecha Date: Sat, 29 Jun 2024 17:51:58 +0800 Subject: [PATCH 1/5] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f386a6d..fb7e97b 100644 --- a/README.md +++ b/README.md @@ -1629,6 +1629,11 @@ Numerous organizations frequently share their insights and expertise, encompassi * [Howtheydevops](https://github.com/bregman-arie/howtheydevops) * [Howtheyaws](https://github.com/upgundecha/howtheyaws) +## Stargazers Over Time + +## Stargazers over time +[![Stargazers over time](https://starchart.cc/upgundecha/howtheysre.svg?background=%23FFFFFF&axis=%23333333&line=%23139a15)](https://starchart.cc/upgundecha/howtheysre) + ## Contribute Contributions welcome! Read the [contribution guidelines](contributing.md) first. @@ -1642,4 +1647,4 @@ related or neighboring rights to this work. --- -If you decide to use this anywhere please give a credit to [@upgundecha](https://www.twitter.com/upgundecha) on twitter, also If you like my work, check out other projects on my Github. +If you decide to use this anywhere, please credit [@upgundecha](https://www.x.com/upgundecha) on X. Also, if you like my work, check out my other projects on GitHub. From c26c91db7cdd8737b4e997fd764341a7f4d19e78 Mon Sep 17 00:00:00 2001 From: Unmesh Gundecha Date: Sat, 29 Jun 2024 17:52:54 +0800 Subject: [PATCH 2/5] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index fb7e97b..92bb5c9 100644 --- a/README.md +++ b/README.md @@ -1631,7 +1631,6 @@ Numerous organizations frequently share their insights and expertise, encompassi ## Stargazers Over Time -## Stargazers over time [![Stargazers over time](https://starchart.cc/upgundecha/howtheysre.svg?background=%23FFFFFF&axis=%23333333&line=%23139a15)](https://starchart.cc/upgundecha/howtheysre) ## Contribute From 63853a09561da87939fe2d631e4bb3d1f69d470a Mon Sep 17 00:00:00 2001 From: Unmesh Gundecha Date: Sat, 29 Jun 2024 17:55:29 +0800 Subject: [PATCH 3/5] Update main.spec.js --- test/main.spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/main.spec.js b/test/main.spec.js index 3309f48..05eb6e3 100644 --- a/test/main.spec.js +++ b/test/main.spec.js @@ -24,6 +24,7 @@ describe('Checklist', function() { '## Resources', '## Credits', '## Other How They... repos', + '## Stargazers Over Time', '## Contribute', '## License']; const actualList = srcMd.match(/^## (.*$)/gim); From 142107d791d633191fefa99bef8f06d46373f526 Mon Sep 17 00:00:00 2001 From: Unmesh Gundecha Date: Sat, 29 Jun 2024 17:56:52 +0800 Subject: [PATCH 4/5] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 92bb5c9..1c33f8a 100644 --- a/README.md +++ b/README.md @@ -1581,7 +1581,6 @@ Numerous organizations frequently share their insights and expertise, encompassi * [Conf42](https://www.conf42.com/sre2022) * [Conf42 2022 Premiere](https://www.youtube.com/watch?v=FclEiSDfX14&ab_channel=Conf42) - ### Other Resources #### Awesome Lists From 6ebf2941758829b05b7af4cc6f341572c81bd62d Mon Sep 17 00:00:00 2001 From: Unmesh Gundecha Date: Sat, 29 Jun 2024 22:34:41 +0800 Subject: [PATCH 5/5] Update README.md Added posts from Google and Meta --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1c33f8a..04a1809 100644 --- a/README.md +++ b/README.md @@ -564,6 +564,7 @@ Numerous organizations frequently share their insights and expertise, encompassi ### Blog Posts +* [Accelerating incident response using generative AI](https://security.googleblog.com/2024/04/accelerating-incident-response-using.html) * [Pitfalls and Patterns in Microservice Dependency Management](https://www.infoq.com/articles/pitfalls-patterns-microservice-dependency-management/) * [SRE Practices & Processes](https://sre.google/resources/#practicesandprocesses) * [Google site reliability using Go](https://go.dev/solutions/google/sitereliability) @@ -831,6 +832,7 @@ Numerous organizations frequently share their insights and expertise, encompassi ### Blog Posts +* [Leveraging AI for efficient incident response](https://engineering.fb.com/2024/06/24/data-infrastructure/leveraging-ai-for-efficient-incident-response/) * [Improving Meta’s SLO workflows with data annotations](https://engineering.fb.com/2022/08/29/developer-tools/improving-metas-slo-workflows-with-data-annotations/) * [SLICK: Adopting SLOs for improved reliability](https://engineering.fb.com/2021/12/13/production-engineering/slick/) * [More details about the October 4 outage](https://engineering.fb.com/2021/10/05/networking-traffic/outage-details/)