Author: Blair Reeves
Publisher: "O'Reilly Media, Inc."
ISBN: 1492024732
Category : Computers
Languages : en
Pages : 136
Book Description
If you’re new to software product management or just want to learn more about it, there’s plenty of advice available—but most of it is geared toward consumer products. Creating high-quality software for the enterprise involves a much different set of challenges. In this practical book, two expert product managers provide straightforward guidance for people looking to join the thriving enterprise market. Authors Blair Reeves and Benjamin Gaines explain critical differences between enterprise and consumer products, and deliver strategies for overcoming challenges when building for the enterprise. You’ll learn how to cultivate knowledge of your organization, the products you build, and the industry you serve. Explore why: Identifying customer vs user problems is an enterprise project manager’s main challenge Effective collaboration requires in-depth knowledge of the organization Analyzing data is key to understanding why users buy and retain your product Having experience in the industry you’re building products for is valuable Product longevity depends on knowing where the industry is headed
Building Products for the Enterprise
Author: Blair Reeves
Publisher: "O'Reilly Media, Inc."
ISBN: 1492024732
Category : Computers
Languages : en
Pages : 136
Book Description
If you’re new to software product management or just want to learn more about it, there’s plenty of advice available—but most of it is geared toward consumer products. Creating high-quality software for the enterprise involves a much different set of challenges. In this practical book, two expert product managers provide straightforward guidance for people looking to join the thriving enterprise market. Authors Blair Reeves and Benjamin Gaines explain critical differences between enterprise and consumer products, and deliver strategies for overcoming challenges when building for the enterprise. You’ll learn how to cultivate knowledge of your organization, the products you build, and the industry you serve. Explore why: Identifying customer vs user problems is an enterprise project manager’s main challenge Effective collaboration requires in-depth knowledge of the organization Analyzing data is key to understanding why users buy and retain your product Having experience in the industry you’re building products for is valuable Product longevity depends on knowing where the industry is headed
Publisher: "O'Reilly Media, Inc."
ISBN: 1492024732
Category : Computers
Languages : en
Pages : 136
Book Description
If you’re new to software product management or just want to learn more about it, there’s plenty of advice available—but most of it is geared toward consumer products. Creating high-quality software for the enterprise involves a much different set of challenges. In this practical book, two expert product managers provide straightforward guidance for people looking to join the thriving enterprise market. Authors Blair Reeves and Benjamin Gaines explain critical differences between enterprise and consumer products, and deliver strategies for overcoming challenges when building for the enterprise. You’ll learn how to cultivate knowledge of your organization, the products you build, and the industry you serve. Explore why: Identifying customer vs user problems is an enterprise project manager’s main challenge Effective collaboration requires in-depth knowledge of the organization Analyzing data is key to understanding why users buy and retain your product Having experience in the industry you’re building products for is valuable Product longevity depends on knowing where the industry is headed
Enterprise Web Development
Author: Yakov Fain
Publisher: "O'Reilly Media, Inc."
ISBN: 1449357067
Category : Computers
Languages : en
Pages : 698
Book Description
If you want to build your organization’s next web application with HTML5, this practical book will help you sort through the various frameworks, libraries, and development options that populate this stack. You’ll learn several of these approaches hands-on by writing multiple versions of a sample web app throughout the book, so you can determine the right strategy for your enterprise. What’s the best way to reach both mobile and desktop users? How about modularization, security, and test-driven development? With lots of working code samples, this book will help web application developers and software architects navigate the growing number of HTML5 and JavaScript choices available. The book’s sample apps are available at http://savesickchild.org. Mock up the book’s working app with HTML, JavaScript, and CSS Rebuild the sample app, first with jQuery and then Ext JS Work with different build tools, code generators, and package managers Build a modularized version of the app with RequireJS Apply test-driven development with the Jasmine framework Use WebSocket to build an online auction for the app Adapt the app for both PCs and mobile with responsive web design Create mobile versions with jQuery Mobile, Sencha Touch, and PhoneGap
Publisher: "O'Reilly Media, Inc."
ISBN: 1449357067
Category : Computers
Languages : en
Pages : 698
Book Description
If you want to build your organization’s next web application with HTML5, this practical book will help you sort through the various frameworks, libraries, and development options that populate this stack. You’ll learn several of these approaches hands-on by writing multiple versions of a sample web app throughout the book, so you can determine the right strategy for your enterprise. What’s the best way to reach both mobile and desktop users? How about modularization, security, and test-driven development? With lots of working code samples, this book will help web application developers and software architects navigate the growing number of HTML5 and JavaScript choices available. The book’s sample apps are available at http://savesickchild.org. Mock up the book’s working app with HTML, JavaScript, and CSS Rebuild the sample app, first with jQuery and then Ext JS Work with different build tools, code generators, and package managers Build a modularized version of the app with RequireJS Apply test-driven development with the Jasmine framework Use WebSocket to build an online auction for the app Adapt the app for both PCs and mobile with responsive web design Create mobile versions with jQuery Mobile, Sencha Touch, and PhoneGap
Building Enterprise JavaScript Applications
Author: Daniel Li
Publisher: Packt Publishing Ltd
ISBN: 1788472918
Category : Computers
Languages : en
Pages : 752
Book Description
Strengthen your applications by adopting Test-Driven Development (TDD), the OpenAPI Specification, Continuous Integration (CI), and container orchestration. Key FeaturesCreate production-grade JavaScript applications from scratchBuild microservices and deploy them to a Docker container for scaling applicationsTest and deploy your code with confidence using Travis CIBook Description With the over-abundance of tools in the JavaScript ecosystem, it's easy to feel lost. Build tools, package managers, loaders, bundlers, linters, compilers, transpilers, typecheckers - how do you make sense of it all? In this book, we will build a simple API and React application from scratch. We begin by setting up our development environment using Git, yarn, Babel, and ESLint. Then, we will use Express, Elasticsearch and JSON Web Tokens (JWTs) to build a stateless API service. For the front-end, we will use React, Redux, and Webpack. A central theme in the book is maintaining code quality. As such, we will enforce a Test-Driven Development (TDD) process using Selenium, Cucumber, Mocha, Sinon, and Istanbul. As we progress through the book, the focus will shift towards automation and infrastructure. You will learn to work with Continuous Integration (CI) servers like Jenkins, deploying services inside Docker containers, and run them on Kubernetes. By following this book, you would gain the skills needed to build robust, production-ready applications. What you will learnPractice Test-Driven Development (TDD) throughout the entire bookUse Cucumber, Mocha and Selenium to write E2E, integration, unit and UI testsBuild stateless APIs using Express and ElasticsearchDocument your API using OpenAPI and SwaggerBuild and bundle front-end applications using React, Redux and WebpackContainerize services using DockerDeploying scalable microservices using KubernetesWho this book is for If you're a JavaScript developer looking to expand your skillset and become a senior JavaScript developer by building production-ready web applications, then this book is for you.
Publisher: Packt Publishing Ltd
ISBN: 1788472918
Category : Computers
Languages : en
Pages : 752
Book Description
Strengthen your applications by adopting Test-Driven Development (TDD), the OpenAPI Specification, Continuous Integration (CI), and container orchestration. Key FeaturesCreate production-grade JavaScript applications from scratchBuild microservices and deploy them to a Docker container for scaling applicationsTest and deploy your code with confidence using Travis CIBook Description With the over-abundance of tools in the JavaScript ecosystem, it's easy to feel lost. Build tools, package managers, loaders, bundlers, linters, compilers, transpilers, typecheckers - how do you make sense of it all? In this book, we will build a simple API and React application from scratch. We begin by setting up our development environment using Git, yarn, Babel, and ESLint. Then, we will use Express, Elasticsearch and JSON Web Tokens (JWTs) to build a stateless API service. For the front-end, we will use React, Redux, and Webpack. A central theme in the book is maintaining code quality. As such, we will enforce a Test-Driven Development (TDD) process using Selenium, Cucumber, Mocha, Sinon, and Istanbul. As we progress through the book, the focus will shift towards automation and infrastructure. You will learn to work with Continuous Integration (CI) servers like Jenkins, deploying services inside Docker containers, and run them on Kubernetes. By following this book, you would gain the skills needed to build robust, production-ready applications. What you will learnPractice Test-Driven Development (TDD) throughout the entire bookUse Cucumber, Mocha and Selenium to write E2E, integration, unit and UI testsBuild stateless APIs using Express and ElasticsearchDocument your API using OpenAPI and SwaggerBuild and bundle front-end applications using React, Redux and WebpackContainerize services using DockerDeploying scalable microservices using KubernetesWho this book is for If you're a JavaScript developer looking to expand your skillset and become a senior JavaScript developer by building production-ready web applications, then this book is for you.
INSPIRED
Author: Marty Cagan
Publisher: John Wiley & Sons
ISBN: 111938754X
Category : Business & Economics
Languages : en
Pages : 370
Book Description
How do today’s most successful tech companies—Amazon, Google, Facebook, Netflix, Tesla—design, develop, and deploy the products that have earned the love of literally billions of people around the world? Perhaps surprisingly, they do it very differently than the vast majority of tech companies. In INSPIRED, technology product management thought leader Marty Cagan provides readers with a master class in how to structure and staff a vibrant and successful product organization, and how to discover and deliver technology products that your customers will love—and that will work for your business. With sections on assembling the right people and skillsets, discovering the right product, embracing an effective yet lightweight process, and creating a strong product culture, readers can take the information they learn and immediately leverage it within their own organizations—dramatically improving their own product efforts. Whether you’re an early stage startup working to get to product/market fit, or a growth-stage company working to scale your product organization, or a large, long-established company trying to regain your ability to consistently deliver new value for your customers, INSPIRED will take you and your product organization to a new level of customer engagement, consistent innovation, and business success. Filled with the author’s own personal stories—and profiles of some of today’s most-successful product managers and technology-powered product companies, including Adobe, Apple, BBC, Google, Microsoft, and Netflix—INSPIRED will show you how to turn up the dial of your own product efforts, creating technology products your customers love. The first edition of INSPIRED, published ten years ago, established itself as the primary reference for technology product managers, and can be found on the shelves of nearly every successful technology product company worldwide. This thoroughly updated second edition shares the same objective of being the most valuable resource for technology product managers, yet it is completely new—sharing the latest practices and techniques of today’s most-successful tech product companies, and the men and women behind every great product.
Publisher: John Wiley & Sons
ISBN: 111938754X
Category : Business & Economics
Languages : en
Pages : 370
Book Description
How do today’s most successful tech companies—Amazon, Google, Facebook, Netflix, Tesla—design, develop, and deploy the products that have earned the love of literally billions of people around the world? Perhaps surprisingly, they do it very differently than the vast majority of tech companies. In INSPIRED, technology product management thought leader Marty Cagan provides readers with a master class in how to structure and staff a vibrant and successful product organization, and how to discover and deliver technology products that your customers will love—and that will work for your business. With sections on assembling the right people and skillsets, discovering the right product, embracing an effective yet lightweight process, and creating a strong product culture, readers can take the information they learn and immediately leverage it within their own organizations—dramatically improving their own product efforts. Whether you’re an early stage startup working to get to product/market fit, or a growth-stage company working to scale your product organization, or a large, long-established company trying to regain your ability to consistently deliver new value for your customers, INSPIRED will take you and your product organization to a new level of customer engagement, consistent innovation, and business success. Filled with the author’s own personal stories—and profiles of some of today’s most-successful product managers and technology-powered product companies, including Adobe, Apple, BBC, Google, Microsoft, and Netflix—INSPIRED will show you how to turn up the dial of your own product efforts, creating technology products your customers love. The first edition of INSPIRED, published ten years ago, established itself as the primary reference for technology product managers, and can be found on the shelves of nearly every successful technology product company worldwide. This thoroughly updated second edition shares the same objective of being the most valuable resource for technology product managers, yet it is completely new—sharing the latest practices and techniques of today’s most-successful tech product companies, and the men and women behind every great product.
Web Based Enterprise Energy and Building Automation Systems
Author: Barney L. Capehart
Publisher: CRC Press
ISBN: 8770222525
Category : Computers
Languages : en
Pages : 438
Book Description
The capability and use of IT and web based energy information and control systems has expanded from single facilities to multiple facilities and organizations with buildings located throughout the world. This book answers the question of how to take the mass of available data and extract from it simple and useful information which can determine what actions to take to improve efficiency and productivity of commercial, institutional and industrial facilities. The book also provides insight into the areas of advanced applications for web based EIS and ECS systems, and the integration of IT/web based information and control systems with existing BAS systems.
Publisher: CRC Press
ISBN: 8770222525
Category : Computers
Languages : en
Pages : 438
Book Description
The capability and use of IT and web based energy information and control systems has expanded from single facilities to multiple facilities and organizations with buildings located throughout the world. This book answers the question of how to take the mass of available data and extract from it simple and useful information which can determine what actions to take to improve efficiency and productivity of commercial, institutional and industrial facilities. The book also provides insight into the areas of advanced applications for web based EIS and ECS systems, and the integration of IT/web based information and control systems with existing BAS systems.
Lean Enterprise
Author: Jez Humble
Publisher: O'Reilly Media
ISBN: 1492092223
Category : Business & Economics
Languages : en
Pages : 343
Book Description
How well does your organization respond to changing market conditions, customer needs, and emerging technologies when building software-based products? This practical guide presents Lean and Agile principles and patterns to help you move fast at scaleâ??and demonstrates why and how to apply these paradigms throughout your organization, rather than with just one department or team. Through case studies, youâ??ll learn how successful enterprises have rethought everything from governance and financial management to systems architecture and organizational culture in the pursuit of radically improved performance. Discover how Lean focuses on people and teamwork at every level, in contrast to traditional management practices Approach problem-solving experimentally by exploring solutions, testing assumptions, and getting feedback from real users Lead and manage large-scale programs in a way that empowers employees, increases the speed and quality of delivery, and lowers costs Learn how to implement ideas from the DevOps and Lean Startup movements even in complex, regulated environments
Publisher: O'Reilly Media
ISBN: 1492092223
Category : Business & Economics
Languages : en
Pages : 343
Book Description
How well does your organization respond to changing market conditions, customer needs, and emerging technologies when building software-based products? This practical guide presents Lean and Agile principles and patterns to help you move fast at scaleâ??and demonstrates why and how to apply these paradigms throughout your organization, rather than with just one department or team. Through case studies, youâ??ll learn how successful enterprises have rethought everything from governance and financial management to systems architecture and organizational culture in the pursuit of radically improved performance. Discover how Lean focuses on people and teamwork at every level, in contrast to traditional management practices Approach problem-solving experimentally by exploring solutions, testing assumptions, and getting feedback from real users Lead and manage large-scale programs in a way that empowers employees, increases the speed and quality of delivery, and lowers costs Learn how to implement ideas from the DevOps and Lean Startup movements even in complex, regulated environments
Enterprise Software Delivery
Author: Alan W. Brown
Publisher: Addison-Wesley Professional
ISBN: 0321803019
Category : Business & Economics
Languages : en
Pages : 320
Book Description
Globalization, rapid technology churn, and massive economic shifts have made it more difficult than ever to deliver high-value enterprise software. In Enterprise Software Delivery, IBM Distinguished Engineer Alan W. Brown guides decision-makers in understanding these new challenges, choosing today's best solutions, and successfully anticipating future trends. Alan presents detailed, actionable techniques for building software supply chains that improve agility and innovation while responding to growing cost pressure. Using real-world case studies, he introduces the modern global software factory, demonstrating how to integrate and leverage global outsourced teams, collaborative application lifecycle management, and cloud-based virtual infrastructures. Drawing on his extensive experience leading IBM Rational software strategy, and consulting with IBM enterprise customers, Alan illuminates everything from software R&D to metrics. Coverage includes Understanding recent dramatic changes in enterprise software delivery requirements and practices Overcoming false assumptions, outdated data and delivery models, and inexperience with strategy, innovation, education, or research Incorporating integrators and partners in centers of excellence that specialize in delivering business value Establishing team-based practices that encourage agility, scalability, and quality Building adaptive software factories that integrate real-time feedback and respond rapidly to change Using virtualized collaborative infrastructure to connect worldwide teams for developing software, assembling solutions, and delivering results Transcending barriers related to geography, organization, skills, and culture If you're an enterprise software leader, strategist, or practitioner, this book can help you improve every facet of performance you care about, including agility, quality, predictability, innovation, and value.
Publisher: Addison-Wesley Professional
ISBN: 0321803019
Category : Business & Economics
Languages : en
Pages : 320
Book Description
Globalization, rapid technology churn, and massive economic shifts have made it more difficult than ever to deliver high-value enterprise software. In Enterprise Software Delivery, IBM Distinguished Engineer Alan W. Brown guides decision-makers in understanding these new challenges, choosing today's best solutions, and successfully anticipating future trends. Alan presents detailed, actionable techniques for building software supply chains that improve agility and innovation while responding to growing cost pressure. Using real-world case studies, he introduces the modern global software factory, demonstrating how to integrate and leverage global outsourced teams, collaborative application lifecycle management, and cloud-based virtual infrastructures. Drawing on his extensive experience leading IBM Rational software strategy, and consulting with IBM enterprise customers, Alan illuminates everything from software R&D to metrics. Coverage includes Understanding recent dramatic changes in enterprise software delivery requirements and practices Overcoming false assumptions, outdated data and delivery models, and inexperience with strategy, innovation, education, or research Incorporating integrators and partners in centers of excellence that specialize in delivering business value Establishing team-based practices that encourage agility, scalability, and quality Building adaptive software factories that integrate real-time feedback and respond rapidly to change Using virtualized collaborative infrastructure to connect worldwide teams for developing software, assembling solutions, and delivering results Transcending barriers related to geography, organization, skills, and culture If you're an enterprise software leader, strategist, or practitioner, this book can help you improve every facet of performance you care about, including agility, quality, predictability, innovation, and value.
Building the Real-Time Enterprise
Author: Michael H. Hugos
Publisher: Wiley
ISBN: 9780471678298
Category : Business & Economics
Languages : en
Pages : 0
Book Description
This book is organized and laid out to provide information in quickly understandable chapters and in sections within chapters. Each chapter stands on its own and provides a usable body of information on an aspect of the real-time enterprise. Chapters includes diagrams, tables, and lists to illustrate and summarize key points and real-world case studies and executive interviews to provide further insight into the subject matter presented in the chapter. Readers of this book will: Gain a clear picture of how organizations can profit from use of real-time operations Appreciate the theory, technology, and business practices that underpin the real-time enterprise Learn a pragmatic and efficient approach for developing real-time systems in their own organizations The author, Michael Hugos, is the chief information officer of Network Services Company, a $7 billion dollar distribution organization. He has over 20 years experience in applying technology to meet business challenges and he holds an MBA from Northwestern University’s Kellogg School of Management. His discussion of the real-time enterprise is a blend of both theoretical and practical perspectives based on his years of applying real-time concepts to actual business situations. He is also the author of Essentials of Supply Chain Management.
Publisher: Wiley
ISBN: 9780471678298
Category : Business & Economics
Languages : en
Pages : 0
Book Description
This book is organized and laid out to provide information in quickly understandable chapters and in sections within chapters. Each chapter stands on its own and provides a usable body of information on an aspect of the real-time enterprise. Chapters includes diagrams, tables, and lists to illustrate and summarize key points and real-world case studies and executive interviews to provide further insight into the subject matter presented in the chapter. Readers of this book will: Gain a clear picture of how organizations can profit from use of real-time operations Appreciate the theory, technology, and business practices that underpin the real-time enterprise Learn a pragmatic and efficient approach for developing real-time systems in their own organizations The author, Michael Hugos, is the chief information officer of Network Services Company, a $7 billion dollar distribution organization. He has over 20 years experience in applying technology to meet business challenges and he holds an MBA from Northwestern University’s Kellogg School of Management. His discussion of the real-time enterprise is a blend of both theoretical and practical perspectives based on his years of applying real-time concepts to actual business situations. He is also the author of Essentials of Supply Chain Management.
NetCentric and Client/Server Computing
Author: Anderson Consulting
Publisher: CRC Press
ISBN: 9780849399671
Category : Computers
Languages : en
Pages : 984
Book Description
From Federal Express's package tracking Website, to Amazon.com, netcentric computing has been evolving, slowly-but-surely, one solution at a time, since the early 1990s. Over the past year or so, the trickle has grown into a torrent of netcentric innovations of wider and wider scope, developed in companies around the globe. Now, a new enterprise computing paradigm has sprung into being. Until now, there has been no comprehensive netcentric model, clearly defined netcentric system architecture, or established set of guiding principles to help you gear up for this next stage in the evolution of enterprise computing. written by the experts at Andersen Consulting, Netcentric and Client/Server Computing: A Practical Guide, offers you this and more. Of course, a book can never take the place of experts who wrote it, but this revised, updated, and expanded edition of Andersen Consulting's noted guide is an important first step in acquiring the knowledge and skills you need to bring netcentric capabilities into your organization. You'll learn from 13 acknowledged world experts what netcentric computing is, how it works, and how you can use it to provide your organization with an unstoppable competitive edge. Based upon their experiences with mission-critical netcentric implementations at 100 of the most successful business organizations on the planet, these experts explain how netcentric computing can help you enable new business capabilities. Using dozens of fascinating case examples, they show you how to seamlessly integrate computing, communications, and knowledge resources in order to forge solid links among your company's employees, units, customers, suppliers, and partners, regardless of time, location, device, or content. And, they provide priceless advice and guidance on how to exploit the endless array of possibilities provided by netcentric computing to develop exciting new customer services, identify new markets, cut costs, engineer internal processes for improved business performance, and more. Netcentric and Client/Server Computing is divided into four, self-contained sections for ease of reference. Section I introduces you to basic netcentric principles and concepts, provides an overview of state-of-the-art in netcentric computing models, and develops a solid business case for netcentric computing. Section II acquaints you with the various technologies involved and describes a comprehensive netcentric architecture. Section III is devoted to crucial analysis, design, and implementation issues, including design specifics for architectures, applications, and networks; rollout strategies; and ongoing management of distributed operations. Section IV explores emerging technologies and their likely impact on the future of netcentric computing.
Publisher: CRC Press
ISBN: 9780849399671
Category : Computers
Languages : en
Pages : 984
Book Description
From Federal Express's package tracking Website, to Amazon.com, netcentric computing has been evolving, slowly-but-surely, one solution at a time, since the early 1990s. Over the past year or so, the trickle has grown into a torrent of netcentric innovations of wider and wider scope, developed in companies around the globe. Now, a new enterprise computing paradigm has sprung into being. Until now, there has been no comprehensive netcentric model, clearly defined netcentric system architecture, or established set of guiding principles to help you gear up for this next stage in the evolution of enterprise computing. written by the experts at Andersen Consulting, Netcentric and Client/Server Computing: A Practical Guide, offers you this and more. Of course, a book can never take the place of experts who wrote it, but this revised, updated, and expanded edition of Andersen Consulting's noted guide is an important first step in acquiring the knowledge and skills you need to bring netcentric capabilities into your organization. You'll learn from 13 acknowledged world experts what netcentric computing is, how it works, and how you can use it to provide your organization with an unstoppable competitive edge. Based upon their experiences with mission-critical netcentric implementations at 100 of the most successful business organizations on the planet, these experts explain how netcentric computing can help you enable new business capabilities. Using dozens of fascinating case examples, they show you how to seamlessly integrate computing, communications, and knowledge resources in order to forge solid links among your company's employees, units, customers, suppliers, and partners, regardless of time, location, device, or content. And, they provide priceless advice and guidance on how to exploit the endless array of possibilities provided by netcentric computing to develop exciting new customer services, identify new markets, cut costs, engineer internal processes for improved business performance, and more. Netcentric and Client/Server Computing is divided into four, self-contained sections for ease of reference. Section I introduces you to basic netcentric principles and concepts, provides an overview of state-of-the-art in netcentric computing models, and develops a solid business case for netcentric computing. Section II acquaints you with the various technologies involved and describes a comprehensive netcentric architecture. Section III is devoted to crucial analysis, design, and implementation issues, including design specifics for architectures, applications, and networks; rollout strategies; and ongoing management of distributed operations. Section IV explores emerging technologies and their likely impact on the future of netcentric computing.
Patterns for Performance and Operability
Author: Chris Ford
Publisher: CRC Press
ISBN: 1420053353
Category : Computers
Languages : en
Pages : 340
Book Description
Applications that work perfectly in controlled settings often fail in production environments, impacting business operations. This book explores a frequently overlooked aspect of software development: non-functional design and testing. In the real world, hostile production conditions and changing business usage can lead to unforeseen downtime or unacceptable system performance. Written by technologists and based on real field experience, the book examines common failure scenarios, defensive design patterns, and effective performance strategies.
Publisher: CRC Press
ISBN: 1420053353
Category : Computers
Languages : en
Pages : 340
Book Description
Applications that work perfectly in controlled settings often fail in production environments, impacting business operations. This book explores a frequently overlooked aspect of software development: non-functional design and testing. In the real world, hostile production conditions and changing business usage can lead to unforeseen downtime or unacceptable system performance. Written by technologists and based on real field experience, the book examines common failure scenarios, defensive design patterns, and effective performance strategies.