Project Reliability Engineering: Pro Skills for Next Level Maker Projects
Autor Eyal Shaharen Limba Engleză Paperback – 29 sep 2019
Turn your projects from a weekend hack to a long-living creation! Loosely drawing from the field known in large software companies as Site Reliability Engineering (SRE), this book distills from these disciplines and addresses issues that matter to makers: keeping projects up and running, and providing means to control, monitor, and troubleshoot them.
Most examples use the Raspberry Pi, but the techniques discussed apply to other platforms as well. This book is all about breadth, and in the spirit of making, it visits different technologies as needed. However, the big goal in this book is to create a shift in the reader’s mindset, where weekend hacks are pushed to the next level and are treated as products to be deployed. In that regard, this book can be a stepping stone for hobbyist makers into developing a broader, professional skill set.
First, the book describes techniques for creating web-browser based dashboards for projects. These allow project creators to monitor, control, and troubleshoot their projects in real-time. Project Reliability Engineering discusses various aspects of the process of creating a web dashboard, such as network communication protocols, multithreading, and web design, and data visualization.
Later chapters cover configuration of the project and the machine it’s running on, and additional techniques for project monitoring and diagnosis. These include good logging practices; automatic log and metrics monitoring; and alerting via email and text messages;
A mixture of advanced concepts forms the last chapter of the book, touching on topics such as usage of microservices in complex projects; debugging techniques for object-oriented projects; and fail-safing the project’s software and hardware.
What You’ll Learn
- Monitor and control projects, keep them up and running, and troubleshoot them efficiently
- Get acquainted with available tools and libraries, and learn how to make your own tools
- Expand your knowledge in Python, JavaScript and Linux
- Develop deeper understanding of web technologies
- Design robust and complex systems
Members of the maker community with some development skills.
Preț: 208.50 lei
Preț vechi: 260.62 lei
-20% Nou
Puncte Express: 313
Preț estimativ în valută:
39.90€ • 42.09$ • 33.35£
39.90€ • 42.09$ • 33.35£
Carte disponibilă
Livrare economică 10-24 decembrie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484250181
ISBN-10: 1484250184
Pagini: 300
Ilustrații: XXXIII, 290 p. 26 illus.
Dimensiuni: 155 x 235 mm
Greutate: 0.46 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484250184
Pagini: 300
Ilustrații: XXXIII, 290 p. 26 illus.
Dimensiuni: 155 x 235 mm
Greutate: 0.46 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
Chapter 1: The Case for for Object: Oriented Programming.- Chapter 2: Our First Web Dashboard.- Chapter 3: The Live Dashboard.- Chapter 4: Dashboard Design.- Chapter 5: Project Configuration.- Chapter 6: Machine Setup.- Chapter 7: Logging.- Chapter 8: Advanced Logging, Monitoring, and Alerting.- Chapter 9: Best Practices.
Notă biografică
Eyal Shahar is currently based in San Francisco, where he works as an exhibit developer in the New Media Department at the Exploratorium. Eyal started his career as a professional musician, working with some of Israel's most prominent artists for over a decade. His software and hardware engineering experience includes positions in music and art related startups in Tel Aviv, Paris, and San Francisco. Eyal has a B.Sc. in Electrical Engineering from the Tel Aviv University and a Master's in Media, Arts and Sciences from the MIT Media Lab.
The exhibits Eyal makes are strange hybrids: like a maker’s project, they are usually one-offs, often consisting of patches of software written in haste, skipping over industry standards such as passing unit-tests and following design documents. On the other hand, because they live on a museum floor, they must be rock solid. As he developed techniques to monitor and stabilize his exhibits, Eyal realized he was also applying these methods on his personal projects. Eyal is excited at the prospect of making these available to the rest of the maker community.
Textul de pe ultima copertă
Turn your projects from a weekend hack to a long-living creation! Loosely drawing from the field known in large software companies as Site Reliability Engineering (SRE), this book distills from these disciplines and addresses issues that matter to makers: keeping projects up and running, and providing means to control, monitor, and troubleshoot them.
Most examples use the Raspberry Pi, but the techniques discussed apply to other platforms as well. This book is all about breadth, and in the spirit of making, it visits different technologies as needed. However, the big goal in this book is to create a shift in the reader’s mindset, where weekend hacks are pushed to the next level and are treated as products to be deployed. In that regard, this book can be a stepping stone for hobbyist makers into developing a broader, professional skill set.
First, the book describes techniques for creating web-browser based dashboards for projects. These allow project creators to monitor, control, and troubleshoot their projects in real-time. Project Reliability Engineering discusses various aspects of the process of creating a web dashboard, such as network communication protocols, multithreading, and web design, and data visualization.
Later chapters cover configuration of the project and the machine it’s running on, and additional techniques for project monitoring and diagnosis. These include good logging practices; automatic log and metrics monitoring; and alerting via email and text messages;
A mixture of advanced concepts forms the last chapter of the book, touching on topics such as usage of microservices in complex projects; debugging techniques for object-oriented projects; and fail-safing the project’s software and hardware.
Caracteristici
Understand how projects communicate with their dashboard and monitoring systems Learn from a hardware-agnostic approach and understand the philosophy of monitoring projects and keeping them stable This book adapt the ideas behind DevOps and SRE to the needs of makers This book provides the understanding of Project Reliability Engineering which is crucial for makers striving to develop a professional career in making