User Stories Applied

User Stories Applied

Author: Mike Cohn

Publisher: Addison-Wesley Professional

Published: 2004-03-01

Total Pages: 291

ISBN-13: 0132702649

DOWNLOAD EBOOK

Thoroughly reviewed and eagerly anticipated by the agile community, User Stories Applied offers a requirements process that saves time, eliminates rework, and leads directly to better software. The best way to build software that meets users' needs is to begin with "user stories": simple, clear, brief descriptions of functionality that will be valuable to real users. In User Stories Applied, Mike Cohn provides you with a front-to-back blueprint for writing these user stories and weaving them into your development lifecycle. You'll learn what makes a great user story, and what makes a bad one. You'll discover practical ways to gather user stories, even when you can't speak with your users. Then, once you've compiled your user stories, Cohn shows how to organize them, prioritize them, and use them for planning, management, and testing. User role modeling: understanding what users have in common, and where they differ Gathering stories: user interviewing, questionnaires, observation, and workshops Working with managers, trainers, salespeople and other "proxies" Writing user stories for acceptance testing Using stories to prioritize, set schedules, and estimate release costs Includes end-of-chapter practice questions and exercises User Stories Applied will be invaluable to every software developer, tester, analyst, and manager working with any agile method: XP, Scrum... or even your own home-grown approach.


Real-World Software Development

Real-World Software Development

Author: Raoul-Gabriel Urma

Publisher: "O'Reilly Media, Inc."

Published: 2019-12-02

Total Pages: 194

ISBN-13: 1491967129

DOWNLOAD EBOOK

Explore the latest Java-based software development techniques and methodologies through the project-based approach in this practical guide. Unlike books that use abstract examples and lots of theory, Real-World Software Development shows you how to develop several relevant projects while learning best practices along the way. With this engaging approach, junior developers capable of writing basic Java code will learn about state-of-the-art software development practices for building modern, robust and maintainable Java software. You’ll work with many different software development topics that are often excluded from software develop how-to references. Featuring real-world examples, this book teaches you techniques and methodologies for functional programming, automated testing, security, architecture, and distributed systems.


Succeeding with Agile

Succeeding with Agile

Author: Mike Cohn

Publisher: Pearson Education

Published: 2010

Total Pages: 504

ISBN-13: 0321579364

DOWNLOAD EBOOK

Proven, 100% Practical Guidance for Making Scrum and Agile Work in Any Organization This is the definitive, realistic, actionable guide to starting fast with Scrum and agile-and then succeeding over the long haul. Leading agile consultant and practitioner Mike Cohn presents detailed recommendations, powerful tips, and real-world case studies drawn from his unparalleled experience helping hundreds of software organizations make Scrum and agile work. Succeeding with Agile is for pragmatic software professionals who want real answers to the most difficult challenges they face in implementing Scrum. Cohn covers every facet of the transition: getting started, helping individuals transition to new roles, structuring teams, scaling up, working with a distributed team, and finally, implementing effective metrics and continuous improvement. Throughout, Cohn presents "Things to Try Now" sections based on his most successful advice. Complementary "Objection" sections reproduce typical conversations with those resisting change and offer practical guidance for addressing their concerns. Coverage includes Practical ways to get started immediately-and "get good" fast Overcoming individual resistance to the changes Scrum requires Staffing Scrum projects and building effective teams Establishing "improvement communities" of people who are passionate about driving change Choosing which agile technical practices to use or experiment with Leading self-organizing teams Making the most of Scrum sprints, planning, and quality techniques Scaling Scrum to distributed, multiteam projects Using Scrum on projects with complex sequential processes or challenging compliance and governance requirements Understanding Scrum's impact on HR, facilities, and project management Whether you've completed a few sprints or multiple agile projects and whatever your role-manager, developer, coach, ScrumMaster, product owner, analyst, team lead, or project lead-this book will help you succeed with your very next project. Then, it will help you go much further: It will help you transform your entire development organization.


Autodesk Maya 2020: A Comprehensive Guide, 12th Edition

Autodesk Maya 2020: A Comprehensive Guide, 12th Edition

Author: Prof. Sham Tickoo

Publisher: CADCIM Technologies

Published: 2020-04-08

Total Pages: 858

ISBN-13: 164057090X

DOWNLOAD EBOOK

Autodesk Maya 2020 is a powerful, integrated 3D modeling, animation, visual effects, and rendering software developed by Autodesk Inc. This integrated node based 3D software finds its application in the development of films, games, and design projects. The intuitive user interface and workflow tools of Maya 2020 have made the job of design visualization specialists a lot easier. Autodesk Maya 2020: A Comprehensive Guide covers all features of Autodesk Maya 2020 software in a simple, lucid, and comprehensive manner. It will unleash your creativity, thus helping you create realistic 3D models, animation, and visual effects. In this edition, new tools and enhancements in modeling, animation, rigging as well as performance improvements in bifrost are covered. Additionally, the newly introduced Mash module, which is used for creating motion graphics, is also covered in the book. Salient Features: Consists of 17 chapters that are organized in a pedagogical sequence covering a wide range of topics such as Maya interface, Polygon modeling, NURBS modeling, texturing, lighting, cameras, animation, Paint Effects, Rendering, nHair, Fur, Fluids, Particles, nParticles and Bullet Physics in Autodesk Maya 2020. The first page of every chapter summarizes the topics that are covered in it. Consists of hundreds of illustrations and a comprehensive coverage of Autodesk Maya 2020 concepts & commands. Real-world 3D models and examples focusing on industry experience. Step-by-step instructions that guide the user through the learning process. Additional information is provided throughout the book in the form of tips and notes. Self-Evaluation test, Review Questions, and Exercises are given at the end of each chapter so that the users can assess their knowledge. Table of Contents Chapter 1: Exploring Maya Interface Chapter 2: Polygon Modeling Chapter 3: NURBS Curves and Surfaces Chapter 4: NURBS Modeling Chapter 5: UV Mapping Chapter 6: Shading and Texturing Chapter 7: Lighting Chapter 8: Animation Chapter 9: Rigging, Constraints, and Deformers Chapter 10: Paint Effects Chapter 11: Rendering Chapter 12: Particle System Chapter 13: Introduction to nParticles Chapter 14: Fluids Chapter 15: nHair Chapter 16: Bifrost Chapter 17: Bullet Physics and Motion Graphics Index


Growing Object-Oriented Software, Guided by Tests

Growing Object-Oriented Software, Guided by Tests

Author: Steve Freeman

Publisher: Pearson Education

Published: 2009-10-12

Total Pages: 762

ISBN-13: 0321699769

DOWNLOAD EBOOK

Test-Driven Development (TDD) is now an established technique for delivering better software faster. TDD is based on a simple idea: Write tests for your code before you write the code itself. However, this "simple" idea takes skill and judgment to do well. Now there's a practical guide to TDD that takes you beyond the basic concepts. Drawing on a decade of experience building real-world systems, two TDD pioneers show how to let tests guide your development and “grow” software that is coherent, reliable, and maintainable. Steve Freeman and Nat Pryce describe the processes they use, the design principles they strive to achieve, and some of the tools that help them get the job done. Through an extended worked example, you’ll learn how TDD works at multiple levels, using tests to drive the features and the object-oriented structure of the code, and using Mock Objects to discover and then describe relationships between objects. Along the way, the book systematically addresses challenges that development teams encounter with TDD—from integrating TDD into your processes to testing your most difficult features. Coverage includes Implementing TDD effectively: getting started, and maintaining your momentum throughout the project Creating cleaner, more expressive, more sustainable code Using tests to stay relentlessly focused on sustaining quality Understanding how TDD, Mock Objects, and Object-Oriented Design come together in the context of a real software development project Using Mock Objects to guide object-oriented designs Succeeding where TDD is difficult: managing complex test data, and testing persistence and concurrency


Parametric Modeling with Siemens NX (Spring 2020 Edition)

Parametric Modeling with Siemens NX (Spring 2020 Edition)

Author: Randy Shih

Publisher: SDC Publications

Published: 2020-06-08

Total Pages: 509

ISBN-13: 1630573809

DOWNLOAD EBOOK

The primary goal of Parametric Modeling with Siemens NX is to introduce the aspects of designing with Solid Modeling and Parametric Modeling. This text is intended to be used as a practical training guide for students and professionals. This text uses Siemens NX as the modeling tool, and the chapters proceed in a pedagogical fashion to guide you from constructing basic solid models to building intelligent mechanical designs, creating multi-view drawings and assembly models. This text takes a hands-on, exercise-intensive approach to all the important Parametric Modeling techniques and concepts. This textbook contains a series of fifteen tutorial style lessons designed to introduce beginning CAD users to NX. This text is also helpful to NX users upgrading from a previous release of the software. The solid modeling techniques and concepts discussed in this text are also applicable to other parametric feature-based CAD packages. The basic premise of this book is that the more designs you create using NX, the better you learn the software. With this in mind, each lesson introduces a new set of commands and concepts, building on previous lessons. This book does not attempt to cover all of NX’s features, only to provide an introduction to the software. It is intended to help you establish a good basis for exploring and growing in the exciting field of Computer Aided Engineering. This book also introduces you to the general principles of 3D printing including a brief history of 3D printing, the types of 3D printing technologies, commonly used filaments, and the basic procedure for printing a 3D model. 3D printing makes it easier than ever for anyone to start turning their designs into physical objects, and by the end of this book you will be ready to start printing out your own designs.


Autodesk Inventor Certified User Study Guide (Inventor 2020 Edition)

Autodesk Inventor Certified User Study Guide (Inventor 2020 Edition)

Author: Thom Tremblay

Publisher: SDC Publications

Published: 2019-07

Total Pages: 89

ISBN-13: 1630572829

DOWNLOAD EBOOK

The Autodesk Inventor Certified User Study Guide is designed for the Inventor user who is already familiar with Inventor. It provides a series of hands on exercises and tutorials in the use of Inventor to help you prepare for the Autodesk Inventor Certified User Exam. The text covers all the exam objectives for the Inventor Certified User Exam. Each topic is covered in detail, and then is followed up with tutorials and quizzes to reinforce the material covered. Autodesk Inventor Certified User Study Guide is intended for the Inventor user who has about 150 hours of instruction and real-world experience with Autodesk Inventor software. This book will help guide you in your preparation for the Autodesk Inventor Certified User exam. By passing this exam you are validating your Inventor skills, and are well on your way to the next level of certification. Throughout the book you will find an overview of the exam process, the user interface and the main topics. The specific topics you need to be familiar with to pass the test are explained in greater detail throughout the book. This book also provides you with access to sample exam software, which simulates the actual exam, and a discount on taking the actual exam. This book will help you pass the Autodesk Inventor Certified User exam on the first try, so you can avoid repeatedly taking the exam and obtain your certification sooner. Practice Exam Software Included with your purchase of this book is practice exam software. The practice exam software is meant to simulate the actual Autodesk Inventor Certified User exam. It can be downloaded and run from any computer and it will get you familiar with the official exam and check your skills prior to taking the official exam. The practice exam software requires you to use Autodesk Inventor to perform actions in order to formulate the answer to questions, just like the actual exam.


The Complete Book of Colleges, 2020 Edition

The Complete Book of Colleges, 2020 Edition

Author: Princeton Review (COR)

Publisher: Princeton Review

Published: 2019-07-02

Total Pages: 1154

ISBN-13: 0525568115

DOWNLOAD EBOOK

No one knows colleges better than The Princeton Review! Inside The Complete Book of Colleges, 2020 Edition, students will find meticulously researched information that will help them narrow their college search.


Essential Scrum

Essential Scrum

Author: Kenneth S. Rubin

Publisher: Addison-Wesley Professional

Published: 2012

Total Pages: 501

ISBN-13: 0137043295

DOWNLOAD EBOOK

This is a comprehensive guide to Scrum for all (team members, managers, and executives). If you want to use Scrum to develop innovative products and services that delight your customers, this is the complete, single-source reference you've been searching for. This book provides a common understanding of Scrum, a shared vocabulary that can be used in applying it, and practical knowledge for deriving maximum value from it.


Agile Principles, Patterns, and Practices in C#

Agile Principles, Patterns, and Practices in C#

Author: Micah Martin

Publisher: Pearson Education

Published: 2006-07-20

Total Pages: 914

ISBN-13: 0132797143

DOWNLOAD EBOOK

With the award-winning book Agile Software Development: Principles, Patterns, and Practices, Robert C. Martin helped bring Agile principles to tens of thousands of Java and C++ programmers. Now .NET programmers have a definitive guide to agile methods with this completely updated volume from Robert C. Martin and Micah Martin, Agile Principles, Patterns, and Practices in C#. This book presents a series of case studies illustrating the fundamentals of Agile development and Agile design, and moves quickly from UML models to real C# code. The introductory chapters lay out the basics of the agile movement, while the later chapters show proven techniques in action. The book includes many source code examples that are also available for download from the authors’ Web site. Readers will come away from this book understanding Agile principles, and the fourteen practices of Extreme Programming Spiking, splitting, velocity, and planning iterations and releases Test-driven development, test-first design, and acceptance testing Refactoring with unit testing Pair programming Agile design and design smells The five types of UML diagrams and how to use them effectively Object-oriented package design and design patterns How to put all of it together for a real-world project Whether you are a C# programmer or a Visual Basic or Java programmer learning C#, a software development manager, or a business analyst, Agile Principles, Patterns, and Practices in C# is the first book you should read to understand agile software and how it applies to programming in the .NET Framework.