Автор
Дэйв Томас
  • 16 книг
  • 1 подписчик
  • 24 читателя
4.2
27оценок
Рейтинг автора складывается из оценок его книг. На графике показано соотношение положительных, нейтральных и негативных оценок.
4.2
27оценок
5 13
4 8
3 5
2 1
1 0
без
оценки
2

Дэйв Томас – лучшие книги

  • Agile Web Development with Rails Дэвид Хайнемайер Хенссон
    ISBN: 0-9776166-3-0
    Год издания: 2006
    Издательство: Захаров
    Язык: Русский
  • Гибкая разработка веб-приложений в среде Rails Дэвид Хайнемайер Хенссон
    ISBN: 978-5-91180-009-3
    Год издания: 2008
    Издательство: Питер
    Язык: Русский
    Перед вами русскоязычное издание бестселлера "Agile Web Development with Rails", написанного Д.Томасом - автором книги "Programming Ruby" и Д.Х.Хэнссоном - создателем Rails. Rails - это открытый фреймворк, который не просто позволяет
  • Programming Ruby. The Pragmatic Programmers’ Guide. Second Edition. Dave Thomas
    ISBN: 0-9745140-5-5
    Год издания: 2004
    Издательство: Захаров
    Язык: Русский
    Ruby is an increasingly popular, fully object-oriented dynamic programming language, hailed by many practitioners as the finest and most useful language available today. When Ruby first burst onto the scene in the Western world, the Pragmatic Programmers were there with the definitive reference manual, Programming "Ruby: The Pragmatic Programmer's Guide".
    Now in its second edition, author Dave Thomas has expanded the famous Pickaxe book with over 200 pages of new content, covering all the improved language features of Ruby 1.8 and standard library modules. The Pickaxe contains four major sections:
    - An acclaimed tutorial on using Ruby.
    - The definitive reference to the language.
    - Complete documentation on all built-in classes, modules, and methods.
    - Complete descriptions of all 98 standard libraries.

    If you enjoyed the First Edition, you'll appreciate the expanded content, including enhanced coverage of installation, packaging, documenting Ruby source code, threading and synchronization, and enhancing Ruby's capabilities using C-language extensions. Programming for the World Wide Web is easy in Ruby, with new chapters on XML/RPC, SOAP, distributed Ruby, templating systems, and other web services. There's even a new chapter on unit testing.

    This is the definitive reference manual for Ruby, including a description of all the standard library modules, a complete reference to all built-in classes and modules (including more than 250 significant changes since the First Edition). Coverage of other features has grown tremendously, including details on how to harness the sophisticated capabilities of irb, so you can dynamically examine and experiment with your running code. "Ruby is a wonderfully powerful and useful language, and whenever I'm working with it this book is at my side" - Martin Fowler, Chief Scientist, ThoughtWorks.

    Издание на английском языке.
  • Rails 4. Гибкая разработка веб-приложений Дэйв Томас
    ISBN: 978-5-496-00898-3
    Год издания: 2014
    Издательство: Питер
    Язык: Русский
    Перед вами новое издание бестселлера "Agile web development with Rails", написанного Сэмом Руби - руководителем Apache Software Foundation и разработчиком формата Atom, Дэйвом Томасом - автором книги "Programming Ruby" и Дэвидом Хэнссоном - создателем технологии Rails.
    Rails представляет собой среду, облегчающую разработку, развертывание и обслуживание веб-приложений. За время, прошедшее с момента ее первого релиза, Rails прошла путь от малоизвестной технологии до феномена мирового масштаба и стала именно той средой, которую выбирают, чтобы создавать так называемые "приложения Web 2.0".
    Эта книга, уже давно ставшая настольной по изучению Ruby on Rails, предназначена для всех программистов, собирающихся создавать и развертывать современные веб-приложения. Из первой части книги вы получите начальное представление о языке Ruby и общие сведения о самой среде Rails. Далее на примере создания интернет-магазина вы изучите концепции, положенные в основу Rails. В третьей части рассматривается вся экосистема Rails: ее функции, возможности и дополнительные модули. Обновленное издание книги описывает работу с Rails поколения 4 и Ruby 1.9 и 2.0.
  • Programming Ruby 1.9 & 2.0: The Pragmatic Programmers' Guide Энди Хант
    ISBN: 978-1-93778-549-9
    Год издания: 2013
    Издательство: The Pragmatic Programmers
    Язык: Английский
    Ruby is the fastest growing and most exciting dynamic language out there. If you need to get working programs delivered fast, you should add Ruby to your toolbox. This book is the only complete reference for both Ruby 1.9 and Ruby 2.0, the very latest version of Ruby. 2013 marks the 20th anniversary of the Ruby language. We're proud that throughout its history, we've continued to cover the latest version of Ruby. Would you like to go from first idea to working code much, much faster? Do you currently spend more time satisfying the compiler instead of your clients or end users? Are you frustrated with demanding languages that seem to get in your way, instead of getting the work done? Are you using Rails, and want to dig deeper into the underlying Ruby language? If so, then we've got a language and book for you! Ruby is a fully object-oriented language, much like the classic object-oriented language, Smalltalk. Like Smalltalk, it is dynamically typed (as opposed to Java or C++), but unlike Smalltalk, Ruby features the same conveniences found in modern scripting languages such as Perl and Python. The combination of the power of a pure object-oriented language with the convenience of a scripting language makes Ruby a favorite tool of intelligent, forward-thinking programmers. The Pickaxe contains four major sections:
    * An acclaimed tutorial on using Ruby.
    * The definitive reference to the language.
    * Complete documentation of all built-in classes, modules, and methods.
    * Complete descriptions of all 97 standard libraries. This is the reference manual for Ruby, including a description of all the standard library modules, a complete reference to all built-in classes and modules (including all the new and changed methods introduced by Ruby 1.9, 1.9.2, 1.9.3, and 2.0). It also includes all the new and changed syntax and semantics introduced since Ruby 1.8. Learn about the new parameter passing rules, local variable scoping in blocks, fibers, and the new block declaration syntax, among other exciting new features. About Ruby 2.0 Ruby 2.0 is a minor update to Ruby 1.9, unlike the more major updates from Ruby 1.8 to Ruby 1.9. The major language changes in Ruby 2.0 are the addition of keyword arguments and the change to use UTF-8 as the default source file encoding. There are a number of additions to the standard library, including:
    * @Enumerator::Lazy@, which adds support for lazy access to potentially infinite lists.
    * Refinements allow you to encapsulate changes to third-party classes, and scope their application to individual source files, preventing your changes from polluting the global application. You'll also find that Ruby 2 is faster, and has memory management improvements that make it more server-friendly. All told, there are over 110 sections of the book that have been flagged and cross-linked to indicate 2.0 content. What You Need
    * This book assumes you have a basic understanding of object-oriented programming.
    * In general, Ruby programmers tend to favor the the command line for running their code, and they tend to use text editors rather than IDEs.
  • Гибкая разработка веб-приложений в среде Rails Дэвид Хайнемайер Хенссон
    ISBN: 978-5-91180-009-3, 097669400X
    Год издания: 2008
    Издательство: Питер
    Язык: Русский
    Перед вами русскоязычное издание бестселлера "Agile Web Development with Rails", написанного Д.Томасом - автором книги "Programming Ruby" и Д.Х.Хэнссоном - создателем Rails.

    Rails - это открытый фреймворк, который не просто позволяет создавать сложные и многофункциональные веб-приложения, но и делает их невероятно легкими. Полный код приложения, написанного на Rails, вполне может оказаться меньше, чем простой конфигурационный файл того же приложения, написанного с использованием другого фреймворка. Эта книга о веб-разработке в среде Rails. Вы увидите, насколько просто установить Rails при помощи веб-сервера Apache, lighttpd или же собственного встроенного веб-сервера Rails, научитесь создавать приложения, которые будут работать с вашей любимой базой данных (будь то MySQL, Oracle или Postgres). Rails service возьмет на себя отправку почтовых сообщений, реализацию веб-сервисов, а также создание динамических страниц со встроенной поддержкой AJAX. Довольно много места в этой книге отведено для описания тестирования, запуска и масштабирования вашего веб-приложения.

    Издание будет интересно всем желающим создавать динамические Web 2.0 приложения с использованием Rails.
  • Английский язык для начинающих. Тренинговая система-самоучитель Дэйв Томас
    Данный тренинговый продукт создан опытным путем, опробирован на сотнях людей и действует по принципу – говори на английском языке раньше, чем ты будешь готов. Задача Дэйва Томаса – научить вас английскому языку за максимально сжатые сроки. Сэкономить время и деньги. Притом легко и без нагрузок. Книга содержит нецензурную брань.
  • Гибкая разработка веб-приложений в среде Rails Дэйв Томас
    ISBN: 978-5-4461-0110-8
    Год издания: 2013
    Издательство: Питер
    Язык: Русский
    Перед вами новое издание бестселлера "Agile web development with Rails", написанного Сэмом Руби - руководителем Apache Software Foundation и разработчиком формата Atom, Дэйвом Томасом - автором книги "Programming Ruby" и Дэвидом Хэнссоном - создателем технологии Rails.
    Rails представляет собой среду, облегчающую разработку, развертывание и обслуживание веб-приложений. За время, прошедшее с момента ее первого релиза, Rails прошла путь от малоизвестной технологии до феномена мирового масштаба и стала именно той средой, которую выбирают, чтобы создавать так называемые "приложения Web 2.0".
    Эта книга, уже давно ставшая настольной по изучению Ruby on Rails, предназначена для всех программистов, собирающихся создавать и развертывать современнные веб-приложения. Из первой части книги вы получите начальное представление о языке Ruby и общие сведения о самой среде Rails. Далее на примере создания интернет-магазина вы изучите концепции, положенные в основу Rails. В третьей части рассматривается вся экосистема Rails: ее функции, возможности и дополнительные модули. Четвертое издание книги описывает работу с Rails 3.1 и Ruby 1.9.2.
  • Agile Web Development with Rails 3.2 Дэвид Хайнемайер Хенссон
    Год издания: 2011
    Издательство: The Pragmatic Bookshelf
    Ruby on Rails helps you produce high-quality, beautiful-looking web applications quickly. You concentrate on creating the application, and Rails takes care of the details.
    Tens of thousands of developers have used this award-winning book to learn Rails. It's a broad, far-reaching tutorial and reference that's recommended by the Rails core team. If you're new to Rails, you'll get step-by-step guidance. If you're an experienced developer, this book will give you the comprehensive, insider information you need.
    Rails has evolved over the years, and this book has evolved along with it. We still start with a step-by-step walkthrough of building a real application, and in-depth chapters look at the built-in Rails features. This edition now gives new Ruby and Rails users more information on the Ruby language and takes more time to explain key concepts throughout. Best practices on how to apply Rails continue to change, and this edition keeps up. Examples use cookie backed sessions, HTTP authentication, and Active Record-based forms, and the book focuses throughout on the right way to use Rails. Additionally, this edition now reflects Ruby 1.9, a new release of Ruby with substantial functional and performance improvements.
  • Pragmatic Unit Testing in C# with NUnit, 2nd Edition Энди Хант
    ISBN: 978-0977616671
    Год издания: 2007
    Язык: Английский
    The NIST estimates that poor testing costs the US economy $60 billion annually. This book gives teams straightforward and proven ways to introduce unit testing into their process, resulting in higher quality and fewer bugs.

    All over the world, software teams are using unit testing both to verify their code and as a way of helping them design better code. This book is unique in the way it covers two aspects: showing developers both how to test and helping them determine what to test.

    New in the second edition:

    * Updated for NUnit 2.4 (.NET 2.0 and Visual Studio 2005)
    * More assert methods
    * New String and Collection assertion support
    * Better support for multiple-platform development
    * Higher-level setup and teardown fixtures
    * Whole new chapter on extending NUnit
    * and more!
  • Franchising for Dummies Michael Seid
    ISBN: 0-7645-5160-4
    Год издания: 2000
    Издательство: Wiley Publishing
    Язык: Русский
    "The inside scoop on setting up and operating your own successful franchise." Ron Joyce, Charman and Cofounder, Tim Hortons If you're interested in opening a franchise, let Dave Thomas and Michael Seid explain the
  • Pragmatic Version Control Using CVS Энди Хант
    ISBN: 0974514004
    Язык: Русский
    This book is a recipe-based approach to using the CVS Version Control system that will get you up and running quickly--and correctly. All projects need version control: it's one of the foundational pieces of any project's infrastructure. Yet half
  • Говорить по-английски за 72 часа . Сэкономь годы обучения и 500 000 р. на репетиторах Дэйв Томас
    Данный тренинговый продукт создан опытным путем, опробирован на сотнях людей и действует по принципу – говори на английском языке раньше, чем ты будешь готов. Задача Дэйва Томаса – научить вас английскому языку за максимально сжатые сроки. Сэкономить время и деньги. Притом легко и без нагрузок.