Merge branch 'main' into dependabot/npm_and_yarn/braces-3.0.3

This commit is contained in:
Unmesh Gundecha
2024-07-06 12:26:52 +08:00
committed by GitHub
2 changed files with 8 additions and 2 deletions

View File

@@ -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 Metas 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.

View File

@@ -24,6 +24,7 @@ describe('Checklist', function() {
'## Resources',
'## Credits',
'## Other How They... repos',
'## Stargazers Over Time',
'## Contribute',
'## License'];
const actualList = srcMd.match(/^## (.*$)/gim);