Book picks similar to
Volume 23: Al Manakh Gulf Continued by Pink Tank
architecture
contemporary-architecture
design
on-hold
Le Corbusier: Le Modulor and Modulor 2
Le Corbusier - 1980
Le Modulor was published in 1950 and after meeting with success, Le Corbusier went on to publish Modulor 2 in 1955. In many of Le Corbusier's most notable buildings, including the Chapel at Ronchamp and the Unite d'habitation, evidence of his Modulor system can be seen. These two volumes form an important and integral part of Le Corbusier's theoretical writings.
Soft City: Building Density for Everyday Life
David Sim - 2019
Soft City is about ease and comfort, where density has a human dimension, adapting to our ever-changing needs, nurturing relationships, and accommodating the pleasures of everyday life. How do we move from the current reality in most cites—separated uses and lengthy commutes in single-occupancy vehicles that drain human, environmental, and community resources—to support a soft city approach? In Soft City David Sim, partner and creative director at Gehl, shows how this is possible, presenting ideas and graphic examples from around the globe. He draws from his vast design experience to make a case for a dense and diverse built environment at a human scale, which he presents through a series of observations of older and newer places, and a range of simple built phenomena, some traditional and some totally new inventions. Sim shows that increasing density is not enough. The soft city must consider the organization and layout of the built environment for more fluid movement and comfort, a diversity of building types, and thoughtful design to ensure a sustainable urban environment and society. Soft City begins with the big ideas of happiness and quality of life, and then shows how they are tied to the way we live. The heart of the book is highly visual and shows the building blocks for neighborhoods: building types and their organization and orientation; how we can get along as we get around a city; and living with the weather. As every citizen deals with the reality of a changing climate, Soft City explores how the built environment can adapt and respond. Soft City offers inspiration, ideas, and guidance for anyone interested in city building. Sim shows how to make any city more efficient, more livable, and better connected to the environment.
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.
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.
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.
Microsoft .NET - Architecting Applications for the Enterprise
Dino Esposito - 2014
But the principles and practices of software architecting–what the authors call the “science of hard decisions”–have been evolving for cloud, mobile, and other shifts. Now fully revised and updated, this book shares the knowledge and real-world perspectives that enable you to design for success–and deliver more successful solutions. In this fully updated Second Edition, you will: Learn how only a deep understanding of domain can lead to appropriate architecture Examine domain-driven design in both theory and implementation Shift your approach to code first, model later–including multilayer architecture Capture the benefits of prioritizing software maintainability See how readability, testability, and extensibility lead to code quality Take a user experience (UX) first approach, rather than designing for data Review patterns for organizing business logic Use event sourcing and CQRS together to model complex business domains more effectively Delve inside the persistence layer, including patterns and implementation.
Site Reliability Engineering: How Google Runs Production Systems
Betsy Beyer - 2016
So, why does conventional wisdom insist that software engineers focus primarily on the design and development of large-scale computing systems?In this collection of essays and articles, key members of Google's Site Reliability Team explain how and why their commitment to the entire lifecycle has enabled the company to successfully build, deploy, monitor, and maintain some of the largest software systems in the world. You'll learn the principles and practices that enable Google engineers to make systems more scalable, reliable, and efficient--lessons directly applicable to your organization.This book is divided into four sections: Introduction--Learn what site reliability engineering is and why it differs from conventional IT industry practicesPrinciples--Examine the patterns, behaviors, and areas of concern that influence the work of a site reliability engineer (SRE)Practices--Understand the theory and practice of an SRE's day-to-day work: building and operating large distributed computing systemsManagement--Explore Google's best practices for training, communication, and meetings that your organization can use
The Design of Everyday Things
Donald A. Norman - 1988
It could forever change how you experience and interact with your physical surroundings, open your eyes to the perversity of bad design and the desirability of good design, and raise your expectations about how things should be designed.B & W photographs and illustrations throughout.
Strong Towns: A Bottom-Up Revolution to Rebuild American Prosperity
Charles L. Marohn Jr. - 2019
Presenting the foundational ideas of the Strong Towns movement he co-founded, Charles Marohn explains why cities of all sizes continue to struggle to meet their basic needs, and reveals the new paradigm that can solve this longstanding problem.Inside, you'll learn why inducing growth and development has been the conventional response to urban financial struggles--and why it just doesn't work. New development and high-risk investing don't generate enough wealth to support itself, and cities continue to struggle. Read this book to find out how cities large and small can focus on bottom-up investments to minimize risk and maximize their ability to strengthen the community financially and improve citizens' quality of life.Develop in-depth knowledge of the underlying logic behind the "traditional" search for never-ending urban growth Learn practical solutions for ameliorating financial struggles through low-risk investment and a grassroots focus Gain insights and tools that can stop the vicious cycle of budget shortfalls and unexpected downturns Become a part of the Strong Towns revolution by shifting the focus away from top-down growth toward rebuilding American prosperity Strong Towns acknowledges that there is a problem with the American approach to growth and shows community leaders a new way forward. The Strong Towns response is a revolution in how we assemble the places we live.
Feminist City: A Field Guide
Leslie Kern - 2019
Our public spaces are not designed for female bodies. There is little consideration for women as mothers, workers or carers. The urban streets often are a place of threats rather than community. Gentrification has made the everyday lives of women even more difficult. What would a metropolis for working women look like? A city of friendships beyond Sex and the City. A transit system that accommodates mothers with strollers on the school run. A public space with enough toilets. A place where women can walk without harassment.In Feminist City, through history, personal experience and popular culture Leslie Kern exposes what is hidden in plain sight: the social inequalities built into our cities, homes, and neighborhoods. Kern offers an alternative vision of the feminist city. Taking on fear, motherhood, friendship, activism, and the joys and perils of being alone, Kern maps the city from new vantage points, laying out an intersectional feminist approach to urban histories and proposes that the city is perhaps also our best hope for shaping a new urban future. It is time to dismantle what we take for granted about cities and to ask how we can build more just, sustainable, and women-friendly cities together.
An Elegant Puzzle: Systems of Engineering Management
Will Larson - 2019
Management is a key part of any organization, yet the discipline is often self-taught and unstructured. Getting to the good solutions of complex management challenges can make the difference between fulfillment and frustration for teams, and, ultimately, the success or failure of companies. Will Larson's An Elegant Puzzle orients around the particular challenges of engineering management--from sizing teams to technical debt to succession planning--and provides a path to the good solutions. Drawing from his experience at Digg, Uber, and Stripe, Will Larson has developed a thoughtful approach to engineering management that leaders of all levels at companies of all sizes can apply. An Elegant Puzzle balances structured principles and human-centric thinking to help any leader create more effective and rewarding organizations for engineers to thrive in.
The Atomic Chef: And Other True Tales of Design, Technology, and Human Error
Steven Casey - 2006
The 20 stand-alone chapters of this new work describe how technological failures result from the incompatibilities between the way things are designed and the way people actually perceive, think, and act. New technologies will succeed or fail based on our ability to minimize these incompatibilities between the characteristics of people and the characteristics of the things we create and use.This book is the quintessential 'must read' for all those who deal with technology in any fashion. From the frustration of an awkward ATM machine to the threat of accidental, nuclear Armageddon, Casey shows how the same crucial factors come into play told through the very eyes of those people who saw and experienced these things. No student of design, psychology, behavioral science, or technology should be without this book, and neither should any intelligent member of society who wants to know what goes on with the successes and failures of modern technology.Sit ringside to the action where compelling events unfold. The stories in this book will take you to airports and airline cabins, an amusement park, a fertility clinic, a pharmaceutical plant, an emergency dispatch center, the Olympic games, and a bank; to hospitals, spacecraft, ships, and cars. From the coasts of Peru and Monterey, in orbit aboard the International Space Station, the freeways of Southern California and the back roads of France, the battlefields of Afghanistan, and a nuclear fuel plant in Japan this is The Atomic Chef.
The Image of the City
Kevin Lynch - 1960
Lynch, supported by studies of Los Angeles, Boston, and Jersey City, formulates a new criterion -- imageability -- and shows its potential value as a guide for the building and rebuilding of cities. The wide scope of this study leads to an original and vital method for the evaluation of city form. The architect, the planner, and certainly the city dweller will all want to read this book.
Smart Cities: Big Data, Civic Hackers, and the Quest for a New Utopia
Anthony M. Townsend - 2013
A century ago, the telegraph and the mechanical tabulator were used to tame cities of millions. Today, cellular networks and cloud computing tie together the complex choreography of mega-regions of tens of millions of people.In response, cities worldwide are deploying technology to address both the timeless challenges of government and the mounting problems posed by human settlements of previously unimaginable size and complexity. In Chicago, GPS sensors on snow plows feed a real-time "plow tracker" map that everyone can access. In Zaragoza, Spain, a "citizen card" can get you on the free city-wide Wi-Fi network, unlock a bike share, check a book out of the library, and pay for your bus ride home. In New York, a guerrilla group of citizen-scientists installed sensors in local sewers to alert you when stormwater runoff overwhelms the system, dumping waste into local waterways.As technology barons, entrepreneurs, mayors, and an emerging vanguard of civic hackers are trying to shape this new frontier, Smart Cities considers the motivations, aspirations, and shortcomings of them all while offering a new civics to guide our efforts as we build the future together, one click at a time.
Cities for People
Jan Gehl - 2010
In this revolutionary book, Gehl presents his latest work creating (or recreating) cityscapes on a human scale. He clearly explains the methods and tools he uses to reconfigure unworkable cityscapes into the landscapes he believes they should be: cities for people.Taking into account changing demographics and changing lifestyles, Gehl explains how to develop cities that are lively, safe, sustainable, and healthy.The book is extensively illustrated with over 700 photos and drawings of examples from Gehl’s work around the globe.