Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/braces-3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
upgundecha authored Jul 6, 2024
2 parents eb2a290 + ad08a44 commit 62f8ad8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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/)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand All @@ -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.
1 change: 1 addition & 0 deletions test/main.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ describe('Checklist', function() {
'## Resources',
'## Credits',
'## Other How They... repos',
'## Stargazers Over Time',
'## Contribute',
'## License'];
const actualList = srcMd.match(/^## (.*$)/gim);
Expand Down

0 comments on commit 62f8ad8

Please sign in to comment.