Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added audiobook transcript, improved english version wording and formatting #38

Merged
merged 11 commits into from
Jan 31, 2024
3 changes: 2 additions & 1 deletion .404-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ ignore:
- https://www.latribune.fr/entreprises-finance/industrie/aeronautique-defense/satellites-europeens-lances-par-spacex-la-terrible-defaite-de-l-europe-spatiale-937632.html # Timeout (protection)
- https://suntzufrance.fr/sun-tzu-a-t-il-invente-les-cas-non-conformes/ # Timeout (protection)
- https://www.reuters.com/technology/google-ai-chatbot-bard-offers-inaccurate-information-company-ad-2023-02-08/ # 401 (protection)
- https://www.securityweek.com/google-boosts-bug-bounty-rewards-linux-kernel-vulnerabilities # 403
- https://www.securityweek.com/google-boosts-bug-bounty-rewards-linux-kernel-vulnerabilities # 403 (protection)
- https://cacm.acm.org/magazines/2016/7/204032-why-google-stores-billions-of-lines-of-code-in-a-single-repository/fulltext # 403 (protection)
delay: # Perform a pause of X ms at each call matching the url
'https://gitlab.com': 500
'https://gitlab.biterg.io': 1000
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,20 @@

This repository hosts a comprehensive guide to implementing DevOps in large organizations, addressing the challenges from fostering cultural shifts to navigating technical and HR transformations.

_Scaling Institutions with DevOps_ was written from [my](https://berwick.fr) SRE/DevOps experience to benefit enthusiasts, mainly from the public sector, to overcome these technical and transformational challenges.
_Scaling Institutions with DevOps_ was written from [my SRE/DevOps experience](https://berwick.fr/en) to benefit enthusiasts, mainly from the public sector, to overcome these technical and transformational challenges.

As a DevOps advocate, I had to make this book GitOps-compliant, this is why it is hosted here. I hope it will be **community-driven** to fill it with good resources and make improvements as practices evolve. Please contribute through _Pull Requests_ and _Discussions_.

Here are the different ways to access this writing :

| Type | French | English |
| ---------------- | --------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- |
| Web version | [Lire maintenant](https://book-devops.berwick.fr/fra/index.html) | [Read now](https://book-devops.berwick.fr/eng/index.html) |
| Markdown version | [Lire maintenant](./fra/README.md) | [Read now](./fra/README.md) |
| Ebook version | [Amazon](https://www.amazon.fr/dp/B0CKHV5QB7) / [Google Books](https://play.google.com/store/books/details?id=3u_bEAAAQBAJ) | [Amazon](https://www.amazon.com/dp/B0CT8RY844) |
| Paperback book | [Amazon](https://www.amazon.fr/dp/B0CKJ6SLV3) | [Amazon](https://www.amazon.com/dp/B0CT6ZF5GZ) |
| Hardcover book | [Amazon](https://www.amazon.fr/dp/B0CKJ651K9) | N/A |
| Type | French | English |
| ---------------- | --------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Web version | [Lire maintenant](https://book-devops.berwick.fr/fra/index.html) | [Read now](https://book-devops.berwick.fr/eng/index.html) |
| Markdown version | [Lire maintenant](./fra/README.md) | [Read now](./eng/README.md) |
| Ebook version | [Amazon](https://www.amazon.fr/dp/B0CKHV5QB7) / [Google Books](https://play.google.com/store/books/details?id=3u_bEAAAQBAJ) | [Amazon](https://www.amazon.com/dp/B0CT8RY844) / [Google Books](https://play.google.com/store/books/details/Flavien_BERWICK_Scaling_Institutions_with_DevOps?id=bxvwEAAAQBAJ) |
| Paperback book | [Amazon](https://www.amazon.fr/dp/B0CKJ6SLV3) | [Amazon](https://www.amazon.com/dp/B0CT6ZF5GZ) |
| Hardcover book | [Amazon](https://www.amazon.fr/dp/B0CKJ651K9) | N/A |
| Audiobook | N/A | [_Soon_](./eng/AUDIOBOOK.md) |

> The original book was written in French. The English version was reworked to include america-related examples and use cases.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.2
1.1.3
Loading
Loading