mirror of
https://github.com/upgundecha/howtheysre
synced 2026-01-03 15:58:03 +00:00
@@ -1578,6 +1578,8 @@ Numerous organizations frequently share their insights and expertise, encompassi
|
|||||||
* [cdCon](https://events.linuxfoundation.org/cdcon/)
|
* [cdCon](https://events.linuxfoundation.org/cdcon/)
|
||||||
* [cdCon 2021 Playlist](https://www.youtube.com/watch?v=MQU4fKhau1w&list=PL2KXbZ9-EY9TWsV-Jz8ARSt1ko0Yd36ah)
|
* [cdCon 2021 Playlist](https://www.youtube.com/watch?v=MQU4fKhau1w&list=PL2KXbZ9-EY9TWsV-Jz8ARSt1ko0Yd36ah)
|
||||||
* [cdCon 2020 Playlist](https://www.youtube.com/watch?v=qLMrcEj-R9Y&list=PL2KXbZ9-EY9RbYURc1CDrOJpbrPMtc0P7)
|
* [cdCon 2020 Playlist](https://www.youtube.com/watch?v=qLMrcEj-R9Y&list=PL2KXbZ9-EY9RbYURc1CDrOJpbrPMtc0P7)
|
||||||
|
* [Conf42](https://www.conf42.com/sre2022)
|
||||||
|
* [Conf42 2022 Premiere](https://www.youtube.com/watch?v=FclEiSDfX14&ab_channel=Conf42)
|
||||||
|
|
||||||
### Other Resources
|
### Other Resources
|
||||||
|
|
||||||
@@ -1626,6 +1628,10 @@ Numerous organizations frequently share their insights and expertise, encompassi
|
|||||||
* [Howtheydevops](https://github.com/bregman-arie/howtheydevops)
|
* [Howtheydevops](https://github.com/bregman-arie/howtheydevops)
|
||||||
* [Howtheyaws](https://github.com/upgundecha/howtheyaws)
|
* [Howtheyaws](https://github.com/upgundecha/howtheyaws)
|
||||||
|
|
||||||
|
## Stargazers Over Time
|
||||||
|
|
||||||
|
[](https://starchart.cc/upgundecha/howtheysre)
|
||||||
|
|
||||||
## Contribute
|
## Contribute
|
||||||
|
|
||||||
Contributions welcome! Read the [contribution guidelines](contributing.md) first.
|
Contributions welcome! Read the [contribution guidelines](contributing.md) first.
|
||||||
@@ -1639,4 +1645,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.
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ describe('Checklist', function() {
|
|||||||
'## Resources',
|
'## Resources',
|
||||||
'## Credits',
|
'## Credits',
|
||||||
'## Other How They... repos',
|
'## Other How They... repos',
|
||||||
|
'## Stargazers Over Time',
|
||||||
'## Contribute',
|
'## Contribute',
|
||||||
'## License'];
|
'## License'];
|
||||||
const actualList = srcMd.match(/^## (.*$)/gim);
|
const actualList = srcMd.match(/^## (.*$)/gim);
|
||||||
|
|||||||
Reference in New Issue
Block a user