Book picks similar to
The Complete Guide to Software Testing by William Hetzel
software-testing
28
application-lifecycle-manangement
computers
Continuous Integration: Improving Software Quality and Reducing Risk
Paul Duvall - 2007
The key, as the authors show, is to integrate regularly and often using continuous integration (CI) practices and techniques. The authors first examine the concept of CI and its practices from the ground up and then move on to explore other effective processes performed by CI systems, such as database integration, testing, inspection, deployment, and feedback. Through more than forty CI-related practices using application examples in different languages, readers learn that CI leads to more rapid software development, produces deployable software at every step in the development lifecycle, and reduces the time between defect introduction and detection, saving time and lowering costs. With successful implementation of CI, developers reduce risks and repetitive manual processes, and teams receive better project visibility. The book covers How to make integration a "non-event" on your software development projects How to reduce the amount of repetitive processes you perform when building your software Practices and techniques for using CI effectively with your teams Reducing the risks of late defect discovery, low-quality software, lack of visibility, and lack of deployable software Assessments of different CI servers and related tools on the market The book's companion Web site, www.integratebutton.com, provides updates and code examples
Deadly Harvest: The Intimate Relationship Between Our Health and Our Food
Geoff Bond - 2007
But what if our foods were doing more harm than good, and fad diets made matters worse? Deadly Harvest examines how the foods we eat today have little in common with those of our ancestors, and why this fact is important to our health. It also offers a proven program to enhance health and improve longevity.Using the latest scientific research and studies of primitive lifestyles, the author first explains the diet that our ancestors followed—one in harmony with the human species. He then describes how our present diets affect our health, leading to disorders such as cancer, diabetes, heart disease, and more. Most important, he details measures we can take to improve our diet, our health, and our quality of life.
Computer Graphics: Principles and Practice
James D. Foley - 1990
It details programming with SRGP, a simple but powerful raster graphics package. Important algorithms in 2D and 3D graphics are detailed for easy implementation, and a thorough presentation of the mathematical principles of geometric transformations and viewing are included.
Programming PHP
Rasmus Lerdorf - 2000
When it comes to creating websites, the PHP scripting language is truly a red-hot property. In fact, PHP is currently used on more than 19 million websites, surpassing Microsoft's ASP .NET technology in popularity. Programmers love its flexibility and speed; designers love its accessibility and convenience. As the industry standard book on PHP, all of the essentials are covered in a clear and concise manner. Language syntax and programming techniques are coupled with numerous examples that illustrate both correct usage and common idioms. With style tips and practical programming advice, this book will help you become not just a PHP programmer, but a good PHP programmer. Programming PHP, Second Edition covers everything you need to know to create effective web applications with PHP. Contents include: Detailed information on the basics of the PHP language, including data types, variables, operators, and flow control statements Chapters outlining the basics of functions, strings, arrays, and objects Coverage of common PHP web application techniques, such as form processing and validation, session tracking, and cookies Material on interacting with relational databases, such as MySQL and Oracle, using the database-independent PEAR DB library and the new PDO Library Chapters that show you how to generate dynamic images, create PDF files, and parse XML files with PHP Advanced topics, such as creating secure scripts, error handling, performance tuning, and writing your own C language extensions to PHP A handy quick reference to all the core functions in PHP and all the standard extensions that ship with PHP Praise for the first edition: "If you are just getting into the dynamic Web development world or you are considering migrating from another dynamic web product to PHP, Programming PHP is the book of choice to get you up, running, and productive in a short time."--Peter MacIntrye, eWeek "I think this is a great book for programmers who want to start developing dynamic websites with PHP. It gives a detailed overview of PHP, lots of valuable tips, and a good sense of PHP's strengths."--David Dooling, Slashdot.org
Live Your Dash: Make Every Moment Matter
Linda Ellis - 2011
Calls came in from people around the country eager to tell Linda how her words had touched their hearts. That was the beginning of an enduring phenomenon. "Live Your Dash" captures and expands upon the theme of the original poem: It's not your birth or death that matters most, but how you spend each passing year. Linda shares her message of joy, hope, and positive energy through uplifting stories, essays, and poetry, along with tales of people who have been "touched by the dash," including Bob Dole, legendary football coach Lou Holtz, and "American Idol" winner David Cook. An inspiring look at life based on the fantastically successful poem.
Advanced Accounting
Floyd A. Beams - 1985
The presentation of consolidation material and the use of excerpts from popular business press and references to real world companies and governmental and non-profit institutions are used to illustrate key concepts and maintain a strong student orientation.
Oracle PL/SQL Programming
Steven Feuerstein - 1993
Packed with examples and helpful recommendations, the book has helped everyone--from novices to experienced developers, and from Oracle Forms developers to database administrators--make the most of PL/SQL.
The fourth edition is a comprehensive update, adding significant new content and extending coverage to include the very latest Oracle version, Oracle Database 10g Release 2. It describes such new features as the PL/SQL optimizing compiler, conditional compilation, compile-time warnings, regular expressions, set operators for nested tables, nonsequential collections in FORALL, the programmer-defined quoting mechanism, the ability to backtrace an exception to a line number, a variety of new built-in packages, and support for IEEE 754 compliant floating-point numbers.
The new edition adds brand-new chapters on security (including encryption, row-level security, fine-grained auditing, and application contexts), file, email, and web I/O (including the built-in packages DBMS_OUTPUT, UTL_FILE, UTL_MAIL, UTL_SMTP, and UTL_HTTP) and globalization and localization.
Co-authored by the world's foremost PL/SQL authority, Steven Feuerstein, this classic reference provides language syntax, best practices, and extensive code, ranging from simple examples to complete applications--making it a must-have on your road to PL/SQL mastery. A companion web site contains many more examples and additional technical content for enhanced learning.
Specification by Example: How Successful Teams Deliver the Right Software
Gojko Adzic - 2011
In this book, author Gojko Adzic distills interviews with successful teams worldwide, sharing how they specify, develop, and deliver software, without defects, in short iterative delivery cycles.About the Technology Specification by Example is a collaborative method for specifying requirements and tests. Seven patterns, fully explored in this book, are key to making the method effective. The method has four main benefits: it produces living, reliable documentation; it defines expectations clearly and makes validation efficient; it reduces rework; and, above all, it assures delivery teams and business stakeholders that the software that's built is right for its purpose.About the Book This book distills from the experience of leading teams worldwide effective ways to specify, test, and deliver software in short, iterative delivery cycles. Case studies in this book range from small web startups to large financial institutions, working in many processes including XP, Scrum, and Kanban.This book is written for developers, testers, analysts, and business people working together to build great software.Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.What's InsideCommon process patterns How to avoid bad practices Fitting SBE in your process 50+ case studies For additional resources go to specificationbyexample.com.
The Art of Unit Testing: With Examples in .NET
Roy Osherove - 2009
It guides you step by step from simple tests to tests that are maintainable, readable, and trustworthy. It covers advanced subjects like mocks, stubs, and frameworks such as Typemock Isolator and Rhino Mocks. And you'll learn about advanced test patterns and organization, working with legacy code and even untestable code. The book discusses tools you need when testing databases and other technologies. It's written for .NET developers but others will also benefit from this book.Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.Table of ContentsThe basics of unit testingA first unit testUsing stubs to break dependenciesInteraction testing using mock objectsIsolation (mock object) frameworksTest hierarchies and organizationThe pillars of good testsIntegrating unit testing into the organizationWorking with legacy code
Rescue Pilot: Cheating the Sea
Jerry Grayson - 2015
At age seventeen, he became the youngest helicopter pilot to ever serve in the Royal Navy. By age twenty-five, he was the most decorated peacetime naval pilot in history.For the Navy's Search and Rescue pilots, getting to work is both an adventure and an ordeal. Whether rescuing a wounded fighter pilot who has ditched in the sea, saving desperate survivors from a sinking ship, or picking up a grievously ill crewman from the deck of a nuclear-armed submarine that is playing a cat-and-mouse game with the Soviet navy, Jerry Grayson has lived a life of unparalleled excitement and adventure.His finest hour came during the infamous Fastnet Yacht Race of 1979, in which twenty-five yachts were lost. When a catastrophic storm enveloped the competitors, he and his crew pushed their Wessex helicopter to its absolute limit and put their own lives at risk, flying into hurricane-force winds to winch shipwrecked sailors from heaving tempestuous seas. An investiture at Buckingham Palace with Her Majesty the Queen was the result.Being a rescue pilot is a fast-paced career because there is no choice. Lives are at stake and pilots must move and think fast. Jerry Grayson's inside view of this heroic service is as inspirational as it is celebratory. Excitingly told, frequently funny, but also very poignant, Jerry's story is not an account of just one man's deeds, it is a salute to all the men and women he worked with who were able to turn tragedies into triumphs.Foreword by HRH the Duke of York, Prince Andrew, Commodore-in-Chief of the Fleet Air Arm.
Dante's Inferno: Translations by Twenty Contemporary Poets
Daniel Halpern - 1994
No other version has so vividly expressed the horror, cruelty, beauty, and outrageous imaginative flight of Dante's original vision.
Sister North
Jim Kokoris - 2003
Newly addicted to watching Sister North, a nun with a popular television show, Sam embarks on a trip to Lake Eagleton, Wisconsin, to see the nun personally, seeking forgiveness and spiritual guidance. In Lake Eagleton, he finds out much more about Sister North, himself, and falling in love than he ever expected. "Sister North" is a novel of forgiveness and hope that takes a poignant and humorous look at what passes for love and faith in the twenty-first century.
SQL in a Nutshell: A Desktop Quick Reference
Kevin E. Kline - 2000
For SQL programmers, analysts, and database administrators, the new second edition of SQL in a Nutshell is the essential date language reference for the world's top SQL database products. SQL in a Nutshell is a lean, focused, and thoroughly comprehensive reference for those who live in a deadline-driven world.This invaluable desktop quick reference drills down and documents every SQL command and how to use it in both commercial (Oracle, DB2, and Microsoft SQL Server) and open source implementations (PostgreSQL, and MySQL). It describes every command and reference and includes the command syntax (by vendor, if the syntax differs across implementations), a clear description, and practical examples that illustrate important concepts and uses. And it also explains how the leading commercial and open sources database product implement SQL. This wealth of information is packed into a succinct, comprehensive, and extraordinarily easy-to-use format that covers the SQL syntax of no less than 4 different databases.When you need fast, accurate, detailed, and up-to-date SQL information, SQL in a Nutshell, Second Edition will be the quick reference you'll reach for every time. SQL in a Nutshell is small enough to keep by your keyboard, and concise (as well as clearly organized) enough that you can look up the syntax you need quickly without having to wade through a lot of useless fluff. You won't want to work on a project involving SQL without it.
Guitarmaking: Tradition and Technology
William Cumpiano - 1987
Over 450 photographs, drawings, and diagrams reveal in exquisite detail the hows, whys, and how-to's of the traditional craft of guitarmaking, all accompanied by fascinating historical and technical notes. A comprehensive bibliography; a list of tools, materials, and supply sources; and a full index complete this uniquely authoritative reference -- and essential acquisition -- for guitar and craft enthusiasts, woodworkers, and students of instrument making everywhere.
Digital Image Processing
Rafael C. Gonzalez - 1977
Completely self-contained, heavily illustrated, and mathematically accessible, it has a scope of application that is not limited to the solution of specialized problems. Digital Image Fundamentals. Image Enhancement in the Spatial Domain. Image Enhancement in the Frequency Domain. Image Restoration. Color Image Processing. Wavelets and Multiresolution Processing. Image Compression. Morphological Image Processing. Image Segmentation. Representation and Description. Object Recognition.
