Skip to content

Commit 62f8ad8

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/braces-3.0.3
2 parents eb2a290 + ad08a44 commit 62f8ad8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@ Numerous organizations frequently share their insights and expertise, encompassi
564564

565565
### Blog Posts
566566

567+
* [Accelerating incident response using generative AI](https://security.googleblog.com/2024/04/accelerating-incident-response-using.html)
567568
* [Pitfalls and Patterns in Microservice Dependency Management](https://www.infoq.com/articles/pitfalls-patterns-microservice-dependency-management/)
568569
* [SRE Practices & Processes](https://sre.google/resources/#practicesandprocesses)
569570
* [Google site reliability using Go](https://go.dev/solutions/google/sitereliability)
@@ -831,6 +832,7 @@ Numerous organizations frequently share their insights and expertise, encompassi
831832

832833
### Blog Posts
833834

835+
* [Leveraging AI for efficient incident response](https://engineering.fb.com/2024/06/24/data-infrastructure/leveraging-ai-for-efficient-incident-response/)
834836
* [Improving Meta’s SLO workflows with data annotations](https://engineering.fb.com/2022/08/29/developer-tools/improving-metas-slo-workflows-with-data-annotations/)
835837
* [SLICK: Adopting SLOs for improved reliability](https://engineering.fb.com/2021/12/13/production-engineering/slick/)
836838
* [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
15811583
* [Conf42](https://www.conf42.com/sre2022)
15821584
* [Conf42 2022 Premiere](https://www.youtube.com/watch?v=FclEiSDfX14&ab_channel=Conf42)
15831585

1584-
15851586
### Other Resources
15861587

15871588
#### Awesome Lists
@@ -1629,6 +1630,10 @@ Numerous organizations frequently share their insights and expertise, encompassi
16291630
* [Howtheydevops](https://github.com/bregman-arie/howtheydevops)
16301631
* [Howtheyaws](https://github.com/upgundecha/howtheyaws)
16311632

1633+
## Stargazers Over Time
1634+
1635+
[![Stargazers over time](https://starchart.cc/upgundecha/howtheysre.svg?background=%23FFFFFF&axis=%23333333&line=%23139a15)](https://starchart.cc/upgundecha/howtheysre)
1636+
16321637
## Contribute
16331638

16341639
Contributions welcome! Read the [contribution guidelines](contributing.md) first.
@@ -1642,4 +1647,4 @@ related or neighboring rights to this work.
16421647

16431648
---
16441649

1645-
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.
1650+
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.

test/main.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ describe('Checklist', function() {
2424
'## Resources',
2525
'## Credits',
2626
'## Other How They... repos',
27+
'## Stargazers Over Time',
2728
'## Contribute',
2829
'## License'];
2930
const actualList = srcMd.match(/^## (.*$)/gim);

0 commit comments

Comments
 (0)