Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Puppet Best Practices, Barbour Chris


Варианты приобретения
Цена: 6334.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-08-04
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Barbour Chris
Название:  Puppet Best Practices
Перевод названия: Крис Барбур: Лучшие практики с куклами
ISBN: 9781491923009
Издательство: Wiley
Классификация:
ISBN-10: 1491923008
Обложка/Формат: Paperback
Страницы: 250
Вес: 0.67 кг.
Дата издания: 25.10.2015
Язык: English
Размер: 178 x 232 x 17
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Англии
Описание: If you maintain or plan to build Puppet infrastructure, this practical guide will take you a critical step further with best practices for managing the task successfully. Authors Chris Barbour and Jo Rhett present best-in-class design patterns for deploying Puppet environments and discuss the impact of each.


Cooperative Work and Coordinative Practices

Автор: Kjeld Schmidt
Название: Cooperative Work and Coordinative Practices
ISBN: 1447126319 ISBN-13(EAN): 9781447126317
Издательство: Springer
Рейтинг:
Цена: 25853.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Information technology has for decades been used for organisational purposes such as accounting, but is increasingly being applied to the activities of multiple users in complex professional environments. This book covers the latest systems design parameters.

Pro Puppet

Автор: Krum Spencer
Название: Pro Puppet
ISBN: 1430260408 ISBN-13(EAN): 9781430260400
Издательство: Springer
Рейтинг:
Цена: 6282.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Pro Puppet, Second Edition, now updated for Puppet 3, is an in-depth guide to installing, using, and developing the popular configuration management tool Puppet.Puppet provides a way to automate everything from user management to server configuration.

Pulling Strings with Puppet

Автор: Turnbull
Название: Pulling Strings with Puppet
ISBN: 1590599780 ISBN-13(EAN): 9781590599785
Издательство: Springer
Рейтинг:
Цена: 3562.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Competent system administrators know their success hinges upon being able to perform often tedious tasks with rigor and punctuality. Such metrics are often achieved only by instituting a considerable degree of automation, something that has become even more crucial as IT environments continue to scale both in terms of size and complexity. One of the most powerful system administration tools to be released is Puppet, a solution capable of automating nearly every aspect of a system administrator's job, from user management, to software installation, to even configuring server services such as FTP and LDAP.

Pulling Strings with Puppet: Configuration Management Made Easy is the first book to introduce the powerful Puppet system administration tool. Author James Turnbull will guide you through Puppet's key features, showing you how to install and configure the software, create automated Puppet tasks, known as recipes, and even create reporting solutions and extend Puppet further to your own needs. A bonus chapter is included covering the Facter library, which makes it a breeze to automate the retrieval of server configuration details such as IP and MAC addresses.

Beyond Legacy Code: Nine Practices to Extend the Life (and Value) of Your Software

Автор: Bernstein David Scott
Название: Beyond Legacy Code: Nine Practices to Extend the Life (and Value) of Your Software
ISBN: 1680500791 ISBN-13(EAN): 9781680500790
Издательство: Wiley
Рейтинг:
Цена: 4831.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: We`re losing hundreds of billions of dollars a year on broken software, and great new ideas such as agile development and Scrum don`t always pay off. But there`s hope. The nine software development practices in Beyond Legacy Code are designed to solve the problems facing our industry.

Bad programming practices 101 /

Автор: Karl Beecher
Название: Bad programming practices 101 /
ISBN: 1484234103 ISBN-13(EAN): 9781484234105
Издательство: Springer
Рейтинг:
Цена: 6288.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book takes a humorous slant on the programming practice manual by reversing the usual approach: under the pretence of teaching you how to become the world's worst programmer who generally causes chaos, the book teaches you how to avoid the kind of bad habits that introduce bugs or cause code contributions to be rejected.
Why be a code monkey when you can be a chaos monkey? OK, so you want to become a terrible programmer. You want to write code that gets vigorously rejected in review. You look forward to reading feedback plastered in comments like "WTF ." Even better, you fantasize about your bug-ridden changes sneaking through and causing untold chaos in the codebase. You want to build a reputation as someone who writes creaky, messy, error-prone garbage that frustrates your colleagues. Bad Programming Practices 101 will help you achieve that goal a whole lot quicker by teaching you an array of bad habits that will allow you to cause maximum chaos.
Alternatively, you could use this book to identify those bad habits and learn to avoid them. The bad practices are organized into topics that form the basis of programming (layout, variables, loops, modules, and so on). It's been remarked that to become a good programmer, you must first write 10,000 lines of bad code to get it all out of your system. This book is aimed at programmers who have so far written only a small portion of that. By learning about poor programming habits, you will learn good practices. In addition, you will find out the motivation behind each practice, so you can learn why it is considered good and not simply get a list of rules.

What You'll Learn

  • Become a better coder by learning how (not) to program
  • Choose your tools wisely
  • Think of programming as problem solving
  • Discover the consequences of a program's appearance and overall structure
  • Explain poor use of variables in programs
  • Avoid bad habits and common mistakes when using conditionals and loops
  • See how poor error-handling makes for unstable programs
  • Sidestep bad practices related specifically to object-oriented programming
  • Mitigate the effects of ineffectual and inadequate bug location and testing

Who This Book Is For
Those who have some practical programming knowledge (can program in at least one programming language), but little or no professional experience, which they would like to quickly build up. They are either still undergoing training in software development, or are at the beginning of their programming career. They have at most 1-2 years of professional experience.
Prototyping for Designers: Developing the Best Digital and Physical Products

Название: Prototyping for Designers: Developing the Best Digital and Physical Products
ISBN: 1491954086 ISBN-13(EAN): 9781491954089
Издательство: Wiley
Рейтинг:
Цена: 4137.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: By explaining the goals and methodologies behind prototyping-and demonstrating how to prototype for both physical and digital products-this practical guide helps beginning and intermediate designers become more comfortable with creating and testing prototypes early and often in the process.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия