diff --git a/README.md b/README.md index f386a6d..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/) @@ -1581,7 +1583,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 @@ -1629,6 +1630,10 @@ 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](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. 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);