Book picks similar to
Parametric Design for Architecture by Wassim Jabi
architecture
design
parametric
4a-ngoại-văn-tiếng-anh
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.
Design It! : Pragmatic Programmers: From Programmer to Software Architect
Michael Keeling - 2017
Lead your team as a software architect, ask the right stakeholders the right questions, explore design options, and help your team implement a system that promotes the right -ilities. Share your design decisions, facilitate collaborative design workshops that are fast, effective, and fun-and develop more awesome software!With dozens of design methods, examples, and practical know-how, Design It! shows you how to become a software architect. Walk through the core concepts every architect must know, discover how to apply them, and learn a variety of skills that will make you a better programmer, leader, and designer. Uncover the big ideas behind software architecture and gain confidence working on projects big and small. Plan, design, implement, and evaluate software architectures and collaborate with your team, stakeholders, and other architects. Identify the right stakeholders and understand their needs, dig for architecturally significant requirements, write amazing quality attribute scenarios, and make confident decisions. Choose technologies based on their architectural impact, facilitate architecture-centric design workshops, and evaluate architectures using lightweight, effective methods. Write lean architecture descriptions people love to read. Run an architecture design studio, implement the architecture you've designed, and grow your team's architectural knowledge. Good design requires good communication. Talk about your software architecture with stakeholders using whiteboards, documents, and code, and apply architecture-focused design methods in your day-to-day practice. Hands-on exercises, real-world scenarios, and practical team-based decision-making tools will get everyone on board and give you the experience you need to become a confident software architect.
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
Beautiful Architecture: Leading Thinkers Reveal the Hidden Beauty in Software Design
Diomidis Spinellis - 2008
In each essay, contributors present a notable software architecture, and analyze what makes it innovative and ideal for its purpose. Some of the engineers in this book reveal how they developed a specific project, including decisions they faced and tradeoffs they made. Others take a step back to investigate how certain architectural aspects have influenced computing as a whole. With this book, you'll discover:How Facebook's architecture is the basis for a data-centric application ecosystem The effect of Xen's well-designed architecture on the way operating systems evolve How community processes within the KDE project help software architectures evolve from rough sketches to beautiful systems How creeping featurism has helped GNU Emacs gain unanticipated functionality The magic behind the Jikes RVM self-optimizable, self-hosting runtime Design choices and building blocks that made Tandem the choice platform in high-availability environments for over two decades Differences and similarities between object-oriented and functional architectural views How architectures can affect the software's evolution and the developers' engagement Go behind the scenes to learn what it takes to design elegant software architecture, and how it can shape the way you approach your own projects, with Beautiful Architecture.
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
Think Like a Lawyer Don't Act Like One
Aernoud Bourdrez - 2013
Based on principles, research, and real life examples ranging from Harvard University, Mikhail Gorbatsjov, two kissing boxers, and Sun Tze to John Rambo, Think Like a Lawyer Don't Act Like One can be used when dealing with grumpy police officers, angry neighbors, unwilling debtors, nasty lawyers, and other conflict seekers.Each strategy is thoroughly tested and can be used at the kitchen table, on the street, and in the boardroom. All seventy-five rules are illustrated in a funny way.
Java Concurrency in Practice
Brian Goetz - 2005
Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book."--Martin BuchholzJDK Concurrency Czar, Sun Microsystems"For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems."--Doron RajwanResearch Scientist, Intel Corp"This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover."--Ted NewardAuthor of Effective Enterprise Java"Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance."--Kirk PepperdineCTO, JavaPerformanceTuning.com"This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it."--Dr. Cliff ClickSenior Software Engineer, Azul Systems"I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach. This is a book I am recommending to all my readers of The Java Specialists' Newsletter, because it is interesting, useful, and relevant to the problems facing Java developers today."--Dr. Heinz KabutzThe Java Specialists' Newsletter"I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book."--Bruce TateAuthor of Beyond Java" Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere."--Bill VennersAuthor of Inside the Java Virtual MachineThreads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications. Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice , the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them.However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant.This book covers:Basic concepts of concurrency and thread safety Techniques for building and composing thread-safe classes Using the concurrency building blocks in java.util.concurrent Performance optimization dos and don'ts Testing concurrent programs Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model
The Well-Tempered City: What Modern Science, Ancient Civilizations, and Human Nature Teach Us About the Future of Urban Life
Jonathan F.P. Rose - 2016
P. Rose—a visionary in urban development and renewal—champions the role of cities in addressing the environmental, economic, and social challenges of the twenty-first century.Cities are birthplaces of civilization; centers of culture, trade, and progress; cauldrons of opportunity—and the home of eighty percent of the world’s population by 2050. As the 21st century progresses, metropolitan areas will bear the brunt of global megatrends such as climate change, natural resource depletion, population growth, income inequality, mass migrations, education and health disparities, among many others.In The Well-Tempered City, Jonathan F. P. Rose—the man who “repairs the fabric of cities”—distills a lifetime of interdisciplinary research and firsthand experience into a five-pronged model for how to design and reshape our cities with the goal of equalizing their landscape of opportunity. Drawing from the musical concept of “temperament” as a way to achieve harmony, Rose argues that well-tempered cities can be infused with systems that bend the arc of their development toward equality, resilience, adaptability, well-being, and the ever-unfolding harmony between civilization and nature. These goals may never be fully achieved, but our cities will be richer and happier if we aspire to them, and if we infuse our every plan and constructive step with this intention.A celebration of the city and an impassioned argument for its role in addressing the important issues in these volatile times, The Well-Tempered City is a reasoned, hopeful blueprint for a thriving metropolis—and the future.
Atomic Ranch Midcentury Interiors
Michelle Gringeri-Brown - 2012
It features the exceptional interiors of eight houses, discusses successes and challenges, and shows how to live stylishly. Tips are shared on color, flooring, window coverings, furniture arrangements, and how off-the-shelf components can be turned into custom features. The homeowners' stories explain why these rooms work, and provide you with resources and ideas for everything from garage doors to the art on the wall.
Just Enough Software Architecture: A Risk-Driven Approach
George H. Fairbanks - 2010
Developers need to understand how to use constraints as guiderails that ensure desired outcomes, and how seemingly small changes can affect a system's properties.
Adobe Illustrator CS6 Classroom in a Book: The Official Training Workbook from Adobe Systems [With CDROM]
Adobe Creative Team - 1993
The 15 project-based lessons in this book show readers step-by-step the key techniques for working in Illustrator CS6 and how to create vector artwork for virtually any project and across multiple media: print, websites, interactive projects, and video. In addition to learning the key elements of the Illustrator interface, this completely revised CS6 edition covers the new tracing engine with improved shape and color recognition, a new pattern toolset with on-artboard controls and one-click tiling, a completely overhauled performance engine and modernized user interface for working more efficiently and intuitively, and more. "The Classroom in a Book series is by far the best training material on the market. Everything you need to master the software is included: clear explanations of each lesson, step-by-step instructions, and the project files for the students." --Barbara Binder, Adobe Certified Instructor, Rocky Mountain Training Classroom in a Book(R), the best-selling series of hands-on software training workbooks, helps you learn the features of Adobe software quickly and easily. Classroom in a Book offers what no other book or training program does--an official training series from Adobe Systems Incorporated, developed with the support of Adobe product experts.
Winning at New Products: Creating Value Through Innovation
Robert G. Cooper - 2011
Robert G. Cooper demonstrates why consistent product development is vital to corporate growth and how to maximize your chances of success. Citing the author's most recent research, Winning at New Products showcases innovative practices by industry leaders to present a field-tested game plan for achieving product leadership. Cooper outlines specific strategies for making sound business decisions at every step-from idea generation to launch. This fully updated and expanded edition is an essential resource for product developers around the world. "This is a must read. There's so much new in this book, from how to generate the breakthrough ideas, picking the winners, and driving them to market successfully." -- Philip Kotler, Professor of International Marketing, Northwestern University, Kellogg School of Management
Bungalow Style
Treena Crochet - 2005
This title shows a wide variety of interior details and describes how to add or restore elements that suggest a historic flair while keeping the home comfortable and functional.
Invisibles: The Power of Anonymous Work in an Age of Relentless Self-Promotion
David Zweig - 2014
interpreters, and structural engineers have in common? When they do their jobs poorly, the consequences can be catastrophic for their organizations. But when they do their jobs perfectly . . . they're invisible. For most of us, the better we perform the more attention we receive. Yet for many “Invisibles”—skilled professionals whose role is critical to whatever enterprise they’re a part of—it’s the opposite: the better they do their jobs the more they disappear. In fact, often it’s only when something goes wrong that they are noticed at all. Millions of these Invisibles are hidden in every industry. You may be one yourself. And despite our culture’s increasing celebration of fame in our era of superstar CEOs and assorted varieties of “genius”—they’re fine with remaining anonymous. David Zweig takes us into the behind-the-scenes worlds that Invisibles inhabit. He interviews top experts in unusual fields to reveal the quiet workers behind public successes. Combining in-depth profiles with insights from psychology, sociology, and business, Zweig uncovers how these hidden professionals reap deep fulfillment by relishing the challenges their work presents. Zweig bypasses diplomats and joins an elite interpreter in a closed-door meeting at the U.N., where the media and public are never allowed. He ascends China’s tallest skyscraper while it’s still under construction, without the architect, guided instead by the project’s lead structural engineer. He even brings us on stage during a Radiohead concert, escorted not by a member of the band, but by their chief guitar technician. Along the way, Zweig reveals that Invisibles have a lot to teach the rest of society about satisfaction and achievement. What has been lost amid the noise of self-promotion today is that not everyone can, or should, or even wants to be in the spotlight. This inspiring and illuminating book shows that recognition isn’t all it’s cracked up to be, and invisibility can be viewed as a mark of honor and a source of a truly rich life.
The Official Highway Code
Driver and Vehicle Standards Agency - 2007
The driving test reaches its 80th anniversary in 2015, and this commemorative edition of the Highway Code is a celebration of that milestone in British road safety. Updated for 2015, The Official Highway Code is essential reading for all road users in England, Scotland and Wales, providing all the latest rules of the road and traffic signs. All road users have a responsibility to keep their knowledge up-to-date, so make sure you do just that with the latest edition of this handy reference guide. Every day, on average, five people are killed and 60 people are seriously injured on our roads. If we're to bring those figures down, it's vital that all road users - drivers, motorcyclists, cyclists, horse riders and pedestrians - are familiar with all the rules in The Official Highway Code. This 2015 edition includes the new drug-driving laws, HGV speed limit changes on single and dual carriageways in England and Wales, updated drink-driving limits in Scotland and general rule changes. The Highway Code is available in just about any format you can think of and is constantly updated to reflect changes in technology, understanding and the law. Please continue to read it - not just as a learner driver, but as a responsible lifelong road user - so we can keep Britain's roads among the safest in the world.