Author: Donald J. Reifer
Publisher: John Wiley & Sons
ISBN: 1118650743
Category : Computers
Languages : en
Pages : 209
Book Description
A comprehensive, practical book on software management that dispels real-world issues through relevant case studies Software managers inevitably will meet obstacles while trying to deliver quality products and provide value to customers, often with tight time restrictions. The result: Software War Stories. This book provides readers with practical advice on how to handle the many issues that can arise as a software project unfolds. It utilizes case studies that focus on what can be done to establish and meet reasonable expectations as they occur in government, industrial, and academic settings. The book also offers important discussions on both traditional and agile methods as well as lean development concepts. Software War Stories: Covers the basics of management as applied to situations ranging from agile projects to large IT projects with infrastructure problems Includes coverage of topics ranging from planning, estimating, and organizing to risk and opportunity management Uses twelve case studies to communicate lessons learned by the author in practice Offers end-of-chapter exercises, sample solutions, and a blog for providing updates and answers to readers' questions Software War Stories: Case Studies in Software Management mentors practitioners, software engineers, students and more, providing relevant situational examples encountered when managing software projects and organizations.
Software War Stories
Author: Donald J. Reifer
Publisher: John Wiley & Sons
ISBN: 1118650743
Category : Computers
Languages : en
Pages : 209
Book Description
A comprehensive, practical book on software management that dispels real-world issues through relevant case studies Software managers inevitably will meet obstacles while trying to deliver quality products and provide value to customers, often with tight time restrictions. The result: Software War Stories. This book provides readers with practical advice on how to handle the many issues that can arise as a software project unfolds. It utilizes case studies that focus on what can be done to establish and meet reasonable expectations as they occur in government, industrial, and academic settings. The book also offers important discussions on both traditional and agile methods as well as lean development concepts. Software War Stories: Covers the basics of management as applied to situations ranging from agile projects to large IT projects with infrastructure problems Includes coverage of topics ranging from planning, estimating, and organizing to risk and opportunity management Uses twelve case studies to communicate lessons learned by the author in practice Offers end-of-chapter exercises, sample solutions, and a blog for providing updates and answers to readers' questions Software War Stories: Case Studies in Software Management mentors practitioners, software engineers, students and more, providing relevant situational examples encountered when managing software projects and organizations.
Publisher: John Wiley & Sons
ISBN: 1118650743
Category : Computers
Languages : en
Pages : 209
Book Description
A comprehensive, practical book on software management that dispels real-world issues through relevant case studies Software managers inevitably will meet obstacles while trying to deliver quality products and provide value to customers, often with tight time restrictions. The result: Software War Stories. This book provides readers with practical advice on how to handle the many issues that can arise as a software project unfolds. It utilizes case studies that focus on what can be done to establish and meet reasonable expectations as they occur in government, industrial, and academic settings. The book also offers important discussions on both traditional and agile methods as well as lean development concepts. Software War Stories: Covers the basics of management as applied to situations ranging from agile projects to large IT projects with infrastructure problems Includes coverage of topics ranging from planning, estimating, and organizing to risk and opportunity management Uses twelve case studies to communicate lessons learned by the author in practice Offers end-of-chapter exercises, sample solutions, and a blog for providing updates and answers to readers' questions Software War Stories: Case Studies in Software Management mentors practitioners, software engineers, students and more, providing relevant situational examples encountered when managing software projects and organizations.
Software War Stories
Author: Donald J. Reifer
Publisher: John Wiley & Sons
ISBN: 1118650727
Category : Computers
Languages : en
Pages : 0
Book Description
A comprehensive, practical book on software management that dispels real-world issues through relevant case studies Software managers inevitably will meet obstacles while trying to deliver quality products and provide value to customers, often with tight time restrictions. The result: Software War Stories. This book provides readers with practical advice on how to handle the many issues that can arise as a software project unfolds. It utilizes case studies that focus on what can be done to establish and meet reasonable expectations as they occur in government, industrial, and academic settings. The book also offers important discussions on both traditional and agile methods as well as lean development concepts. Software War Stories: Covers the basics of management as applied to situations ranging from agile projects to large IT projects with infrastructure problems Includes coverage of topics ranging from planning, estimating, and organizing to risk and opportunity management Uses twelve case studies to communicate lessons learned by the author in practice Offers end-of-chapter exercises, sample solutions, and a blog for providing updates and answers to readers' questions Software War Stories: Case Studies in Software Management mentors practitioners, software engineers, students and more, providing relevant situational examples encountered when managing software projects and organizations.
Publisher: John Wiley & Sons
ISBN: 1118650727
Category : Computers
Languages : en
Pages : 0
Book Description
A comprehensive, practical book on software management that dispels real-world issues through relevant case studies Software managers inevitably will meet obstacles while trying to deliver quality products and provide value to customers, often with tight time restrictions. The result: Software War Stories. This book provides readers with practical advice on how to handle the many issues that can arise as a software project unfolds. It utilizes case studies that focus on what can be done to establish and meet reasonable expectations as they occur in government, industrial, and academic settings. The book also offers important discussions on both traditional and agile methods as well as lean development concepts. Software War Stories: Covers the basics of management as applied to situations ranging from agile projects to large IT projects with infrastructure problems Includes coverage of topics ranging from planning, estimating, and organizing to risk and opportunity management Uses twelve case studies to communicate lessons learned by the author in practice Offers end-of-chapter exercises, sample solutions, and a blog for providing updates and answers to readers' questions Software War Stories: Case Studies in Software Management mentors practitioners, software engineers, students and more, providing relevant situational examples encountered when managing software projects and organizations.
The Practice of Programming
Author: Brian W. Kernighan
Publisher: Addison-Wesley Professional
ISBN: 0133133419
Category : Computers
Languages : en
Pages : 283
Book Description
With the same insight and authority that made their book The Unix Programming Environment a classic, Brian Kernighan and Rob Pike have written The Practice of Programming to help make individual programmers more effective and productive. The practice of programming is more than just writing code. Programmers must also assess tradeoffs, choose among design alternatives, debug and test, improve performance, and maintain software written by themselves and others. At the same time, they must be concerned with issues like compatibility, robustness, and reliability, while meeting specifications. The Practice of Programming covers all these topics, and more. This book is full of practical advice and real-world examples in C, C++, Java, and a variety of special-purpose languages. It includes chapters on: debugging: finding bugs quickly and methodically testing: guaranteeing that software works correctly and reliably performance: making programs faster and more compact portability: ensuring that programs run everywhere without change design: balancing goals and constraints to decide which algorithms and data structures are best interfaces: using abstraction and information hiding to control the interactions between components style: writing code that works well and is a pleasure to read notation: choosing languages and tools that let the machine do more of the work Kernighan and Pike have distilled years of experience writing programs, teaching, and working with other programmers to create this book. Anyone who writes software will profit from the principles and guidance in The Practice of Programming.
Publisher: Addison-Wesley Professional
ISBN: 0133133419
Category : Computers
Languages : en
Pages : 283
Book Description
With the same insight and authority that made their book The Unix Programming Environment a classic, Brian Kernighan and Rob Pike have written The Practice of Programming to help make individual programmers more effective and productive. The practice of programming is more than just writing code. Programmers must also assess tradeoffs, choose among design alternatives, debug and test, improve performance, and maintain software written by themselves and others. At the same time, they must be concerned with issues like compatibility, robustness, and reliability, while meeting specifications. The Practice of Programming covers all these topics, and more. This book is full of practical advice and real-world examples in C, C++, Java, and a variety of special-purpose languages. It includes chapters on: debugging: finding bugs quickly and methodically testing: guaranteeing that software works correctly and reliably performance: making programs faster and more compact portability: ensuring that programs run everywhere without change design: balancing goals and constraints to decide which algorithms and data structures are best interfaces: using abstraction and information hiding to control the interactions between components style: writing code that works well and is a pleasure to read notation: choosing languages and tools that let the machine do more of the work Kernighan and Pike have distilled years of experience writing programs, teaching, and working with other programmers to create this book. Anyone who writes software will profit from the principles and guidance in The Practice of Programming.
Software Runaways
Author: Robert L. Glass
Publisher: Prentice Hall
ISBN:
Category : Computers
Languages : en
Pages : 296
Book Description
Introduction. Software runaway war stories. Software runaway remedies. Conclusions.
Publisher: Prentice Hall
ISBN:
Category : Computers
Languages : en
Pages : 296
Book Description
Introduction. Software runaway war stories. Software runaway remedies. Conclusions.
War Stories
Author: Andrew Liptak
Publisher: Apex Publications
ISBN:
Category :
Languages : en
Pages : 401
Book Description
In War Stories: New Military Science Fiction, editors Andrew Liptak and Jaym Gates collects short stories by science fiction and fantasy authors dealing with the effects of war prior, during, and after battle to soldiers and their families. War is everywhere. Not only among the firefights, in the sweat dripping from heavy armor and the clenching grip on your weapon, but also wedging itself deep into families, infiltrating our love letters, hovering in the air above our heads. It's in our dreams and our text messages. At times it roars with adrenaline, while at others it slips in silently so it can sit beside you until you forget it's there. Join Joe Haldeman, Linda Nagata, Karin Lowachee, Ken Liu, Jay Posey, and more as they take you on a tour of the battlefields, from those hurtling through space in spaceships and winding along trails deep in the jungle with bullets whizzing overhead, to the ones hiding behind calm smiles, waiting patiently to reveal itself in those quiet moments when we feel safest. War Stories brings us 23 stories of the impacts of war, showcasing the systems, combat, armor, and aftermath without condemnation or glorification. Instead, War Stories reveals the truth. War is what we are. Table of Contents: Foreword -- Gregory Drobny Graves -- Joe Haldeman Part 1: Wartime Systems In the Loop -- Ken Liu Ghost Girl -- Rich Larson The Radio -- Susan Jane Bigelow Contractual Obligation -- James L. Cambias The Wasp Keepers -- Mark Jacobsen Non-Standard Deviation -- Richard Dansky Part 2: Combat All You Need -- Mike Sizemore The Valkyrie -- Maurice Broaddus One Million Lira -- Thoraiya Dyer Invincible -- Jay Posey Light and Shadow -- Linda Nagata Part 3: Armored Force Warhosts -- Yoon Ha Lee Suits -- James Sutter Mission. Suit. Self. -- Jake Kerr In Loco -- Carlos Orsi Part 4: Aftermath War Dog -- Mike Barretta Coming Home -- Janine Spendlove Where We Would End a War -- F. Brett Cox Black Butterfly -- T.C. McCarthy Always the Stars and the Void Between -- Nerine Dorman Enemy States -- Karin Lowachee War 3.01 -- Keith Brooke Cover art by Galen Dara.
Publisher: Apex Publications
ISBN:
Category :
Languages : en
Pages : 401
Book Description
In War Stories: New Military Science Fiction, editors Andrew Liptak and Jaym Gates collects short stories by science fiction and fantasy authors dealing with the effects of war prior, during, and after battle to soldiers and their families. War is everywhere. Not only among the firefights, in the sweat dripping from heavy armor and the clenching grip on your weapon, but also wedging itself deep into families, infiltrating our love letters, hovering in the air above our heads. It's in our dreams and our text messages. At times it roars with adrenaline, while at others it slips in silently so it can sit beside you until you forget it's there. Join Joe Haldeman, Linda Nagata, Karin Lowachee, Ken Liu, Jay Posey, and more as they take you on a tour of the battlefields, from those hurtling through space in spaceships and winding along trails deep in the jungle with bullets whizzing overhead, to the ones hiding behind calm smiles, waiting patiently to reveal itself in those quiet moments when we feel safest. War Stories brings us 23 stories of the impacts of war, showcasing the systems, combat, armor, and aftermath without condemnation or glorification. Instead, War Stories reveals the truth. War is what we are. Table of Contents: Foreword -- Gregory Drobny Graves -- Joe Haldeman Part 1: Wartime Systems In the Loop -- Ken Liu Ghost Girl -- Rich Larson The Radio -- Susan Jane Bigelow Contractual Obligation -- James L. Cambias The Wasp Keepers -- Mark Jacobsen Non-Standard Deviation -- Richard Dansky Part 2: Combat All You Need -- Mike Sizemore The Valkyrie -- Maurice Broaddus One Million Lira -- Thoraiya Dyer Invincible -- Jay Posey Light and Shadow -- Linda Nagata Part 3: Armored Force Warhosts -- Yoon Ha Lee Suits -- James Sutter Mission. Suit. Self. -- Jake Kerr In Loco -- Carlos Orsi Part 4: Aftermath War Dog -- Mike Barretta Coming Home -- Janine Spendlove Where We Would End a War -- F. Brett Cox Black Butterfly -- T.C. McCarthy Always the Stars and the Void Between -- Nerine Dorman Enemy States -- Karin Lowachee War 3.01 -- Keith Brooke Cover art by Galen Dara.
The Agile Samurai
Author: Jonathan Rasmusson
Publisher: Pragmatic Bookshelf
ISBN: 1680504940
Category : Computers
Languages : en
Pages : 382
Book Description
Printed in full color. Faced with a software project of epic proportions? Tired of over-committing and under-delivering? Enter the dojo of the agile samurai, where agile expert Jonathan Rasmusson shows you how to kick-start, execute, and deliver your agile projects. Combining cutting-edge tools with classic agile practices, The Agile Samurai gives you everything you need to deliver something of value every week and make rolling your software into production a non-event. Get ready to kick some software project butt. By learning the ways of the agile samurai you will discover: how to create plans and schedules your customer and your team can believe in what characteristics make a good agile team and how to form your own how to gather requirements in a fraction of the time using agile user stories what to do when you discover your schedule is wrong, and how to look like a pro correcting it how to execute fiercely by leveraging the power of agile software engineering practices By the end of this book you will know everything you need to set up, execute, and successfully deliver agile projects, and have fun along the way. If you're a project lead, this book gives you the tools to set up and lead your agile project from start to finish. If you are an analyst, programmer, tester, usability designer, or project manager, this book gives you the insight and foundation necessary to become a valuable agile team member. The Agile Samurai slices away the fluff and theory that make other books less-than-agile. It's packed with best practices, war stories, plenty of humor and hands-on tutorial exercises that will get you doing the right things, the right way. This book will make a difference.
Publisher: Pragmatic Bookshelf
ISBN: 1680504940
Category : Computers
Languages : en
Pages : 382
Book Description
Printed in full color. Faced with a software project of epic proportions? Tired of over-committing and under-delivering? Enter the dojo of the agile samurai, where agile expert Jonathan Rasmusson shows you how to kick-start, execute, and deliver your agile projects. Combining cutting-edge tools with classic agile practices, The Agile Samurai gives you everything you need to deliver something of value every week and make rolling your software into production a non-event. Get ready to kick some software project butt. By learning the ways of the agile samurai you will discover: how to create plans and schedules your customer and your team can believe in what characteristics make a good agile team and how to form your own how to gather requirements in a fraction of the time using agile user stories what to do when you discover your schedule is wrong, and how to look like a pro correcting it how to execute fiercely by leveraging the power of agile software engineering practices By the end of this book you will know everything you need to set up, execute, and successfully deliver agile projects, and have fun along the way. If you're a project lead, this book gives you the tools to set up and lead your agile project from start to finish. If you are an analyst, programmer, tester, usability designer, or project manager, this book gives you the insight and foundation necessary to become a valuable agile team member. The Agile Samurai slices away the fluff and theory that make other books less-than-agile. It's packed with best practices, war stories, plenty of humor and hands-on tutorial exercises that will get you doing the right things, the right way. This book will make a difference.
Making it Big in Software
Author: Sam Lightstone
Publisher: Pearson Education
ISBN: 0137065477
Category : Business & Economics
Languages : en
Pages : 723
Book Description
The Software Insider’s Guide to Getting Hired and Getting to the Top! Here’s all the information you need to jumpstart your software career: the best ways to get hired, move up, and blaze your way to the top! The software business has radically changed, and this book reveals today’s realities–everything your professors and corporate managers never told you. In his 20 years at IBM as a software architect, senior manager, and lead programmer, Sam Lightstone has briefed dozens of leading companies and universities on careers, new technology, and emerging areas of research. He currently works on one of the world’s largest software development teams and spends a good part of his time recruiting and mentoring software engineers. This book shares all the lessons for success Sam has learned…plus powerful insights from 17 of the industry’s biggest stars. Want to make it big in software? Start right here! Discover how to • Get your next job in software development • Master the nontechnical skills crucial to your success • “Work the org” to move up rapidly • Successfully manage your time, projects, and life • Avoid “killer” mistakes that could destroy your career • Move up to “medium-shot,” “big-shot,” and finally, “visionary” • Launch your own winning software company Exclusive interviews with Steve Wozniak, Inventor, Apple computer John Schwarz, CEO, Business Objects James Gosling, Inventor, Java programming language Marissa Mayer, Google VP, Search Products and User Experience Jon Bentley, Author, Programming Pearls Marc Benioff, CEO and founder, Salesforce.com Grady Booch, IBM Fellow and co-founder Rational Software Bjarne Stroustrup, Inventor, C++ programming language David Vaskevitch, Microsoft CTO Linus Torvalds, Creator, Linux operating system kernel Richard Stallman, Founder, Free software movement Peter Norvig, Google’s Director of Research Mark Russinovich, Microsoft Fellow and Windows Architect Tom Malloy, Adobe Chief Software Architect Diane Greene, Co-founder and past CEO of VMware Robert Kahn, Co-inventor, the Internet Ray Tomlinson, Inventor, email
Publisher: Pearson Education
ISBN: 0137065477
Category : Business & Economics
Languages : en
Pages : 723
Book Description
The Software Insider’s Guide to Getting Hired and Getting to the Top! Here’s all the information you need to jumpstart your software career: the best ways to get hired, move up, and blaze your way to the top! The software business has radically changed, and this book reveals today’s realities–everything your professors and corporate managers never told you. In his 20 years at IBM as a software architect, senior manager, and lead programmer, Sam Lightstone has briefed dozens of leading companies and universities on careers, new technology, and emerging areas of research. He currently works on one of the world’s largest software development teams and spends a good part of his time recruiting and mentoring software engineers. This book shares all the lessons for success Sam has learned…plus powerful insights from 17 of the industry’s biggest stars. Want to make it big in software? Start right here! Discover how to • Get your next job in software development • Master the nontechnical skills crucial to your success • “Work the org” to move up rapidly • Successfully manage your time, projects, and life • Avoid “killer” mistakes that could destroy your career • Move up to “medium-shot,” “big-shot,” and finally, “visionary” • Launch your own winning software company Exclusive interviews with Steve Wozniak, Inventor, Apple computer John Schwarz, CEO, Business Objects James Gosling, Inventor, Java programming language Marissa Mayer, Google VP, Search Products and User Experience Jon Bentley, Author, Programming Pearls Marc Benioff, CEO and founder, Salesforce.com Grady Booch, IBM Fellow and co-founder Rational Software Bjarne Stroustrup, Inventor, C++ programming language David Vaskevitch, Microsoft CTO Linus Torvalds, Creator, Linux operating system kernel Richard Stallman, Founder, Free software movement Peter Norvig, Google’s Director of Research Mark Russinovich, Microsoft Fellow and Windows Architect Tom Malloy, Adobe Chief Software Architect Diane Greene, Co-founder and past CEO of VMware Robert Kahn, Co-inventor, the Internet Ray Tomlinson, Inventor, email
Software Conflict 2.0
Author: Robert L. Glass
Publisher: developer.* Books
ISBN: 0977213307
Category : Computers
Languages : en
Pages : 361
Book Description
The nearly 60 essays in this book--always easily digestible, often profound, and never too serious--take up large themes and important questions, never shying away from controversy. (Computer Books)
Publisher: developer.* Books
ISBN: 0977213307
Category : Computers
Languages : en
Pages : 361
Book Description
The nearly 60 essays in this book--always easily digestible, often profound, and never too serious--take up large themes and important questions, never shying away from controversy. (Computer Books)
The Software Developer's Guide
Author: Whil Hentzen
Publisher: Hentzenwerke
ISBN: 9781930919006
Category : Computers
Languages : en
Pages : 548
Book Description
There are plenty of books that show you how to write applications in a specific language. They explain the nuts and bolts of the syntax and the use of the tools to build applications with the latest features and functionality available. There are also a number of fine books that show you how to be "a computer consultant." But there are a whole host of issues specific to the business of writing, delivering and supporting custom software systems. This is the only book that will take you on a step-by-step tour of the entire process. "DevGuide 3", with over 150 pages of new material, shows you how to do "The Other 90%" of the work involved in producing custom software applications.
Publisher: Hentzenwerke
ISBN: 9781930919006
Category : Computers
Languages : en
Pages : 548
Book Description
There are plenty of books that show you how to write applications in a specific language. They explain the nuts and bolts of the syntax and the use of the tools to build applications with the latest features and functionality available. There are also a number of fine books that show you how to be "a computer consultant." But there are a whole host of issues specific to the business of writing, delivering and supporting custom software systems. This is the only book that will take you on a step-by-step tour of the entire process. "DevGuide 3", with over 150 pages of new material, shows you how to do "The Other 90%" of the work involved in producing custom software applications.
The The Successful Software Manager
Author: Herman Fung
Publisher: Packt Publishing Ltd
ISBN: 1789610982
Category : Computers
Languages : en
Pages : 433
Book Description
A developer's guide to successfully managing teams, customers, and software projects Key FeaturesA complete guide to managing developer teams, software projects, customers, and usersTransition successfully from a technical role to managementDevelop crucial skills to enhance your performance and advance your careerBook Description The Successful Software Manager is a comprehensive and practical guide to managing software developers, software customers, and the process of deciding what software needs to be built. It explains in detail how to develop a management mindset, lead a high-performing developer team, and meet all the expectations of a good manager. The book will help you whether you’ve chosen to pursue a career in management or have been asked to "act up" as a manager. Whether you’re a Development Manager, Product Manager, Team Leader, Solution Architect, or IT Director, this is your indispensable guide to all aspects of running your team and working within an organization and dealing with colleagues, customers, potential customers, and technologists, to ensure you build the product your organization needs. This book is the must-have authoritative guide to managing projects, managing people, and preparing yourself to be an effective manager. The intuitive real-life examples will act as a desk companion for any day-to-day challenge, and beyond that, Herman will show you how to prepare for the next stages and how to achieve career success. What you will learnDecide if moving to management is right for youDevelop the skills required for managementLead and manage successful software development projectsUnderstand the various roles in a technical team and how to manage themMotivate and mentor your teamDeliver successful training and presentationsLead the design process with storyboards and personas, and validate your solutionWho this book is for Development Managers, Product Managers, Team Leaders, Solution Architects, or IT Directors who want to effectively manage colleagues, customers, potential customers, and technologists.
Publisher: Packt Publishing Ltd
ISBN: 1789610982
Category : Computers
Languages : en
Pages : 433
Book Description
A developer's guide to successfully managing teams, customers, and software projects Key FeaturesA complete guide to managing developer teams, software projects, customers, and usersTransition successfully from a technical role to managementDevelop crucial skills to enhance your performance and advance your careerBook Description The Successful Software Manager is a comprehensive and practical guide to managing software developers, software customers, and the process of deciding what software needs to be built. It explains in detail how to develop a management mindset, lead a high-performing developer team, and meet all the expectations of a good manager. The book will help you whether you’ve chosen to pursue a career in management or have been asked to "act up" as a manager. Whether you’re a Development Manager, Product Manager, Team Leader, Solution Architect, or IT Director, this is your indispensable guide to all aspects of running your team and working within an organization and dealing with colleagues, customers, potential customers, and technologists, to ensure you build the product your organization needs. This book is the must-have authoritative guide to managing projects, managing people, and preparing yourself to be an effective manager. The intuitive real-life examples will act as a desk companion for any day-to-day challenge, and beyond that, Herman will show you how to prepare for the next stages and how to achieve career success. What you will learnDecide if moving to management is right for youDevelop the skills required for managementLead and manage successful software development projectsUnderstand the various roles in a technical team and how to manage themMotivate and mentor your teamDeliver successful training and presentationsLead the design process with storyboards and personas, and validate your solutionWho this book is for Development Managers, Product Managers, Team Leaders, Solution Architects, or IT Directors who want to effectively manage colleagues, customers, potential customers, and technologists.