Book picks similar to
Designing with Nature by Ken Yeang
architecture-design
environmental
sustainable-architecture
architecture
Building and Dwelling: Ethics for the City
Richard Sennett - 2018
Richard Sennett shows how Paris, Barcelona and New York City assumed their modern forms; rethinks the reputations of Jane Jacobs, Lewis Mumford and others; and takes us on a tour of emblematic contemporary locations, from the backstreets of Medellín, Colombia, to the Google headquarters in Manhattan. Through it all, he shows how the 'closed city' - segregated, regimented, and controlled - has spread from the global North to the exploding urban agglomerations of the global South. As an alternative, he argues for the 'open city,' where citizens actively hash out their differences and planners experiment with urban forms that make it easier for residents to cope. Rich with arguments that speak directly to our moment - a time when more humans live in urban spaces than ever before - Building and Dwelling draws on Sennett's deep learning and intimate engagement with city life to form a bold and original vision for the future of cities.
The Great Good Place: Cafes, Coffee Shops, Bookstores, Bars, Hair Salons, and Other Hangouts at the Heart of a Community
Ray Oldenburg - 1989
They are the heart of a community's social vitality and the grassroots of a democracy. Author Ray Oldenburg portrays, probes, and promotes th4ese great good places--coffee houses, cafes, bookstores, hair salons, bars, bistros, and many others both past and present--and offers a vision for their revitalization.Eloquent and visionary, this is a compelling argument for these settings of informal public life as essential for the health both of our communities and ourselves. And its message is being heard: Today, entrepreneurs from Seattle to Florida are heeding the call of The Great Good Place--opening coffee houses, bookstores, community centers, bars, and other establishments and proudly acknowledging their indebtedness to this book.
Refactoring: Improving the Design of Existing Code
Martin Fowler - 1999
Significant numbers of poorly designed programs have been created by less-experienced developers, resulting in applications that are inefficient and hard to maintain and extend. Increasingly, software system professionals are discovering just how difficult it is to work with these inherited, non-optimal applications. For several years, expert-level object programmers have employed a growing collection of techniques to improve the structural integrity and performance of such existing software programs. Referred to as refactoring, these practices have remained in the domain of experts because no attempt has been made to transcribe the lore into a form that all developers could use... until now. In Refactoring: Improving the Design of Existing Software, renowned object technology mentor Martin Fowler breaks new ground, demystifying these master practices and demonstrating how software practitioners can realize the significant benefits of this new process.
30-Second Architecture: The 50 Most Signicant Principles and Styles in Architecture, Each Explained in Half a Minute
Edward Denison - 2013
30-Second Architecture
Outside Lies Magic: Regaining History and Awareness in Everyday Places
John R. Stilgoe - 1999
Stilgoe has developed and practiced the art of exploring the everyday world around us, where so much lies hidden just beneath the surface, offering uncommon knowledge if we but know what to look for. In this remarkable book, Stilgoe inspires us to become explorers on our own–on foot or on bicycle–and by so doing to reap the benefits of escaping, even temporarily, the traps of our programmed lives."Exploration encourages creativity, serendipity, invention," he writes. And while sharing his insights on how to explore, Stilgoe provides a fascinating pocket history of the American landscape, as striking in its originality as it is revealing. Stilgoe dissects our visual surroundings; his observations will transform the way you see everything. Through his eyes, an abandoned railroad line is redolent of history and future promise; front lawns recall our agrarian past; vacant lots hold cathedrals of potential.From the electrical grid overhead to fences, malls, and main streets, Stilgoe offers a fresh understanding of the links and fractures in our society. After reading Outside Lies Magic, your world will never look the same again.
Domain-Driven Design: Tackling Complexity in the Heart of Software
Eric Evans - 2003
"His book is very compatible with XP. It is not about drawing pictures of a domain; it is about how you think of it, the language you use to talk about it, and how you organize your software to reflect your improving understanding of it. Eric thinks that learning about your problem domain is as likely to happen at the end of your project as at the beginning, and so refactoring is a big part of his technique. "The book is a fun read. Eric has lots of interesting stories, and he has a way with words. I see this book as essential reading for software developers--it is a future classic." --Ralph Johnson, author of Design Patterns "If you don't think you are getting value from your investment in object-oriented programming, this book will tell you what you've forgotten to do. "Eric Evans convincingly argues for the importance of domain modeling as the central focus of development and provides a solid framework and set of techniques for accomplishing it. This is timeless wisdom, and will hold up long after the methodologies du jour have gone out of fashion." --Dave Collins, author of Designing Object-Oriented User Interfaces "Eric weaves real-world experience modeling--and building--business applications into a practical, useful book. Written from the perspective of a trusted practitioner, Eric's descriptions of ubiquitous language, the benefits of sharing models with users, object life-cycle management, logical and physical application structuring, and the process and results of deep refactoring are major contributions to our field." --Luke Hohmann, author of Beyond Software Architecture "This book belongs on the shelf of every thoughtful software developer." --Kent Beck "What Eric has managed to capture is a part of the design process that experienced object designers have always used, but that we have been singularly unsuccessful as a group in conveying to the rest of the industry. We've given away bits and pieces of this knowledge...but we've never organized and systematized the principles of building domain logic. This book is important." --Kyle Brown, author of Enterprise Java(TM) Programming with IBM(R) WebSphere(R) The software development community widely acknowledges that domain modeling is central to software design. Through domain models, software developers are able to express rich functionality and translate it into a software implementation that truly serves the needs of its users. But despite its obvious importance, there are few practical resources that explain how to incorporate effective domain modeling into the software development process. Domain-Driven Design fills that need. This is not a book about specific technologies. It offers readers a systematic approach to domain-driven design, presenting an extensive set of design best practices, experience-based techniques, and fundamental principles that facilitate the development of software projects facing complex domains. Intertwining design and development practice, this book incorporates numerous examples based on actual projects to illustrate the application of domain-driven design to real-world software development. Readers learn how to use a domain model to make a complex development effort more focused and dynamic. A core of best practices and standard patterns provides a common language for the development team. A shift in emphasis--refactoring not just the code but the model underlying the code--in combination with the frequent iterations of Agile development leads to deeper insight into domains and enhanced communication between domain expert and programmer. Domain-Driven Design then builds on this foundation, and addresses modeling and design for complex systems and larger organizations.Specific topics covered include:Getting all team members to speak the same language Connecting model and implementation more deeply Sharpening key distinctions in a model Managing the lifecycle of a domain object Writing domain code that is safe to combine in elaborate ways Making complex code obvious and predictable Formulating a domain vision statement Distilling the core of a complex domain Digging out implicit concepts needed in the model Applying analysis patterns Relating design patterns to the model Maintaining model integrity in a large system Dealing with coexisting models on the same project Organizing systems with large-scale structures Recognizing and responding to modeling breakthroughs With this book in hand, object-oriented developers, system analysts, and designers will have the guidance they need to organize and focus their work, create rich and useful domain models, and leverage those models into quality, long-lasting software implementations.
Code Complete
Steve McConnell - 1993
Now this classic book has been fully updated and revised with leading-edge practices--and hundreds of new code samples--illustrating the art and science of software construction. Capturing the body of knowledge available from research, academia, and everyday commercial practice, McConnell synthesizes the most effective techniques and must-know principles into clear, pragmatic guidance. No matter what your experience level, development environment, or project size, this book will inform and stimulate your thinking--and help you build the highest quality code. Discover the timeless techniques and strategies that help you: Design for minimum complexity and maximum creativity Reap the benefits of collaborative development Apply defensive programming techniques to reduce and flush out errors Exploit opportunities to refactor--or evolve--code, and do it safely Use construction practices that are right-weight for your project Debug problems quickly and effectively Resolve critical construction issues early and correctly Build quality into the beginning, middle, and end of your project
The Future of Architecture in 100 Buildings
Marc Kushner - 2014
A building that eats smog. An inflatable concert hall. A research lab that can walk through snow. We’re entering a new age in architecture—one where we expect our buildings to deliver far more than just shelter. We want buildings that inspire us while helping the environment; buildings that delight our senses while serving the needs of a community; buildings made possible both by new technology and repurposed materials.Like an architectural cabinet of wonders, this book collects the most innovative buildings of today and tomorrow. The buildings hail from all seven continents (to say nothing of other planets), offering a truly global perspective on what lies ahead. Each page captures the soaring confidence, the thoughtful intelligence, the space-age wonder, and at times the sheer whimsy of the world’s most inspired buildings—and the questions they provoke: Can a building breathe? Can a skyscraper be built in a day? Can we 3D-print a house? Can we live on the moon?Filled with gorgeous imagery and witty insight, this book is an essential and delightful guide to the future being built around us—a future that matters more, and to more of us, than ever.
Enchanted Objects: Design, Human Desire, and the Internet of Things
David Rose - 2014
Soon, connected technology will be embedded in hundreds of everyday objects we already use: our cars, wallets, watches, umbrellas, even our trash cans. These objects will respond to our needs, come to know us, and learn to think on our behalf. David Rose calls these devices—which are just beginning to creep into the marketplace—Enchanted Objects.Some believe the future will look like more of the same—more smartphones, tablets, screens embedded in every conceivable surface. Rose has a different vision: technology that atomizes, combining itself with the objects that make up the very fabric of daily living. Such technology will be woven into the background of our environment, enhancing human relationships and channeling desires for omniscience, long life, and creative expression. The enchanted objects of fairy tales and science fiction will enter real life.Groundbreaking, timely, and provocative, Enchanted Objects is a blueprint for a better future, where efficient solutions come hand in hand with technology that delights our senses. It is essential reading for designers, technologists, entrepreneurs, business leaders, and anyone who wishes to understand the future and stay relevant in the Internet of Things.
The New Urban Crisis: How Our Cities Are Increasing Inequality, Deepening Segregation, and Failing the Middle Class-and What We Can Do About It
Richard Florida - 2017
And yet all is not well, Richard Florida argues in The New Urban Crisis. Florida, one of the first scholars to anticipate this back-to-the-city movement in his groundbreaking The Rise of the Creative Class, demonstrates how the same forces that power the growth of the world's superstar cities also generate their vexing challenges: gentrification, unaffordability, segregation, and inequality. Meanwhile, many more cities still stagnate, and middle-class neighborhoods everywhere are disappearing. Our winner-take-all cities are just one manifestation of a profound crisis in today's urbanized knowledge economy. A bracingly original work of research and analysis, The New Urban Crisis offers a compelling diagnosis of our economic ills and a bold prescription for more inclusive cities capable of ensuring growth and prosperity for all.
City 2.0: The Habitat of the Future and How to Get There
TED Books - 2013
As a result, we face both a dire emergency and a tremendous opportunity. At their best, our modern cities are hubs of human connection, fountains of creativity, and exemplars of green living. Yet at the same time, they still suffer the symptoms of industrial urbanization: pollution, crowding, crime, social fragmentation, and dehumanization. Now is the time to envision what cities can be and to transform them. This book, produced in partnership with the Atlantic Cities, celebrates 12 promising, provocative responses to this challenge, in realms ranging from transportation to food to art. It asks and begins to answer: How can we transform cities to be sustainable, efficient, beautiful, and invigorating to the human soul? And practically speaking, how do we get from here to there?
Making Space: How the Brain Knows Where Things Are
Jennifer M. Groh - 2014
Yet our brains devote tremendous computational power to figuring out the simplest details about spatial relationships. Going to the grocery store or finding our cell phone requires sleuthing and coordination across different sensory and motor domains. Making Space traces this mental detective work to explain how the brain creates our sense of location. But it goes further, to make the case that spatial processing permeates all our cognitive abilities, and that the brain's systems for thinking about space may be the systems of thought itself.Our senses measure energy in the form of light, sound, and pressure on the skin, and our brains evaluate these measurements to make inferences about objects and boundaries. Jennifer Groh describes how eyes detect electromagnetic radiation, how the brain can locate sounds by measuring differences of less than one one-thousandth of a second in how long they take to reach each ear, and how the ear's balance organs help us monitor body posture and movement. The brain synthesizes all this neural information so that we can navigate three-dimensional space.But the brain's work doesn't end there. Spatial representations do double duty in aiding memory and reasoning. This is why it is harder to remember how to get somewhere if someone else is driving, and why, if we set out to do something and forget what it was, returning to the place we started can jog our memory. In making space the brain uses powers we did not know we have.
Natural Capitalism
Paul Hawken - 1999
This groundbreaking book reveals how today's global businesses can be both environmentally responsible and highly profitable.
Constructing Architecture: Materials, Processes, Structures: A Handbook
Andrea Deplazes - 2004
Since the first edition was published in 2005, it has been adopted as a textbook at many universities. Organized into chapters on "Raw Materials/Building Materials (Modules)," "Building Components (Elements)," "Building Methods (Structures)," and "Buildings (Examples)," the book now includes a new section on translucent materials and an article on the use of glass. The chapter on "Building Elements" now includes a discussion of facades, and the chapter on "Structures" has been expanded to cover "Principles of Space Creation." The examples section now includes extensive documentation of current projects whose systematic character is oriented around the production process.Experience with the preceding edition has shown that the book has become an indispensable handbook for reference and reading not only for students and teachers but also for architects.
Stories in Stone: Travels Through Urban Geology
David B. Williams - 2009
Williams any rock used as building material can tell a fascinating story. All he has to do is look at building stone in any urban center to find a range of rocks equal to any assembled by plate tectonics. In Stories in Stone, he takes you on his explorations to find 3.5-billion-year-old rock that looks like swirled pink and black taffy, a gas station made of petrified wood, and a Florida fort that has withstood 300 years of attacks and hurricanes, despite being made of a stone that has the consistency of a granola bar.In Stories in Stone, Williams also weaves in the cultural history of stone. He shows why a white, fossil-rich limestone from Indiana became the only building stone to be used in all 50 states; how in 1825, the construction of the Bunker Hill Monument led to America's first commercial railroad; and why when the same kind of marble used by Michelangelo was used on a Chicago skyscraper it warped so much after 19 years that all 44,000 panels of the stone had to be replaced. A love letter to building stone, from New England brownstone and Morton Gneiss of Minnsota to the limestone of Salem, Indiana; from granite and travertine to Carrara marble, David Willilams brings to life the stones you will see in the structures of every city, large and small. After reading his book, you will forever look at stone buildings with new eyes.