Agile Practice Guide

Agile Practice Guide PDF Author:
Publisher: Project Management Institute
ISBN: 1628253991
Category : Business & Economics
Languages : en
Pages : 190

Get Book

Book Description
Agile Practice Guide – First Edition has been developed as a resource to understand, evaluate, and use agile and hybrid agile approaches. This practice guide provides guidance on when, where, and how to apply agile approaches and provides practical tools for practitioners and organizations wanting to increase agility. This practice guide is aligned with other PMI standards, including A Guide to the Project Management Body of Knowledge (PMBOK® Guide) – Sixth Edition, and was developed as the result of collaboration between the Project Management Institute and the Agile Alliance.

Agile Practice Guide

Agile Practice Guide PDF Author:
Publisher: Project Management Institute
ISBN: 1628253991
Category : Business & Economics
Languages : en
Pages : 190

Get Book

Book Description
Agile Practice Guide – First Edition has been developed as a resource to understand, evaluate, and use agile and hybrid agile approaches. This practice guide provides guidance on when, where, and how to apply agile approaches and provides practical tools for practitioners and organizations wanting to increase agility. This practice guide is aligned with other PMI standards, including A Guide to the Project Management Body of Knowledge (PMBOK® Guide) – Sixth Edition, and was developed as the result of collaboration between the Project Management Institute and the Agile Alliance.

Agile Practice Guide (Hindi).

Agile Practice Guide (Hindi). PDF Author:
Publisher:
ISBN: 9781628255119
Category :
Languages : en
Pages :

Get Book

Book Description


The Art of Agile Practice

The Art of Agile Practice PDF Author: Bhuvan Unhelkar
Publisher: CRC Press
ISBN: 1439851182
Category : Business & Economics
Languages : en
Pages : 531

Get Book

Book Description
The Art of Agile Practice: A Composite Approach for Projects and Organizations presents a consistent, integrated, and strategic approach to achieving "Agility" in your business. Transcending beyond Agile as a software development method, it covers the gamut of methods in an organization—including business processes, governance standards, project management, quality management, and business analysis—to show you how to use this composite approach to enhance your ability to adapt and respond to evolving business requirements. The book is divided into three parts: Introduces Agility and identifies the challenges facing organizations in terms of development and maintenance approaches Presents Composite Agile Method and Strategy (CAMS) as a carefully constructed combination of process elements and illustrates its application to development, business management, business analysis, project management, and quality Includes two Agile case studies, a comprehensive index, definitions of key acronyms, and appendices with a current list of Agile methods and interview summaries The book describes relevant metrics for the entire CAMS lifecycle and explains how to embed Agile practices within formal process-maps in projects. Filled with figures, case studies, and tables that illustrate key concepts, the text is ideal for a two- or three-day training course or workshop. It is also suitable for a 13-week education course for higher degree students that includes process discussions and consideration of Agile values at both software and business levels. The chapters are organized to correspond roughly to such lectures with an option to choose from the case study chapters.

AGILE in Practice

AGILE in Practice PDF Author: Sudipta Malakar
Publisher: BPB Publications
ISBN: 9389423449
Category : Computers
Languages : en
Pages : 334

Get Book

Book Description
Practical guidance to Implement AGILE, KANBAN, XP and SCRUM with 600+ Expert Solutions included Ê KEY FEATURESÊÊ _ Supportive materials for PMI-ACP and SAFe exam preparation. _ Proven use-cases on implementation of Kanban, Agile and Scrum across business projects. _ 600+ interview questions, quizzes and business solutions to acquire lucrative Agile project management jobs. DESCRIPTIONÊ This book is a pragmatic guidance teaching modern IT professionals how to improvise and scale up IT delivery capabilities using leading project management methodologies including Agile and Kanban. It is equipped with use-cases and hundreds of solutions and the readers will learn to examine the strength of their project management function and how to improvise it. The book brings exclusive knowledge on several strategies to put into implementation in the event of natural disaster like Covid-19 and for future crisis management. You will be acquainted with the popular tools and technologies that your organization can make use of it for better collaboration on projects. You will learn the various project performance metrics for each of these project management methodologies. As an added advantage of this book, you can get yourself ready for one of the popular and critical professional examinations like PMP-ACP and SAFe. Key strategies to beat Covid-19 Pandemic and for crisis management Key enablers to build Organizational Resilience and enterprise maturity model Portfolio/ Upstream Kanban implementations lessons learnt and key takeaways PMI-ACP and SAFe exam preparation Tricky Real-world Agile SCRUM & KANBAN Case Studies, Demos and tools Interview Questions and answers on Agile SCRUM, XP, DSDM, KANBAN and SCRUMBAN Useful Tips & techniques for successful Agile transformation in any Organization and The Art of Agile Development Agile & Kanban Metrics JIRA tool use in Projects / Programs WHAT YOU WILL LEARN _ Gain strong hold on concepts of KANBAN, XP, FDD, DSDM, SCRUMBAN and SCRUM.ÊÊÊÊ _ Exclusive coverage on strategies to beat Covid-19 Pandemic and future crisis management. _ Learn to build Organizational Resilience and enterprise maturity model. _ Ready guidance to prepare for PMI-ACP and SAFe certification. _ Tricky Real-world Agile SCRUM & KANBAN Case Studies, Demos and tools. WHO THIS BOOK IS FORÊÊ This book is for Scrum Masters, Product Owners, Developers, CXOs and professionals closely associated with Agile Scrum, Kanban, XP projects to further improve their knowledge of Agile with valuable pragmatic insights. Experienced-level professionals and Agile enthusiasts having relevant experience can also acquire an in-depth knowledge of the advanced concepts in project management. TABLE OF CONTENTS 1. Key success factors for adopting Agile SCRUM Kanban in any organizations 2. Why Personal Agility matters 3. Tricky Real-world Agile SCRUM & KANBAN Case Studies, Demos and tools 4. Agile SCRUM KANBAN Maturity assessment Nuts & Bolts 5. Useful Tips & techniques for successful Agile transformation in any Organization and The Art of Agile Development 6. Common Agile SCRUM KANBAN misconceptions 7. Key Takeaways 8. Glossary 9. Quiz Session 10. Test your Knowledge

Agile Technical Practices Distilled

Agile Technical Practices Distilled PDF Author: Pedro M. Santos
Publisher: Packt Publishing Ltd
ISBN: 1838986626
Category : Computers
Languages : en
Pages : 443

Get Book

Book Description
Delve deep into the various technical practices, principles, and values of Agile. Key FeaturesDiscover the essence of Agile software development and the key principles of software designExplore the fundamental practices of Agile working, including test-driven development (TDD), refactoring, pair programming, and continuous integrationLearn and apply the four elements of simple designBook Description The number of popular technical practices has grown exponentially in the last few years. Learning the common fundamental software development practices can help you become a better programmer. This book uses the term Agile as a wide umbrella and covers Agile principles and practices, as well as most methodologies associated with it. You’ll begin by discovering how driver-navigator, chess clock, and other techniques used in the pair programming approach introduce discipline while writing code. You’ll then learn to safely change the design of your code using refactoring. While learning these techniques, you’ll also explore various best practices to write efficient tests. The concluding chapters of the book delve deep into the SOLID principles - the five design principles that you can use to make your software more understandable, flexible and maintainable. By the end of the book, you will have discovered new ideas for improving your software design skills, the relationship within your team, and the way your business works. What you will learnLearn the red, green, refactor cycle of classic TDD and practice the best habits such as the rule of 3, triangulation, object calisthenics, and moreRefactor using parallel change and improve legacy code with characterization tests, approval tests, and Golden MasterUse code smells as feedback to improve your designLearn the double cycle of ATDD and the outside-in mindset using mocks and stubs correctly in your testsUnderstand how Coupling, Cohesion, Connascence, SOLID principles, and code smells are all relatedImprove the understanding of your business domain using BDD and other principles for "doing the right thing, not only the thing right"Who this book is for This book is designed for software developers looking to improve their technical practices. Software coaches may also find it helpful as a teaching reference manual. This is not a beginner's book on how to program. You must be comfortable with at least one programming language and must be able to write unit tests using any unit testing framework.

The Art of Agile Development

The Art of Agile Development PDF Author: James Shore
Publisher: "O'Reilly Media, Inc."
ISBN: 0596527675
Category : Computers
Languages : en
Pages : 436

Get Book

Book Description
For those considering Extreme Programming, this book provides no-nonsense advice on agile planning, development, delivery, and management taken from the authors' many years of experience. While plenty of books address the what and why of agile development, very few offer the information users can apply directly.

Agile Project Management with Scrum

Agile Project Management with Scrum PDF Author: Ken Schwaber
Publisher: Microsoft Press
ISBN: 0735637903
Category : Computers
Languages : en
Pages : 214

Get Book

Book Description
The rules and practices for Scrum—a simple process for managing complex projects—are few, straightforward, and easy to learn. But Scrum’s simplicity itself—its lack of prescription—can be disarming, and new practitioners often find themselves reverting to old project management habits and tools and yielding lesser results. In this illuminating series of case studies, Scrum co-creator and evangelist Ken Schwaber identifies the real-world lessons—the successes and failures—culled from his years of experience coaching companies in agile project management. Through them, you’ll understand how to use Scrum to solve complex problems and drive better results—delivering more valuable software faster. Gain the foundation in Scrum theory—and practice—you need to: Rein in even the most complex, unwieldy projects Effectively manage unknown or changing product requirements Simplify the chain of command with self-managing development teams Receive clearer specifications—and feedback—from customers Greatly reduce project planning time and required tools Build—and release—products in 30-day cycles so clients get deliverables earlier Avoid missteps by regularly inspecting, reporting on, and fine-tuning projects Support multiple teams working on a large-scale project from many geographic locations Maximize return on investment!

Test-Driven Development

Test-Driven Development PDF Author: Lech Madeyski
Publisher: Springer Science & Business Media
ISBN: 3642042880
Category : Computers
Languages : en
Pages : 259

Get Book

Book Description
Agile methods are gaining more and more interest both in industry and in research. Many industries are transforming their way of working from traditional waterfall projects with long duration to more incremental, iterative and agile practices. At the same time, the need to evaluate and to obtain evidence for different processes, methods and tools has been emphasized. Lech Madeyski offers the first in-depth evaluation of agile methods. He presents in detail the results of three different experiments, including concrete examples of how to conduct statistical analysis with meta analysis or the SPSS package, using as evaluation indicators the number of acceptance tests passed (overall and per hour) and design complexity metrics. The book is appropriate for graduate students, researchers and advanced professionals in software engineering. It proves the real benefits of agile software development, provides readers with in-depth insights into experimental methods in the context of agile development, and discusses various validity threats in empirical studies.

Practices of an Agile Developer

Practices of an Agile Developer PDF Author: Venkat Subramaniam
Publisher: Pragmatic Bookshelf
ISBN: 1680504142
Category : Computers
Languages : en
Pages : 237

Get Book

Book Description
These are the proven, effective agile practices that will make you a better developer. You'll learn pragmatic ways of approaching the development process and your personal coding techniques. You'll learn about your own attitudes, issues with working on a team, and how to best manage your learning, all in an iterative, incremental, agile style. You'll see how to apply each practice, and what benefits you can expect. Bottom line: This book will make you a better developer.

Agile Adoption Patterns

Agile Adoption Patterns PDF Author: Amr Elssamadisy
Publisher: Addison-Wesley Professional
ISBN: 0132702479
Category : Computers
Languages : en
Pages : 411

Get Book

Book Description
Proven Patterns and Techniques for Succeeding with Agile in Your Organization Agile methods promise to help you create software that delivers far more business value–and do it faster, at lower cost, and with less pain. However, many organizations struggle with implementation and leveraging these methods to their full benefit. In this book, Amr Elssamadisy identifies the powerful lessons that have been learned about successfully moving to agile and distills them into 30 proven agile adoption patterns. Elssamadisy walks you through the process of defining your optimal agile adoption strategy with case studies and hands-on exercises that illuminate the key points. He systematically examines the most common obstacles to agile implementation, identifying proven solutions. You’ll learn where to start, how to choose the best agile practices for your business and technical environment, and how to adopt agility incrementally, building on steadily growing success.