Welcome to our book review site go-pdf.online!

You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.

Sign up

Rails AntiPatterns
  • Language: en
  • Pages: 347

Rails AntiPatterns

The Complete Guide to Avoiding and Fixing Common Rails 3 Code and Design Problems As developers worldwide have adopted the powerful Ruby on Rails web framework, many have fallen victim to common mistakes that reduce code quality, performance, reliability, stability, scalability, and maintainability. RailsTM AntiPatterns identifies these widespread Rails code and design problems, explains why they’re bad and why they happen—and shows exactly what to do instead. The book is organized into concise, modular chapters—each outlines a single common AntiPattern and offers detailed, cookbook-style code solutions that were previously difficult or impossible to find. Leading Rails developers Chad...

Pro Active Record
  • Language: en
  • Pages: 294

Pro Active Record

  • Type: Book
  • -
  • Published: 2007-11-15
  • -
  • Publisher: Apress

Pro ActiveRecord for Ruby helps you take advantage of the full power of your database engine from within your Ruby programs and Rails applications. It walks you through every step from the basics of getting and installing the ActiveRecord library to working with legacy schema to using features specific to each of today's most popular database engines, including Oracle, MS SQL, and MySQL. You'll come to a deep understanding of ActiveRecord that will enable you to truly exploit all that Ruby, Rails, and your chosen database platform have to offer.

Software Business
  • Language: en
  • Pages: 199

Software Business

This book contains the refereed proceedings of the Second International Conference on Software Business (ICSOB) held in Brussels, Belgium, in June 2011. This year's conference theme "Managing Software Innovation for Tomorrow's Business" reflects the specific challenges in the research domain of software business. The 14 papers accepted for ICSOB were selected from 27 submissions covering topics like software ecosystems, usage of open source software, software as a service, and software product and project management. The volume is completed by a short summary of the keynote and the two workshops (EPIC 2011 "Third Workshop on Leveraging Empirical Research Results for Software Business," and IWSECO 2011 "Third International Workshop on Software Ecosystems") preceding the main conference.

Ruby on Rails Tutorial
  • Language: en
  • Pages: 592

Ruby on Rails Tutorial

“Ruby on Rails™ Tutorial by Michael Hartl has become a must-read for developers learning how to build Rails apps.” —Peter Cooper, Editor of Ruby Inside Using Rails, developers can build web applications of exceptional elegance and power. Although its remarkable capabilities have made Ruby on Rails one of the world’s most popular web development frameworks, it can be challenging to learn and use. Ruby on Rails™ Tutorial, Second Edition, is the solution. Best-selling author and leading Rails developer Michael Hartl teaches Rails by guiding you through the development of your own complete sample application using the latest techniques in Rails web development. The updates to this ed...

iPod and iTunes Portable Genius
  • Language: en
  • Pages: 371

iPod and iTunes Portable Genius

Get the most from iTunes and your iPod with these hip tips Apple’s iPod revolutionized the way we enjoy music. This no-nonsense guide is packed with advice and ideas to help you get everything that amazing piece of technology can offer. Learn the most efficient way to create playlists, manage your photos, find exactly what you want at the iTunes Store, download music and movies, and make your iPod as individual as you are with the expert advice in this little book. The iPod has dozens of features that most casual users miss; this book is the key to taking full advantage of your iPod and using iTunes more efficiently Loaded with tips and techniques that help you do more with your iPod; gets right to the point without wasting time on things you already know Features special icons to highlight innovative techniques and ways to save time and hassle Compact and full-color, iPod & iTunes Portable Genius helps you get the most from your iPod and iTunes.

Work Less, Do More
  • Language: en
  • Pages: 196

Work Less, Do More

  • Type: Book
  • -
  • Published: 2023-04-13
  • -
  • Publisher: Random House

'A must read for anyone interested in the 4-day week' - Heejung Chung, professor at the University of Kent and author of The Flexibility Paradox 'This invaluable book offers a clear way forward: we don't need to burn ourselves out, we can work less and get more done' - Rebecca Seal, author of SOLO: How To Work Alone (And Not Lose Your Mind) The 4-day week is no longer just an idea. Following successful trials in countries as far apart as New Zealand and the United Kingdom (where nearly all companies involved opted to continue beyond the pilot), research now shows that a shorter workweek benefits both companies and employees, increasing productivity, wellbeing and staff retention. Work Less, ...

Practical Rails Projects
  • Language: en
  • Pages: 628

Practical Rails Projects

  • Type: Book
  • -
  • Published: 2007-12-27
  • -
  • Publisher: Apress

This book provides intermediate Rails users with an essential learning aid to take them to higher level, teaching them countless real world techniques via a series of practical project-based chapters. Each chapter takes the reader through the complete process of building up a full-functional Rails web application. Projects taught in the book include a blog, a REST-based task manager, an online IT help desk, a web comic (including image upload facilities,) Wiki, and much more. Techniques learned include speeding up development with plugins, engines and Ruby Gems, styling with CSS libraries, and adding dynamism using Ajax.

Ruby Best Practices
  • Language: en
  • Pages: 332

Ruby Best Practices

How do you write truly elegant code with Ruby? Ruby Best Practices is for programmers who want to use Ruby as experienced Rubyists do. Written by the developer of the Ruby project Prawn, this concise book explains how to design beautiful APIs and domain-specific languages with Ruby, as well as how to work with functional programming ideas and techniques that can simplify your code and make you more productive. You'll learn how to write code that's readable, expressive, and much more. Ruby Best Practices will help you: Understand the secret powers unlocked by Ruby's code blocks Learn how to bend Ruby code without breaking it, such as mixing in modules on the fly Discover the ins and outs of t...

Refactoring
  • Language: en
  • Pages: 555

Refactoring

The Definitive Refactoring Guide, Fully Revamped for Ruby With refactoring, programmers can transform even the most chaotic software into well-designed systems that are far easier to evolve and maintain. What’s more, they can do it one step at a time, through a series of simple, proven steps. Now, there’s an authoritative and extensively updated version of Martin Fowler’s classic refactoring book that utilizes Ruby examples and idioms throughout–not code adapted from Java or any other environment. The authors introduce a detailed catalog of more than 70 proven Ruby refactorings, with specific guidance on when to apply each of them, step-by-step instructions for using them, and exampl...

J2EE AntiPatterns
  • Language: en
  • Pages: 626

J2EE AntiPatterns

"The flip-side of Patterns, AntiPatterns provide developers with formal descriptions of common development gaffes that can derail a project along with practical guidelines on how to avoid them. In this book, the authors present dozens of Java AntiPatterns that tackle many of Java's biggest trouble spots for programming with EJB, JSP, Servlets, and more. Each AntiPattern is documented with real-world examples, code, and refactored (or escape-route) solutions, and the book uses UML (where appropriate) to diagram improved solutions. All code examples from the book are available to the reader on the book's companion Web site."