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

Pragmatic Programmer, The: From Journeyman to Master, Andrew Hunt


Сейчас книги нет в продаже.
Возможно появится в будущем.

Автор: Andrew Hunt
Название:  Pragmatic Programmer, The: From Journeyman to Master
Перевод названия: Эндрю Хант: Прагматичный программист. От новичка до мастера
ISBN: 9780201616224
Издательство: Pearson Education
Классификация:
ISBN-10: 020161622X
Обложка/Формат: Paperback
Страницы: 352
Вес: 0.61 кг.
Дата издания: 24.11.1999
Серия: 1st Edition - Paper
Язык: English
Иллюстрации: Illustrations
Размер: 82 x 106 x 15
Читательская аудитория: Tertiary education (us: college)
Подзаголовок: From journeyman to master
Рейтинг:
Поставляется из: Англии
Описание: This working manual offers tips, tricks and guidance that can be used by all programmers of all levels. The focus is on creating pragmatic, functional code. The book is not concerned with creating elegant code, but on getting the job done.


      Новое издание
The Pragmatic Programmer: Your Journey to Mastery, 20th Anniversary Edition

Автор: Thomas David, Hunt Andrew
Название: The Pragmatic Programmer: Your Journey to Mastery, 20th Anniversary Edition
ISBN: 0135957052 ISBN-13(EAN): 9780135957059
Издательство: Pearson Education
Цена: 7918.00 р.
Наличие на складе: Есть у поставщикаПоставка под заказ.
Описание: "One of the most significant books in my life." --Obie Fernandez, Author, The Rails Way

"Twenty years ago, the first edition of The Pragmatic Programmer completely changed the trajectory of my career. This new edition could do the same for yours." --Mike Cohn, Author of Succeeding with Agile, Agile Estimating and Planning, and User Stories Applied

". . . filled with practical advice, both technical and professional, that will serve you and your projects well for years to come." --Andrea Goulet, CEO, Corgibytes, Founder, LegacyCode.Rocks

". . . lightning does strike twice, and this book is proof." --VM (Vicky) Brasseur, Director of Open Source Strategy, Juniper Networks
The Pragmatic Programmer is one of those rare tech books you'll read, re-read, and read again over the years. Whether you're new to the field or an experienced practitioner, you'll come away with fresh insights each and every time.

Dave Thomas and Andy Hunt wrote the first edition of this influential book in 1999 to help their clients create better software and rediscover the joy of coding. These lessons have helped a generation of programmers examine the very essence of software development, independent of any particular language, framework, or methodology, and the Pragmatic philosophy has spawned hundreds of books, screencasts, and audio books, as well as thousands of careers and success stories.

Now, twenty years later, this new edition re-examines what it means to be a modern programmer. Topics range from personal responsibility and career development to architectural techniques for keeping your code flexible and easy to adapt and reuse. Read this book, and you'll learn how to:

  • Fight software rot
  • Learn continuously
  • Avoid the trap of duplicating knowledge
  • Write flexible, dynamic, and adaptable code
  • Harness the power of basic tools
  • Avoid programming by coincidence
  • Learn real requirements
  • Solve the underlying problems of concurrent code
  • Guard against security vulnerabilities
  • Build teams of Pragmatic Programmers
  • Take responsibility for your work and career
  • Test ruthlessly and effectively, including property-based testing
  • Implement the Pragmatic Starter Kit
  • Delight your users
Written as a series of self-contained sections and filled with classic and fresh anecdotes, thoughtful examples, and interesting analogies, The Pragmatic Programmer illustrates the best approaches and major pitfalls of many different aspects of software development. Whether you're a new coder, an experienced programmer, or a manager responsible for software projects, use these lessons daily, and you'll quickly see improvements in personal productivity, accuracy, and job satisfaction. You'll learn skills and develop habits and attitudes that form the foundation for long-term success in your career.

You'll become a Pragmatic Programmer.

Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.


Scjp sun certified programmer for java 6 study guide exam 310-065

Автор: Sierra, Katherine Bates, Bert
Название: Scjp sun certified programmer for java 6 study guide exam 310-065
ISBN: 0071591060 ISBN-13(EAN): 9780071591065
Издательство: McGraw-Hill
Рейтинг:
Цена: 4703.00 р.
Наличие на складе: Поставка под заказ.

Описание: Written by the developers of the Sun Certified Programmer for Java exam, this study guide covers various official objectives on the release of the SCJP exam. It includes more than 250 of the practice questions. It is accompanied by a CD-ROM that features a practice test engine with two free practice exams.

Programming with JavaScript

Автор: Elliott Eric
Название: Programming with JavaScript
ISBN: 1491950293 ISBN-13(EAN): 9781491950296
Издательство: Wiley
Рейтинг:
Цена: 5067.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Take advantage of JavaScript`s power to build robust web-scale or enterprise applications that are easy to extend and maintain. By applying the design patterns outlined in this practical book, experienced JavaScript developers will learn how to write flexible and resilient code that`s easier - yes, easier - to work with as your code base grows.

Programming Language Pragmatics

Автор: Michael L. Scott
Название: Programming Language Pragmatics
ISBN: 0124104096 ISBN-13(EAN): 9780124104099
Издательство: Elsevier Science
Рейтинг:
Цена: 11957.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Programming Language Pragmatics, Fourth Edition, is the most comprehensive programming language textbook available today. It is distinguished and acclaimed for its integrated treatment of language design and implementation, with an emphasis on the fundamental tradeoffs that continue to drive software development.

The book provides readers with a solid foundation in the syntax, semantics, and pragmatics of the full range of programming languages, from traditional languages like C to the latest in functional, scripting, and object-oriented programming. This fourth edition has been heavily revised throughout, with expanded coverage of type systems and functional programming, a unified treatment of polymorphism, highlights of the newest language standards, and examples featuring the ARM and x86 64-bit architectures.

  • Updated coverage of the latest developments in programming language design, including C & C]+11, Java 8, C# 5, Scala, Go, Swift, Python 3, and HTML 5
  • Updated treatment of functional programming, with extensive coverage of OCaml
  • New chapters devoted to type systems and composite types
  • Unified and updated treatment of polymorphism in all its forms
  • New examples featuring the ARM and x86 64-bit architectures
Programming Elixir 1.3: Functional |> Concurrent |> Pragmatic |> Fun

Автор: Dave Thomas
Название: Programming Elixir 1.3: Functional |> Concurrent |> Pragmatic |> Fun
ISBN: 168050200X ISBN-13(EAN): 9781680502008
Издательство: Wiley
Рейтинг:
Цена: 4831.00 р.
Наличие на складе: Поставка под заказ.

Описание: Elixir`s pragmatic syntax and built-in support for metaprogramming will make you productive and keep you interested for the long haul. Maybe the time is right for the Next Big Thing. Maybe it`s Elixir. This book is the introduction to Elixir for experienced programmers, completely updated for Elixir 1.3.

IB Biology Course Book: 2014 Edition: Oxford IB Diploma Program

Автор: A. Allott
Название: IB Biology Course Book: 2014 Edition: Oxford IB Diploma Program
ISBN: 0198392117 ISBN-13(EAN): 9780198392118
Издательство: Oxford Academ
Рейтинг:
Цена: от 10176.00 р.
Наличие на складе: Есть

Описание: The most comprehensive coverage of the 2014 syllabus for both SL and HL, this completely revised edition gives you unrivalled support for the concept-based approach to learning, the Nature of Science. The only DP Biology resource that includes support straight from the IB, integrated exam work helps you maximize achievement.

Ml for the working programmer

Автор: Paulson, Lawrence C.
Название: Ml for the working programmer
ISBN: 052156543X ISBN-13(EAN): 9780521565431
Издательство: Cambridge Academ
Рейтинг:
Цена: 9821.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: The major change for the new edition of the successful text is the extensive use of modules. In addition, the first chapter has been totally rewritten to make the book more accessible to first year students. The main features of new Standard Library for the revised version of ML are described, and many new examples are given.

Ib Physics Course Book: Oxford Ib Diploma Programme

Название: Ib Physics Course Book: Oxford Ib Diploma Programme
ISBN: 0198392133 ISBN-13(EAN): 9780198392132
Издательство: Oxford Education
Рейтинг:
Цена: 20689.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: The most comprehensive match to the 2014 Physics syllabus, this completely revised edition gives you unrivalled support for the concept-based approach, the Nature of science. The only DP Physics resource that includes support directly from the IB, focused exam practice, TOK links and real-life applications drive achievement.


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