Author: Anne Currie
Publisher: "O'Reilly Media, Inc."
ISBN: 1098150589
Category : Computers
Languages : en
Pages : 252
Book Description
How will software development and operations have to change to meet the sustainability and green needs of the planet? And what does that imply for development organizations? In this eye-opening book, sustainable software advocates Anne Currie, Sarah Hsu, and Sara Bergman provide a unique overview of this topic—discussing everything from the likely evolution of national grids to the effect those changes will have on the day-to-day lives of developers. Ideal for everyone from new developers to CTOs, Building Green Software tackles the challenges involved and shows you how to build, host, and operate code in a way that's not only better for the planet but also cheaper and relatively low-risk for your business. Most hyperscale public cloud providers have already committed to net-zero IT operations by 2030. This book shows you how to get on board. You'll explore: How the energy transition is likely to change hosting on prem and in the cloud—and how your company can prepare The fundamental architectural principles of sustainable software development and how to apply them How to determine which parts of your system need to change The concept of extending hardware longevity and the part that software plays
Building Green Software
Author: Anne Currie
Publisher: "O'Reilly Media, Inc."
ISBN: 1098150589
Category : Computers
Languages : en
Pages : 252
Book Description
How will software development and operations have to change to meet the sustainability and green needs of the planet? And what does that imply for development organizations? In this eye-opening book, sustainable software advocates Anne Currie, Sarah Hsu, and Sara Bergman provide a unique overview of this topic—discussing everything from the likely evolution of national grids to the effect those changes will have on the day-to-day lives of developers. Ideal for everyone from new developers to CTOs, Building Green Software tackles the challenges involved and shows you how to build, host, and operate code in a way that's not only better for the planet but also cheaper and relatively low-risk for your business. Most hyperscale public cloud providers have already committed to net-zero IT operations by 2030. This book shows you how to get on board. You'll explore: How the energy transition is likely to change hosting on prem and in the cloud—and how your company can prepare The fundamental architectural principles of sustainable software development and how to apply them How to determine which parts of your system need to change The concept of extending hardware longevity and the part that software plays
Publisher: "O'Reilly Media, Inc."
ISBN: 1098150589
Category : Computers
Languages : en
Pages : 252
Book Description
How will software development and operations have to change to meet the sustainability and green needs of the planet? And what does that imply for development organizations? In this eye-opening book, sustainable software advocates Anne Currie, Sarah Hsu, and Sara Bergman provide a unique overview of this topic—discussing everything from the likely evolution of national grids to the effect those changes will have on the day-to-day lives of developers. Ideal for everyone from new developers to CTOs, Building Green Software tackles the challenges involved and shows you how to build, host, and operate code in a way that's not only better for the planet but also cheaper and relatively low-risk for your business. Most hyperscale public cloud providers have already committed to net-zero IT operations by 2030. This book shows you how to get on board. You'll explore: How the energy transition is likely to change hosting on prem and in the cloud—and how your company can prepare The fundamental architectural principles of sustainable software development and how to apply them How to determine which parts of your system need to change The concept of extending hardware longevity and the part that software plays
Building Software Teams
Author: Joost Visser
Publisher: "O'Reilly Media, Inc."
ISBN: 1491951826
Category : Computers
Languages : en
Pages : 136
Book Description
Why does poor software quality continue to plague enterprises of all sizes in all industries? Part of the problem lies with the process, rather than individual developers. This practical guide provides ten best practices to help team leaders create an effective working environment through key adjustments to their process. As a follow-up to their popular book, Building Maintainable Software, consultants with the Software Improvement Group (SIG) offer critical lessons based on their assessment of development processes used by hundreds of software teams. Each practice includes examples of goalsetting to help you choose the right metrics for your team. Achieve development goals by determining meaningful metrics with the Goal-Question-Metric approach Translate those goals to a verifiable Definition of Done Manage code versions for consistent and predictable modification Control separate environments for each stage in the development pipeline Automate tests as much as possible and steer their guidelines and expectations Let the Continuous Integration server do much of the hard work for you Automate the process of pushing code through the pipeline Define development process standards to improve consistency and simplicity Manage dependencies on third party code to keep your software consistent and up to date Document only the most necessary and current knowledge
Publisher: "O'Reilly Media, Inc."
ISBN: 1491951826
Category : Computers
Languages : en
Pages : 136
Book Description
Why does poor software quality continue to plague enterprises of all sizes in all industries? Part of the problem lies with the process, rather than individual developers. This practical guide provides ten best practices to help team leaders create an effective working environment through key adjustments to their process. As a follow-up to their popular book, Building Maintainable Software, consultants with the Software Improvement Group (SIG) offer critical lessons based on their assessment of development processes used by hundreds of software teams. Each practice includes examples of goalsetting to help you choose the right metrics for your team. Achieve development goals by determining meaningful metrics with the Goal-Question-Metric approach Translate those goals to a verifiable Definition of Done Manage code versions for consistent and predictable modification Control separate environments for each stage in the development pipeline Automate tests as much as possible and steer their guidelines and expectations Let the Continuous Integration server do much of the hard work for you Automate the process of pushing code through the pipeline Define development process standards to improve consistency and simplicity Manage dependencies on third party code to keep your software consistent and up to date Document only the most necessary and current knowledge
Building Maintainable Software, Java Edition
Author: Joost Visser
Publisher: "O'Reilly Media, Inc."
ISBN: 1491953497
Category : Computers
Languages : en
Pages : 164
Book Description
Have you ever felt frustrated working with someone else’s code? Difficult-to-maintain source code is a big problem in software development today, leading to costly delays and defects. Be part of the solution. With this practical book, you’ll learn 10 easy-to-follow guidelines for delivering Java software that’s easy to maintain and adapt. These guidelines have been derived from analyzing hundreds of real-world systems. Written by consultants from the Software Improvement Group (SIG), this book provides clear and concise explanations, with advice for turning the guidelines into practice. Examples for this edition are written in Java, while our companion C# book provides workable examples in that language. Write short units of code: limit the length of methods and constructors Write simple units of code: limit the number of branch points per method Write code once, rather than risk copying buggy code Keep unit interfaces small by extracting parameters into objects Separate concerns to avoid building large classes Couple architecture components loosely Balance the number and size of top-level components in your code Keep your codebase as small as possible Automate tests for your codebase Write clean code, avoiding "code smells" that indicate deeper problems
Publisher: "O'Reilly Media, Inc."
ISBN: 1491953497
Category : Computers
Languages : en
Pages : 164
Book Description
Have you ever felt frustrated working with someone else’s code? Difficult-to-maintain source code is a big problem in software development today, leading to costly delays and defects. Be part of the solution. With this practical book, you’ll learn 10 easy-to-follow guidelines for delivering Java software that’s easy to maintain and adapt. These guidelines have been derived from analyzing hundreds of real-world systems. Written by consultants from the Software Improvement Group (SIG), this book provides clear and concise explanations, with advice for turning the guidelines into practice. Examples for this edition are written in Java, while our companion C# book provides workable examples in that language. Write short units of code: limit the length of methods and constructors Write simple units of code: limit the number of branch points per method Write code once, rather than risk copying buggy code Keep unit interfaces small by extracting parameters into objects Separate concerns to avoid building large classes Couple architecture components loosely Balance the number and size of top-level components in your code Keep your codebase as small as possible Automate tests for your codebase Write clean code, avoiding "code smells" that indicate deeper problems
Building a Career in Software
Author: Daniel Heller
Publisher: Apress
ISBN: 9781484261460
Category : Computers
Languages : en
Pages : 243
Book Description
Software engineering education has a problem: universities and bootcamps teach aspiring engineers to write code, but they leave graduates to teach themselves the countless supporting tools required to thrive in real software companies. Building a Career in Software is the solution, a comprehensive guide to the essential skills that instructors don't need and professionals never think to teach: landing jobs, choosing teams and projects, asking good questions, running meetings, going on-call, debugging production problems, technical writing, making the most of a mentor, and much more. In over a decade building software at companies such as Apple and Uber, Daniel Heller has mentored and managed tens of engineers from a variety of training backgrounds, and those engineers inspired this book with their hundreds of questions about career issues and day-to-day problems. Designed for either random access or cover-to-cover reading, it offers concise treatments of virtually every non-technical challenge you will face in the first five years of your career—as well as a selection of industry-focused technical topics rarely covered in training. Whatever your education or technical specialty, Building a Career in Software can save you years of trial and error and help you succeed as a real-world software professional. What You Will Learn Discover every important nontechnical facet of professional programming as well as several key technical practices essential to the transition from student to professional Build relationships with your employer Improve your communication, including technical writing, asking good questions, and public speaking Who This Book is For Software engineers either early in their careers or about to transition to the professional world; that is, all graduates of computer science or software engineering university programs and all software engineering boot camp participants.
Publisher: Apress
ISBN: 9781484261460
Category : Computers
Languages : en
Pages : 243
Book Description
Software engineering education has a problem: universities and bootcamps teach aspiring engineers to write code, but they leave graduates to teach themselves the countless supporting tools required to thrive in real software companies. Building a Career in Software is the solution, a comprehensive guide to the essential skills that instructors don't need and professionals never think to teach: landing jobs, choosing teams and projects, asking good questions, running meetings, going on-call, debugging production problems, technical writing, making the most of a mentor, and much more. In over a decade building software at companies such as Apple and Uber, Daniel Heller has mentored and managed tens of engineers from a variety of training backgrounds, and those engineers inspired this book with their hundreds of questions about career issues and day-to-day problems. Designed for either random access or cover-to-cover reading, it offers concise treatments of virtually every non-technical challenge you will face in the first five years of your career—as well as a selection of industry-focused technical topics rarely covered in training. Whatever your education or technical specialty, Building a Career in Software can save you years of trial and error and help you succeed as a real-world software professional. What You Will Learn Discover every important nontechnical facet of professional programming as well as several key technical practices essential to the transition from student to professional Build relationships with your employer Improve your communication, including technical writing, asking good questions, and public speaking Who This Book is For Software engineers either early in their careers or about to transition to the professional world; that is, all graduates of computer science or software engineering university programs and all software engineering boot camp participants.
Building Microservices
Author: Sam Newman
Publisher: "O'Reilly Media, Inc."
ISBN: 1491950331
Category : Computers
Languages : en
Pages : 281
Book Description
Annotation Over the past 10 years, distributed systems have become more fine-grained. From the large multi-million line long monolithic applications, we are now seeing the benefits of smaller self-contained services. Rather than heavy-weight, hard to change Service Oriented Architectures, we are now seeing systems consisting of collaborating microservices. Easier to change, deploy, and if required retire, organizations which are in the right position to take advantage of them are yielding significant benefits. This book takes an holistic view of the things you need to be cognizant of in order to pull this off. It covers just enough understanding of technology, architecture, operations and organization to show you how to move towards finer-grained systems.
Publisher: "O'Reilly Media, Inc."
ISBN: 1491950331
Category : Computers
Languages : en
Pages : 281
Book Description
Annotation Over the past 10 years, distributed systems have become more fine-grained. From the large multi-million line long monolithic applications, we are now seeing the benefits of smaller self-contained services. Rather than heavy-weight, hard to change Service Oriented Architectures, we are now seeing systems consisting of collaborating microservices. Easier to change, deploy, and if required retire, organizations which are in the right position to take advantage of them are yielding significant benefits. This book takes an holistic view of the things you need to be cognizant of in order to pull this off. It covers just enough understanding of technology, architecture, operations and organization to show you how to move towards finer-grained systems.
Green Software Engineering
Author: Santiago Fontanarrosa
Publisher: Packt Publishing Ltd
ISBN: 1835885896
Category : Computers
Languages : en
Pages : 237
Book Description
Craft sustainable software and reduce digital environmental impact with practical strategies and principles Key Features Discover practical strategies for developing energy-efficient digital solutions across various domains Learn effective strategies to measure and mitigate the environmental impact of digital solutions Explore real-world examples of integrating sustainable design patterns into the software development cycle Purchase of the print or Kindle book includes a free PDF eBook Book Description Embark on a transformative journey toward sustainable software engineering, exploring the vital intersection of technology and environmental responsibility. Authored by Santiago Fontanarrosa, a Green Software Foundation member with 20+ years in software engineering, this book explores practical strategies and use cases to help you assess and mitigate digital product environmental impact. Through real-world examples and hands-on experiences, you’ll gain the skills you need to craft environmentally responsible solutions aligned with green software engineering principles. As you progress, you’ll assess and optimize software architecture for sustainability within a sustainable software delivery framework schema. Beyond technical insights, the book delves into ethical implications and societal impacts, fostering a deeper understanding of the broader implications of technology usage. As you approach the conclusion, you’ll have gained the ability to comprehend, measure, and craft energy-efficient digital solutions aligned with green software engineering principles. What you will learn Optimize software and infrastructure for sustainability Integrate green software principles into the Agile Software Development Life Cycle Explore emerging trends and technologies shaping the future of green software engineering Reflect on tech ethics as well as address societal and environmental concerns Implement industry standards and reporting methodologies for software emissions Measure digital operations' environmental footprint with methodologies Mitigate software's ecological impact with strategic approaches Who this book is for If you’re a software developer, software architect, or IT professional who wants to integrate sustainability into your organization, this book is for you. Whether you're a seasoned professional or a sustainability-focused tech enthusiast, this book provides the knowledge and tools you need to drive positive change in the software industry. A basic understanding of IT concepts and programming is recommended, and familiarity in modern digital technologies like cloud computing will also be helpful.
Publisher: Packt Publishing Ltd
ISBN: 1835885896
Category : Computers
Languages : en
Pages : 237
Book Description
Craft sustainable software and reduce digital environmental impact with practical strategies and principles Key Features Discover practical strategies for developing energy-efficient digital solutions across various domains Learn effective strategies to measure and mitigate the environmental impact of digital solutions Explore real-world examples of integrating sustainable design patterns into the software development cycle Purchase of the print or Kindle book includes a free PDF eBook Book Description Embark on a transformative journey toward sustainable software engineering, exploring the vital intersection of technology and environmental responsibility. Authored by Santiago Fontanarrosa, a Green Software Foundation member with 20+ years in software engineering, this book explores practical strategies and use cases to help you assess and mitigate digital product environmental impact. Through real-world examples and hands-on experiences, you’ll gain the skills you need to craft environmentally responsible solutions aligned with green software engineering principles. As you progress, you’ll assess and optimize software architecture for sustainability within a sustainable software delivery framework schema. Beyond technical insights, the book delves into ethical implications and societal impacts, fostering a deeper understanding of the broader implications of technology usage. As you approach the conclusion, you’ll have gained the ability to comprehend, measure, and craft energy-efficient digital solutions aligned with green software engineering principles. What you will learn Optimize software and infrastructure for sustainability Integrate green software principles into the Agile Software Development Life Cycle Explore emerging trends and technologies shaping the future of green software engineering Reflect on tech ethics as well as address societal and environmental concerns Implement industry standards and reporting methodologies for software emissions Measure digital operations' environmental footprint with methodologies Mitigate software's ecological impact with strategic approaches Who this book is for If you’re a software developer, software architect, or IT professional who wants to integrate sustainability into your organization, this book is for you. Whether you're a seasoned professional or a sustainability-focused tech enthusiast, this book provides the knowledge and tools you need to drive positive change in the software industry. A basic understanding of IT concepts and programming is recommended, and familiarity in modern digital technologies like cloud computing will also be helpful.
The Integrative Design Guide to Green Building
Author: 7group
Publisher: John Wiley & Sons
ISBN: 0470181109
Category : Architecture
Languages : en
Pages : 436
Book Description
"The members of 7group and Bill Reed are examples writ large of the kind of leadership that is taking this idea of green building and forming it into reality, by helping change minds, building practice, and design process." —from the Foreword by S. Rick Fedrizzi President, CEO, and Founding Chair, U.S. Green Building Council A whole-building approach to sustainability The integrative design process offers a new path to making better green building decisions and addressing complex issues that threaten living systems. In The Integrative Design Guide to Green Building: Redefining the Practice of Sustainability, 7group's principals and integrative design pioneer Bill Reed introduce design and construction professionals to the concepts of whole building design and whole systems. With integrative thinking that reframes what sustainability means, they provide a how-to guide for architects, designers, engineers, developers, builders, and other professionals on incorporating integrative design into every phase of a project. This practical manual: Explains the philosophy and underpinnings of effective integrative design, addressing systems thinking and building and community design from a whole-living system perspective Details how to implement integrative design from the discovery phase to occupancy, supported by process outlines, itemized tasks, practice examples, case studies, and real-world stories illustrating the nature of this work Explores the deeper understanding of integration that is required to transform architectural practice and our role on the planet This book, both practical and thoughtful, will help you deliver your vision of a sustainable environment. 7group, based in Kutztown, Pennsylvania, includes principals John Boecker, Scot Horst, Tom Keiter, Andrew Lau, Marcus Sheffer, and Brian Toevs, who bring a unique integration of expertise in design, engineering, energy and daylight modeling, materials assessments, commissioning, education, and communications to their work. Internationally recognized thought leaders in the green building movement, they have led countless teams through the practical implementation of integrative design on building projects of all types around the world. 7group also has been directly and deeply involved with the development of the LEED® Green Building Rating System, including experience on more than 100 LEED projects. Scot Horst currently serves as chair of the U.S. Green Building Council's LEED Steering Committee.
Publisher: John Wiley & Sons
ISBN: 0470181109
Category : Architecture
Languages : en
Pages : 436
Book Description
"The members of 7group and Bill Reed are examples writ large of the kind of leadership that is taking this idea of green building and forming it into reality, by helping change minds, building practice, and design process." —from the Foreword by S. Rick Fedrizzi President, CEO, and Founding Chair, U.S. Green Building Council A whole-building approach to sustainability The integrative design process offers a new path to making better green building decisions and addressing complex issues that threaten living systems. In The Integrative Design Guide to Green Building: Redefining the Practice of Sustainability, 7group's principals and integrative design pioneer Bill Reed introduce design and construction professionals to the concepts of whole building design and whole systems. With integrative thinking that reframes what sustainability means, they provide a how-to guide for architects, designers, engineers, developers, builders, and other professionals on incorporating integrative design into every phase of a project. This practical manual: Explains the philosophy and underpinnings of effective integrative design, addressing systems thinking and building and community design from a whole-living system perspective Details how to implement integrative design from the discovery phase to occupancy, supported by process outlines, itemized tasks, practice examples, case studies, and real-world stories illustrating the nature of this work Explores the deeper understanding of integration that is required to transform architectural practice and our role on the planet This book, both practical and thoughtful, will help you deliver your vision of a sustainable environment. 7group, based in Kutztown, Pennsylvania, includes principals John Boecker, Scot Horst, Tom Keiter, Andrew Lau, Marcus Sheffer, and Brian Toevs, who bring a unique integration of expertise in design, engineering, energy and daylight modeling, materials assessments, commissioning, education, and communications to their work. Internationally recognized thought leaders in the green building movement, they have led countless teams through the practical implementation of integrative design on building projects of all types around the world. 7group also has been directly and deeply involved with the development of the LEED® Green Building Rating System, including experience on more than 100 LEED projects. Scot Horst currently serves as chair of the U.S. Green Building Council's LEED Steering Committee.
Release It!
Author: Michael T. Nygard
Publisher: Pragmatic Bookshelf
ISBN: 1680504525
Category : Computers
Languages : en
Pages : 490
Book Description
A single dramatic software failure can cost a company millions of dollars - but can be avoided with simple changes to design and architecture. This new edition of the best-selling industry standard shows you how to create systems that run longer, with fewer failures, and recover better when bad things happen. New coverage includes DevOps, microservices, and cloud-native architecture. Stability antipatterns have grown to include systemic problems in large-scale systems. This is a must-have pragmatic guide to engineering for production systems. If you're a software developer, and you don't want to get alerts every night for the rest of your life, help is here. With a combination of case studies about huge losses - lost revenue, lost reputation, lost time, lost opportunity - and practical, down-to-earth advice that was all gained through painful experience, this book helps you avoid the pitfalls that cost companies millions of dollars in downtime and reputation. Eighty percent of project life-cycle cost is in production, yet few books address this topic. This updated edition deals with the production of today's systems - larger, more complex, and heavily virtualized - and includes information on chaos engineering, the discipline of applying randomness and deliberate stress to reveal systematic problems. Build systems that survive the real world, avoid downtime, implement zero-downtime upgrades and continuous delivery, and make cloud-native applications resilient. Examine ways to architect, design, and build software - particularly distributed systems - that stands up to the typhoon winds of a flash mob, a Slashdotting, or a link on Reddit. Take a hard look at software that failed the test and find ways to make sure your software survives. To skip the pain and get the experience...get this book.
Publisher: Pragmatic Bookshelf
ISBN: 1680504525
Category : Computers
Languages : en
Pages : 490
Book Description
A single dramatic software failure can cost a company millions of dollars - but can be avoided with simple changes to design and architecture. This new edition of the best-selling industry standard shows you how to create systems that run longer, with fewer failures, and recover better when bad things happen. New coverage includes DevOps, microservices, and cloud-native architecture. Stability antipatterns have grown to include systemic problems in large-scale systems. This is a must-have pragmatic guide to engineering for production systems. If you're a software developer, and you don't want to get alerts every night for the rest of your life, help is here. With a combination of case studies about huge losses - lost revenue, lost reputation, lost time, lost opportunity - and practical, down-to-earth advice that was all gained through painful experience, this book helps you avoid the pitfalls that cost companies millions of dollars in downtime and reputation. Eighty percent of project life-cycle cost is in production, yet few books address this topic. This updated edition deals with the production of today's systems - larger, more complex, and heavily virtualized - and includes information on chaos engineering, the discipline of applying randomness and deliberate stress to reveal systematic problems. Build systems that survive the real world, avoid downtime, implement zero-downtime upgrades and continuous delivery, and make cloud-native applications resilient. Examine ways to architect, design, and build software - particularly distributed systems - that stands up to the typhoon winds of a flash mob, a Slashdotting, or a link on Reddit. Take a hard look at software that failed the test and find ways to make sure your software survives. To skip the pain and get the experience...get this book.
The Nature of Software Development
Author: Ron Jeffries
Publisher: Pragmatic Bookshelf
ISBN: 1680505084
Category : Computers
Languages : en
Pages : 264
Book Description
You need to get value from your software project. You need it "free, now, and perfect." We can't get you there, but we can help you get to "cheaper, sooner, and better." This book leads you from the desire for value down to the specific activities that help good Agile projects deliver better software sooner, and at a lower cost. Using simple sketches and a few words, the author invites you to follow his path of learning and understanding from a half century of software development and from his engagement with Agile methods from their very beginning. The book describes software development, starting from our natural desire to get something of value. Each topic is described with a picture and a few paragraphs. You're invited to think about each topic; to take it in. You'll think about how each step into the process leads to the next. You'll begin to see why Agile methods ask for what they do, and you'll learn why a shallow implementation of Agile can lead to only limited improvement. This is not a detailed map, nor a step-by-step set of instructions for building the perfect project. There is no map or instructions that will do that for you. You need to build your own project, making it a bit more perfect every day. To do that effectively, you need to build up an understanding of the whole process. This book points out the milestones on your journey of understanding the nature of software development done well. It takes you to a location, describes it briefly, and leaves you to explore and fill in your own understanding. What You Need: You'll need your Standard Issue Brain, a bit of curiosity, and a desire to build your own understanding rather than have someone else's detailed ideas poured into your head.
Publisher: Pragmatic Bookshelf
ISBN: 1680505084
Category : Computers
Languages : en
Pages : 264
Book Description
You need to get value from your software project. You need it "free, now, and perfect." We can't get you there, but we can help you get to "cheaper, sooner, and better." This book leads you from the desire for value down to the specific activities that help good Agile projects deliver better software sooner, and at a lower cost. Using simple sketches and a few words, the author invites you to follow his path of learning and understanding from a half century of software development and from his engagement with Agile methods from their very beginning. The book describes software development, starting from our natural desire to get something of value. Each topic is described with a picture and a few paragraphs. You're invited to think about each topic; to take it in. You'll think about how each step into the process leads to the next. You'll begin to see why Agile methods ask for what they do, and you'll learn why a shallow implementation of Agile can lead to only limited improvement. This is not a detailed map, nor a step-by-step set of instructions for building the perfect project. There is no map or instructions that will do that for you. You need to build your own project, making it a bit more perfect every day. To do that effectively, you need to build up an understanding of the whole process. This book points out the milestones on your journey of understanding the nature of software development done well. It takes you to a location, describes it briefly, and leaves you to explore and fill in your own understanding. What You Need: You'll need your Standard Issue Brain, a bit of curiosity, and a desire to build your own understanding rather than have someone else's detailed ideas poured into your head.
Green Building
Author: Michael Bauer
Publisher: Springer Science & Business Media
ISBN: 3642006353
Category : Technology & Engineering
Languages : en
Pages : 209
Book Description
An important consideration for energy-efficient buildings is their primary energy requirements over the entire life cycle. How to determine this? What integrative factors influence the performance of a healthy and sustainable building? This, while it may be important for clients and architects to know, is frequently not very transparent. This book has been written to assist with clarifying target criteria and expanding horizons when it comes to ecological buildings. It is meant as a handbook and source of reference for clients, architects, planners and building operators, to provide them with pertinent information about their design, construction and operation: how to do this in the most energy-efficient and economical manner? Also, there is feedback and documentation about prominent buildings like the Hamburg Dockland or the Landesbank Baden-Wuerttemberg in Stuttgart. They provide excellent architectural examples for detailed construction and design solutions. Further, there are insightful interviews with architects and clients about many important buildings, which help turn this book into an integrated source of reference for sustainable architecture. - A Guideline for Planning, Construction and Operation of sustainable Buildings - A source of reference for clients, architects, planners and building operators - Innovative architectural examples with sustainable concepts and design
Publisher: Springer Science & Business Media
ISBN: 3642006353
Category : Technology & Engineering
Languages : en
Pages : 209
Book Description
An important consideration for energy-efficient buildings is their primary energy requirements over the entire life cycle. How to determine this? What integrative factors influence the performance of a healthy and sustainable building? This, while it may be important for clients and architects to know, is frequently not very transparent. This book has been written to assist with clarifying target criteria and expanding horizons when it comes to ecological buildings. It is meant as a handbook and source of reference for clients, architects, planners and building operators, to provide them with pertinent information about their design, construction and operation: how to do this in the most energy-efficient and economical manner? Also, there is feedback and documentation about prominent buildings like the Hamburg Dockland or the Landesbank Baden-Wuerttemberg in Stuttgart. They provide excellent architectural examples for detailed construction and design solutions. Further, there are insightful interviews with architects and clients about many important buildings, which help turn this book into an integrated source of reference for sustainable architecture. - A Guideline for Planning, Construction and Operation of sustainable Buildings - A source of reference for clients, architects, planners and building operators - Innovative architectural examples with sustainable concepts and design