Cantitate/Preț
Produs

Building Better PowerShell Code: Applying Proven Practices One Tip at a Time

Autor Adam Bertram
en Limba Engleză Paperback – 20 oct 2020
Learn to write better PowerShell code via short, example-driven tips. This book covers tips to make your PowerShell scripts faster and easier to read all while following proven best practices. Written by a six-time Microsoft MVP and one of the first Microsoft PowerShell MVPs with over a decade of PowerShell experience, Building Better PowerShell Code gives you easily digestible tips you can begin using immediately. 
The book starts with an overview of some of the most important tips the author can muster which segues into a deeper dive with dozens of examples throughout the book.  It takes you through tips such as using community modules, writing better comments, thinking of PowerShell functions as building blocks, and more. You will also see how to use parameters the right way and how to create simple logging code to easily record script activity. You will learn not only how to write better code, but also how to implement some mindset tricks, such as being explicit and specific with code and how to write code that reads well. You’ll get into error handling and also how to make your scripts more secure. Finally, you’ll examine the concept of building PowerShell tools and how to build scripts for speed.  Other tips and best practices include: 
  • Building Pester tests
  • Improving performance through parallel processing
  • Writing cross-platform scripts
  • Using filtering properly 
After reading this book and applying these tips, you will have an expert coding mindset and be able to build PowerShell code that’s efficient, readable, and compliant with many best practices. 
What You Will Learn
  • Implement error handling
  • Create a logging function
  • Use regular expressions to search strings
  • Implement parallel processing
Who This Book Is For

PowerShell script developers.


Citește tot Restrânge

Preț: 24121 lei

Preț vechi: 30151 lei
-20% Nou

Puncte Express: 362

Preț estimativ în valută:
4616 4882$ 3851£

Carte disponibilă

Livrare economică 09-23 decembrie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484263877
ISBN-10: 1484263871
Pagini: 146
Ilustrații: XVIII, 146 p. 24 illus.
Dimensiuni: 155 x 235 x 17 mm
Greutate: 0.24 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

Chapter 1: Do The Basics.- Chapter 2: Don’t Reinvent the Wheel.- Chapter 3: Use Visual Studio Code.- Chapter 4: Plan Before you Code.- Chapter 5: Create Building Blocks with Functions.- Chapter 6: Parameterize Everything.- Chapter 7: Log Script Activity.- Chapter 8: Build with Manageability in Mind.- Chapter 9: Be Specific.- Chapter 10: Write for the Next Person.- Chapter 11: Handle Errors Gracefully.- Chapter 12: Don’t Skimp on Security.- Chapter 13: Stick to PowerShell.- Chapter 14: Build Tools.- Chapter 15: Return Standardized, Informative Output.- Chapter 16: Build Scripts for Speed.- Chapter 17: Use Version Control.- Chapter 18: Build Tests. -Chapter 19: Miscellaneous Tips.- Chapter 20: Summary.

Notă biografică

Adam Bertram is a 20+ year veteran of IT and an experienced online business professional. He’s a consultant, Microsoft MVP, blogger, trainer, published author and content marketer for multiple technology companies.

Textul de pe ultima copertă

Learn to write better PowerShell code via short, example-driven tips. This book covers tips to make your PowerShell scripts faster and easier to read all while following proven best practices. Written by a six-time Microsoft MVP and one of the first Microsoft PowerShell MVPs with over a decade of PowerShell experience, Building Better PowerShell Code gives you easily digestible tips you can begin using immediately. The book starts with an overview of some of the most important tips the author can muster which segues into a deeper dive with dozens of examples throughout the book.  It takes you through tips such as using community modules, writing better comments, thinking of PowerShell functions as building blocks, and more. You will also see how to use parameters the right way and how to create simple logging code to easily record script activity. You will learn not only how to write better code, but also how to implement some mindset tricks, such as being explicit and specific with code and how to write code that reads well. You’ll get into error handling and also how to make your scripts more secure. Finally, you’ll examine the concept of building PowerShell tools and how to build scripts for speed. Other tips and best practices include: 
  • Building Pester tests
  • Improving performance through parallel processing
  • Writing cross-platform scripts
  • Using filtering properly 
After reading this book and applying these tips, you will have an expert coding mindset and be able to build PowerShell code that’s efficient, readable, and compliant with many best practices. 

Caracteristici

Discusses building better PowerShell code using best practices Covers dozens of different tips and tricks to write better PowerShell code Written by a six-time MVP