Accelerating Process Improvement Using Agile Techniques

Accelerating Process Improvement Using Agile Techniques PDF

Author: Deb Jacobs

Publisher: CRC Press

Published: 2005-12-16

Total Pages: 390

ISBN-13: 1420031155

DOWNLOAD EBOOK →

Accelerating Process Improvement Using Agile Techniques explains how agile programming is applied to standard process improvement. By applying agile techniques, IT organizations can speed up process improvement initiatives, minimize the resources these initiatives require, and maximize the benefits of process improvement. The book details st

Programming Language Fundamentals by Example

Programming Language Fundamentals by Example PDF

Author: D.E. Stevenson

Publisher: CRC Press

Published: 2006-11-10

Total Pages: 256

ISBN-13: 1420013351

DOWNLOAD EBOOK →

Surveying the major programming languages that have hallmarked the evolution of computing, Programming Language Fundamentals by Example provides an understanding of the many languages and notations used in computer science, the formal models used to design phases, and the foundations of languages including linguistics. This textbook guides students through the process of implementing a simple interpreter with case-based exercises, questions, and a semester-long project that encompasses all of the concepts and theories presented in the book into one concrete example. It covers also such topics as formal grammars, automata, denotational and axiomatic semantics, and rule-based presentation.

Antipatterns

Antipatterns PDF

Author: Colin J. Neill

Publisher: CRC Press

Published: 2011-12-13

Total Pages: 327

ISBN-13: 1439862168

DOWNLOAD EBOOK →

Emphasizing leadership principles and practices, Antipatterns: Managing Software Organizations and People, Second Edition catalogs 49 business practices that are often precursors to failure. This updated edition of a bestseller not only illustrates bad management approaches, but also covers the bad work environments and cultural traits commonly fou

The ScrumMaster Study Guide

The ScrumMaster Study Guide PDF

Author: James Schiel

Publisher: CRC Press

Published: 2016-04-19

Total Pages: 234

ISBN-13: 1439859922

DOWNLOAD EBOOK →

Examining the questions most commonly asked by students attending Certified Scrum Master (CSM) and Certified Scrum Product Owner (CSPO) classes, The ScrumMaster Study Guide provides an accessible introduction to the concepts of Scrum and agile development. It compiles the insights gained by the author in teaching more than 100 CSM classes and count

Software and Systems Architecture in Action

Software and Systems Architecture in Action PDF

Author: Raghvinder S. Sangwan

Publisher: CRC Press

Published: 2014-10-27

Total Pages: 220

ISBN-13: 143984917X

DOWNLOAD EBOOK →

Modern-day projects require software and systems engineers to work together in realizing architectures of large and complex software-intensive systems. To date, the two have used their own tools and methods to deal with similar issues when it comes to the requirements, design, testing, maintenance, and evolution of these architectures.Software and

Effective Software Maintenance and Evolution

Effective Software Maintenance and Evolution PDF

Author: Stanislaw Jarzabek

Publisher: CRC Press

Published: 2007-05-07

Total Pages: 420

ISBN-13: 1420013114

DOWNLOAD EBOOK →

With software maintenance costs averaging 50% of total computing costs, it is necessary to have an effective maintenance program in place. Aging legacy systems, for example, pose an especially rough challenge as veteran programmers retire and their successors are left to figure out how the systems operate. This book explores program analyzers, reve

Applied Software Risk Management

Applied Software Risk Management PDF

Author: C. Ravindranath Pandian

Publisher: CRC Press

Published: 2006-12-15

Total Pages: 260

ISBN-13: 0849305314

DOWNLOAD EBOOK →

Few software projects are completed on time, on budget, and to their original specifications. Focusing on what practitioners need to know about risk in the pursuit of delivering software projects, Applied Software Risk Management: A Guide for Software Project Managers covers key components of the risk management process and the software development process, as well as best practices for software risk identification, risk planning, and risk analysis. Written in a clear and concise manner, this resource presents concepts and practical insight into managing risk. It first covers risk-driven project management, risk management processes, risk attributes, risk identification, and risk analysis. The book continues by examining responses to risk, the tracking and modeling of risks, intelligence gathering, and integrated risk management. It concludes with details on drafting and implementing procedures. A diary of a risk manager provides insight in implementing risk management processes. Bringing together concepts across software engineering with a project management perspective, Applied Software Risk Management: A Guide for Software Project Managers presents a rigorous, scientific method for identifying, analyzing, and resolving risk.

The Handbook of Mobile Middleware

The Handbook of Mobile Middleware PDF

Author: Paolo Bellavista

Publisher: CRC Press

Published: 2016-04-19

Total Pages: 1410

ISBN-13: 1420013157

DOWNLOAD EBOOK →

Device miniaturization, wireless computing, and mobile communication are driving ubiquitous, pervasive, and transparent computing. Supporting these rapidly evolving technologies requires middleware solutions that address connectivity-level, location-dependent, and context-dependent issues. The Handbook of Mobile Middleware is an exhaustive o

Six Sigma Software Development

Six Sigma Software Development PDF

Author: Christine B. Tayntor

Publisher: CRC Press

Published: 2007-03-27

Total Pages: 488

ISBN-13: 1420044281

DOWNLOAD EBOOK →

Even though Six Sigma programs have successfully been implemented in practice, many IT departments remain skeptical of the process or are unaware of how the tools can be used to improve system development. Removing the mystique surrounding this technique, Six Sigma Software Development, Second Edition demonstrates how Six Sigma tools and concepts c

Elements of Compiler Design

Elements of Compiler Design PDF

Author: Alexander Meduna

Publisher: CRC Press

Published: 2007-12-03

Total Pages: 292

ISBN-13: 1420063235

DOWNLOAD EBOOK →

Maintaining a balance between a theoretical and practical approach to this important subject, Elements of Compiler Design serves as an introduction to compiler writing for undergraduate students. From a theoretical viewpoint, it introduces rudimental models, such as automata and grammars, that underlie compilation and its essential phases. Based on these models, the author details the concepts, methods, and techniques employed in compiler design in a clear and easy-to-follow way. From a practical point of view, the book describes how compilation techniques are implemented. In fact, throughout the text, a case study illustrates the design of a new programming language and the construction of its compiler. While discussing various compilation techniques, the author demonstrates their implementation through this case study. In addition, the book presents many detailed examples and computer programs to emphasize the applications of the compiler algorithms. After studying this self-contained textbook, students should understand the compilation process, be able to write a simple real compiler, and easily follow advanced books on the subject.