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

The Devops 2.3 Toolkit, Farcic Viktor


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

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

Автор: Farcic Viktor
Название:  The Devops 2.3 Toolkit
ISBN: 9781789135503
Издательство: Packt Publishing
Классификация:
ISBN-10: 1789135508
Обложка/Формат: Paperback
Страницы: 418
Вес: 0.71 кг.
Дата издания: 12.09.2018
Язык: English
Размер: 235 x 191 x 22
Поставляется из: США


Man`s Search for Meaning

Автор: Frankl, Viktor
Название: Man`s Search for Meaning
ISBN: 1846041244 ISBN-13(EAN): 9781846041242
Издательство: Random House - Penguin
Рейтинг:
Цена: 1187.00 р.
Наличие на складе: Есть (4 шт.)
Описание: Only those who allowed their inner hold on their moral and spiritual selves to subside eventually fell victim to the camp`s degenerating influence - while those who made a victory of those experiences turned them into an inner triumph.

Man`s Search For Meaning

Автор: Frankl Viktor
Название: Man`s Search For Meaning
ISBN: 1846042844 ISBN-13(EAN): 9781846042843
Издательство: Random House - Penguin
Рейтинг:
Цена: 1979.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Only those who allowed their inner hold on their moral and spiritual selves to subside eventually fell victim to the camp`s degenerating influence - while those who made a victory of those experiences turned them into an inner triumph.

Viktor & Rolf: Cover Cover

Автор: Viktor &. Rolf Viktor &. Rolf
Название: Viktor & Rolf: Cover Cover
ISBN: 0714876054 ISBN-13(EAN): 9780714876054
Издательство: Phaidon Press Ltd.
Рейтинг:
Цена: 23760.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: A celebration of the quirky, surprising, and often spectacular work of Dutch fashion designers Viktor & Rolf

Man`s Search for Ultimate Meaning

Автор: Frankl Viktor E
Название: Man`s Search for Ultimate Meaning
ISBN: 1846043069 ISBN-13(EAN): 9781846043062
Издательство: Random House - Penguin
Рейтинг:
Цена: 1979.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Believing that there is much more to our existence than meets the eye, he says: `No one will be able to make us believe that man is a sublimated animal once we can show that within him there is a repressed angel.`In Man`s Search for Ultimate Meaning, Frankl explores our sometimes unconscious desire for inspiration or revelation.

Omon Ra

Автор: Pelevin, Viktor
Название: Omon Ra
ISBN: 0811213641 ISBN-13(EAN): 9780811213646
Издательство: Wiley
Рейтинг:
Цена: 2062.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Victor Pelevin's novel Omon Ra has been widely praised for its poetry and its wickedness, a novel in line with the great works of Gogol and Bulgakov: full of the ridiculous and the sublime, says The Observer [London]. Omon is chosen to be trained in the Soviet space program the fulfillment of his lifelong dream. However, he enrolls only to encounter the terrifying absurdity of Soviet protocol and its backward technology: a bicycle-powered moonwalker; the outrageous Colonel Urgachin (a kind of Sovier Dr. Strangelove--The New York Times); and a one-way assignment to the moon. The New Yorker proclaimed: Omon's adventure is like a rocket firing off its various stages--each incident is more jolting and propulsively absurd than the one before.

Test-driven java development

Автор: Garcia, Alex Farcic, Viktor
Название: Test-driven java development
ISBN: 1783987421 ISBN-13(EAN): 9781783987429
Издательство: Неизвестно
Рейтинг:
Цена: 10114.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Invoke TDD principles for end-to-end application development with Java

Key Features

  • Explore the most popular TDD tools and frameworks and become more proficient in building applications
  • Create applications with better code design, fewer bugs, and higher test coverage, enabling you to get them to market quickly
  • Implement test-driven programming methods into your development workflows

Book Description

Test-driven development (TDD) is a development approach that relies on a test-first procedure that emphasises writing a test before writing the necessary code, and then refactoring the code to optimize it

The value of performing TDD with Java, one of the most established programming languages, is to improve the productivity of programmers, the maintainability and performance of code, and develop a deeper understanding of the language and how to employ it effectively.

Starting with the basics of TDD and reasons why its adoption is beneficial, this book will take you from the first steps of TDD with Java until you are confident enough to embrace the practice in your day-to-day routine.

You'll be guided through setting up tools, frameworks, and the environment you need, and will dive right in to hands-on exercises with the goal of mastering one practice, tool, or framework at a time. You'll learn about the Red-Green-Refactor procedure, how to write unit tests, and how to use them as executable documentation.

With this book you'll also discover how to design simple and easily maintainable code, work with mocks, utilise behaviour-driven development, refactor old legacy code, and release a half-finished feature to production with feature toggles.

You will finish this book with a deep understanding of the test-driven development methodology and the confidence to apply it to application programming with Java.

What You Will Learn

  • Explore the tools and frameworks required for effective TDD development
  • Perform the Red-Green-Refactor process efficiently, the pillar around which all other TDD procedures are based
  • Master effective unit testing in isolation from the rest of your code
  • Design simple and easily maintainable codes by implementing different techniques
  • Use mocking frameworks and techniques to easily write and quickly execute tests
  • Develop an application to implement behaviour-driven development in conjunction with unit testing
  • Enable and disable features using Feature Toggles

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