Book picks similar to
Louis I. Kahn: Houses by Yutaka Saito
architect
architecture-design
design-architecture
work
The Architecture of Open Source Applications
Amy Brown - 2011
In contrast, most software developers only ever get to know a handful of large programs well—usually programs they wrote themselves—and never study the great programs of history. As a result, they repeat one another's mistakes rather than building on one another's successes.This book's goal is to change that. In it, the authors of twenty-five open source applications explain how their software is structured, and why. What are each program's major components? How do they interact? And what did their builders learn during their development? In answering these questions, the contributors to this book provide unique insights into how they think.If you are a junior developer, and want to learn how your more experienced colleagues think, this book is the place to start. If you are an intermediate or senior developer, and want to see how your peers have solved hard design problems, this book can help you too.
Applying Domain-Driven Design and Patterns : With Examples in C# and .NET
Jimmy Nilsson - 2006
While the examples in this guide are in C# and .NET, the principles can be used by developers using any language and IDE.
Sketching: Drawing Techniques for Product Designers
Koos Eissen - 2008
It goes without saying that the book is suited for the classroom, but every design studio will also find this manual an asset, because in spite of the ascendancy of the computer, hand-drawn sketches are still a very much used.
Bauhaus 1919-1933
Magdalena Droste - 1990
Documents, workshop products from all areas of design, studies, sketches in the classroom, and architectural plans and models are all part of its comprehensive inventory. The Bauhaus Archiv is dedicated to the study and presentation of the history of the Bauhaus, including the new Bauhaus in Chicago and the Hochschule f
The Possibility of an Absolute Architecture
Pier Vittorio Aureli - 2011
Aureli uses the term absolute not in the conventional sense of "pure," but to denote something that is resolutely itself after being separated from its other. In the pursuit of the possibility of an absolute architecture, the other is the space of the city, its extensive organization, and its government. Politics is agonism through separation and confrontation; the very condition of architectural form is to separate and be separated. Through its act of separation and being separated, architecture reveals at once the essence of the city and the essence of itself as political form: the city as the composition of (separate) parts. Aureli revisits the work of four architects whose projects were advanced through the making of architectural form but whose concern was the city at large: Andrea Palladio, Giovanni Battista Piranesi, Etienne Louis-Boull'e, and Oswald Mathias Ungers. The work of these architects, Aureli argues, addressed the transformations of the modern city and its urban implications through the elaboration of specific and strategic architectural forms. Their projects for the city do not take the form of an overall plan but are expressed as an "archipelago" of site-specific interventions.
Blue Honor (Knight Security, #1)
Bex Dane - 2021
He took her hostage, but she captured his heart.Former Navy SEAL Vander Knight usually relies on fear and intimidation to extract intel from an enemy, but his standard tactics won't work on the Colombian spitfire he's tasked with questioning.He'll have to resort to building rapport with his sexy prisoner to coax her into revealing her secrets.Breaking Misha without falling for her may be the toughest battle he'll ever face, but with his brother's life on the line, failure is not an option.Misha refuses to yield to the demands of the gorgeous commando who has taken her captive.Even if he bribes her with a sweet stray puppy, she won't tell him anything about her double life as a Russian agent.She'll simply retaliate with a seduction that will bring him to his knees.Vander may be a worthy opponent, but he's not the only one who can fight dirty.
Microservice Architecture Aligning Principles, Practices, and Culture
Irakli Nadareishvili - 2016
Massive Change: A Manifesto for the Future of Global Design
Bruce Mau - 2004
The book is a part of a broader research project by Bruce Mau Design intended to provoke debate and discussion about the future of design culture, broadly defined as the "familiar objects and techniques that are transforming our lives." In essays, interviews, and provocative imagery aimed at a broad audience, Massive Change explores the changing force of design in the contemporary world, and in doing so expands the definition of design to include the built environment, transportation technologies, revolutionary materials, energy and information systems, and living organisms. The book is divided into 11 heavily illustrated sections covering major areas of change in contemporary society — such as urbanism and architecture, the military, health and living, and wealth and politics. Each section intersperses intriguing documentary images with a general introductory essay, extended captions, and interviews with leading thinkers, including engineers, designers, philosophers, scientists, architects, artists, and writers. Concluding the book is a graphic timeline of significant inventions and world events from 10,000 B.C. to the present.
xUnit Test Patterns: Refactoring Test Code
Gerard Meszaros - 2003
An effective testing strategy will deliver new functionality more aggressively, accelerate user feedback, and improve quality. However, for many developers, creating effective automated tests is a unique and unfamiliar challenge. xUnit Test Patterns is the definitive guide to writing automated tests using xUnit, the most popular unit testing framework in use today. Agile coach and test automation expert Gerard Meszaros describes 68 proven patterns for making tests easier to write, understand, and maintain. He then shows you how to make them more robust and repeatable--and far more cost-effective. Loaded with information, this book feels like three books in one. The first part is a detailed tutorial on test automation that covers everything from test strategy to in-depth test coding. The second part, a catalog of 18 frequently encountered "test smells," provides trouble-shooting guidelines to help you determine the root cause of problems and the most applicable patterns. The third part contains detailed descriptions of each pattern, including refactoring instructions illustrated by extensive code samples in multiple programming languages. Topics covered includeWriting better tests--and writing them faster The four phases of automated tests: fixture setup, exercising the system under test, result verification, and fixture teardown Improving test coverage by isolating software from its environment using Test Stubs and Mock Objects Designing software for greater testability Using test "smells" (including code smells, behavior smells, and project smells) to spot problems and know when and how to eliminate them Refactoring tests for greater simplicity, robustness, and execution speed This book will benefit developers, managers, and testers working with any agile or conventional development process, whether doing test-driven development or writing the tests last. While the patterns and smells are especially applicable to all members of the xUnit family, they also apply to next-generation behavior-driven development frameworks such as RSpec and JBehave and to other kinds of test automation tools, including recorded test tools and data-driven test tools such as Fit and FitNesse.Visual Summary of the Pattern Language Foreword Preface Acknowledgments Introduction Refactoring a Test PART I: The Narratives Chapter 1 A Brief Tour Chapter 2 Test Smells Chapter 3 Goals of Test Automation Chapter 4 Philosophy of Test Automation Chapter 5 Principles of Test Automation Chapter 6 Test Automation Strategy Chapter 7 xUnit Basics Chapter 8 Transient Fixture Management Chapter 9 Persistent Fixture Management Chapter 10 Result Verification Chapter 11 Using Test Doubles Chapter 12 Organizing Our Tests Chapter 13 Testing with Databases Chapter 14 A Roadmap to Effective Test Automation PART II: The Test Smells Chapter 15 Code Smells Chapter 16 Behavior Smells Chapter 17 Project Smells PART III: The Patterns Chapter 18 Test Strategy Patterns Chapter 19 xUnit Basics Patterns Chapter 20 Fixture Setup Patterns Chapter 21 Result Verification Patterns Chapter 22 Fixture Teardown Patterns Chapter 23 Test Double Patterns Chapter 24 Test Organization Patterns Chapter 25 Database Patterns Chapter 26 Design-for-Testability Patterns Chapter 27 Value Patterns PART IV: Appendixes Appendix A Test Refactorings Appendix B xUnit Terminology Appendix C xUnit Family Members Appendix D Tools Appendix E Goals and Principles Appendix F Smells, Aliases, and Causes Appendix G Patterns, Aliases, and Variations Glossary References Index "
The City Shaped: Urban Patterns and Meanings Through History
Spiro Kostof - 1991
Widely used by both architects and students of architecture, The City Shaped won the AIA's prestigious book award in Architecture and Urbanism. With hundreds of photographs and drawings that illustrate Professor Kostof's innovative ideas, this has become one of the most important works on urbanization.
13 Hoodoo Jar Spells: Love Money Protection Nightmares Banishing and More
Elizabeth Dupart - 2016
Each recipe has been tested and perfected by a true practitioner of hoodoo. From finding love to banishing a spirit, you can find it all in this book!
The Mothers of Sweet Cheyenne
Caroline Lee - 2016
These stories are meant to be read after the rest of the Quartet. Christmas Wishes: Molly struggles with her toddler's feelings towards his new baby brother and her sister's decision to leave for St. Louis. Meanwhile, she's determined to create the perfect Christmas for all of them... but can Mothers really do everything?[Note: this story has appeared in publication in the Christmas Caring Anthology of 2015]Spring Fever: Wendy aches to become a mother, but their efforts have ended in heartbreak so far. Is there anything Nate can say to convince her that it isn't either of their faults, so that he can enjoy the spring with his wife?Summer Lovin': Tess knows she still has a month to go in this pregnancy, so when the contractions start, she doesn't want to alarm her precious family. But with Cam's love and support, she'll learn that to appreciate God's blessings she needs to first go through Hell. ***************************Heat Level: 0 out of 5 References to infertility and childbirth
97 Things Every Software Architect Should Know: Collective Wisdom from the Experts
Richard Monson-Haefel - 2009
More than four dozen architects -- including Neal Ford, Michael Nygard, and Bill de hOra -- offer advice for communicating with stakeholders, eliminating complexity, empowering developers, and many more practical lessons they've learned from years of experience. Among the 97 principles in this book, you'll find useful advice such as:Don't Put Your Resume Ahead of the Requirements (Nitin Borwankar) Chances Are, Your Biggest Problem Isn't Technical (Mark Ramm) Communication Is King; Clarity and Leadership, Its Humble Servants (Mark Richards) Simplicity Before Generality, Use Before Reuse (Kevlin Henney) For the End User, the Interface Is the System (Vinayak Hegde) It's Never Too Early to Think About Performance (Rebecca Parsons) To be successful as a software architect, you need to master both business and technology. This book tells you what top software architects think is important and how they approach a project. If you want to enhance your career, 97 Things Every Software Architect Should Know is essential reading.
Los Angeles: The Architecture of Four Ecologies
Reyner Banham - 1971
His construct of "four ecologies" examined the ways Angelenos relate to the beach, the freeways, the flatlands, and the foothills. Banham delighted in this mobile city and identified it as an exemplar of the posturban future.