Added new book from Manning

This commit is contained in:
Unmesh Gundecha
2021-02-17 09:33:29 +08:00
parent f59de7f3d3
commit 83af37a749
3 changed files with 2 additions and 17 deletions

View File

@@ -1,16 +0,0 @@
name: Check Markdown links
on:
push:
branches:
- master
schedule:
# Run every Monday
- cron: "0 0 * * 1"
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1

View File

@@ -1,6 +1,6 @@
name: CI
on: [push, pull_request]
on: []
jobs:
build:

View File

@@ -806,6 +806,7 @@ _Note to readers: This list refers to some of the articles, posts, videos, tools
* [What Is SRE?](https://www.oreilly.com/library/view/what-is-sre/9781492054429/)
* [Database Reliability Engineering: What, Why, and How?](https://www.oreilly.com/library/view/database-reliability-engineering/9781492030942/)
* [Observability Engineering](https://www.oreilly.com/library/view/observability-engineering/9781492076438/)
* [_New!_ Chaos Engineering: Site reliability through controlled disruption](https://www.manning.com/books/chaos-engineering)
### Events
* [SRECon Past Events](https://www.usenix.org/srecon#past)