Book picks similar to
Creating the New American Townhouse by Alexander Gorlin
000
architecture
ax_gorlin-alexander
shelf-2
Solar Power Your Home for Dummies
Rik DeGunther - 2007
You'll see how to survey your home to determine your current household energy efficiency and use, and evaluate where solar power would best benefit you. You'll also calculate what the return on your investment will be before you make any decisions. Once you've decided on a project, you'll see whether it's best to hire a contractor or do it yourself. We leave no stone unturned--you'll also discover how to:Choose and install your best solar system Handle small to large solar projects Heat and cool your house with solar energy Install exterior solar lighting Handle swimming pool, water heater, or ventilation solar projects Create greenhouses or solar rooms Build, buy, or sell a solar home Finance your solar investments Take advantage of tax rebates and incentives associated with solar power Avoid the worst solar mistakes Featuring ten of the easiest and cheapest do-it-yourself solar projects, Solar Power For Dummies is the fun and easy way to meet your energy needs with this clean power source!
50 Architecture Ideas You Really Need to Know
Philip Wilkinson - 2010
Exploring the myriad ways in which the built environment is shaped and created, readers will gain a new and informed appreciation for architecture, from the classical orders of Vitruvius - Doric, Ionic and Corinthian - to the to the most recent contemporary trends. Philip Wilkinson offers expert introductions to the most important architectural movements and styles throughout history, as well as describing some of the greatest architects' most important and representative works. So, if you've ever wondered when a building is just a building or art, or want to know more about Gothic vaults, trusses and arches, this is the perfect introduction. Contents: The Orders, Prefabrication, Machine aesthetics, Roman engineering, Beaux Arts, Dymaxion, Romanesque, Arts and Crafts, Alternative architecture, Gothic, Conservation, Functionalism, Renaissance, Skyscraper, Plug-in city, Baroque, City Beautiful, Minimalism, Rococo, Art Nouveau, Brutalism, Palladianism, Secession, Townscape, Neo-Classicism, Art Deco, Postmodernism, Character, Garden city, Contextual design, Taste, Futurism, Hi Tech, The Picturesque, Constructivism, Deconstructivism, The Sublime, Bauhaus, Historicism, Landscape garden, De Stijl, Community architecture, Revivalism, International Style, Green architecture, Restoration, Expressionism, Urbanism, Industrial, Organic architecture, Eclecticism.
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.
Overcomer: Finding New Strength in Claiming God’s Promises
David Jeremiah - 2018
And yet, the Bible promises we were created to enjoy lives of freedom, even in times when the world around us seems filled with darkness. We were created to be overcomers, conquering the greatest obstacles in our lives.In his new book,
Overcomer
, beloved teacher David Jeremiah offers his insights on one of the most quoted but least understood passages of the Bible: the apostle Paul’s admonition to the Ephesians to take up the whole armor of God (Ephesians 6:10-18). With his signature depth, wisdom, and compassion, Dr. Jeremiah explores the powerful relevance of spiritual armor as a critical tool each day as we confront the specific challenges in our lives and of our time. If you’ve had enough of living in defeat, it is time to find renewed strength and claim the promises of God’s Word to overcome life’s greatest threats.
Desert Outcast
Juddy Anderson C. Punzalan - 2021
Ruled by Emperor Sarvasa, the richest man in Serestia, they are masters of nature, magic, and advanced technology deciphered from the sacred texts of the Ancients.For thousands of years, Kyrdas has continuously abused their power and have erected a super city for the lavish lifestyle of the elite. This created an unforgiving and hostile environment for the poor and resulted in the rise of slavemasters and mercenaries which then paved the way for the age of fighters.Meanwhile, in the middle of another mission, Viroe stumbles upon some traders who hail from Kyrdas. They were smuggling suspicious yellow gemstones into the northern city and little did he know that his life was going to change the moment he decided to involve himself with the dangerous affairs of the empire.This is the story of the desert outcast who will soon be the leader of the assassin council.Meet Viroe, the desert outcast.
Java SE 6: The Complete Reference
Herbert Schildt - 2006
He includes information on Java Platform Standard Edition 6 (Java SE 6) and offers complete coverage of the Java language, its syntax, keywords, and fundamental programming principles.
Growing Object-Oriented Software, Guided by Tests
Steve Freeman - 2009
This one's a keeper." --Robert C. Martin "If you want to be an expert in the state of the art in TDD, you need to understand the ideas in this book."--Michael Feathers Test-Driven Development (TDD) is now an established technique for delivering better software faster. TDD is based on a simple idea: Write tests for your code before you write the code itself. However, this simple idea takes skill and judgment to do well. Now there's a practical guide to TDD that takes you beyond the basic concepts. Drawing on a decade of experience building real-world systems, two TDD pioneers show how to let tests guide your development and "grow" software that is coherent, reliable, and maintainable. Steve Freeman and Nat Pryce describe the processes they use, the design principles they strive to achieve, and some of the tools that help them get the job done. Through an extended worked example, you'll learn how TDD works at multiple levels, using tests to drive the features and the object-oriented structure of the code, and using Mock Objects to discover and then describe relationships between objects. Along the way, the book systematically addresses challenges that development teams encounter with TDD--from integrating TDD into your processes to testing your most difficult features. Coverage includes - Implementing TDD effectively: getting started, and maintaining your momentum throughout the project - Creating cleaner, more expressive, more sustainable code - Using tests to stay relentlessly focused on sustaining quality - Understanding how TDD, Mock Objects, and Object-Oriented Design come together in the context of a real software development project - Using Mock Objects to guide object-oriented designs - Succeeding where TDD is difficult: managing complex test data, and testing persistence and concurrency
Refactoring to Patterns
Joshua Kerievsky - 2004
In 1999, "Refactoring" revolutionized design by introducing an effective process for improving code. With the highly anticipated " Refactoring to Patterns ," Joshua Kerievsky has changed our approach to design by forever uniting patterns with the evolutionary process of refactoring.This book introduces the theory and practice of pattern-directed refactorings: sequences of low-level refactorings that allow designers to safely move designs to, towards, or away from pattern implementations. Using code from real-world projects, Kerievsky documents the thinking and steps underlying over two dozen pattern-based design transformations. Along the way he offers insights into pattern differences and how to implement patterns in the simplest possible ways.Coverage includes: A catalog of twenty-seven pattern-directed refactorings, featuring real-world code examples Descriptions of twelve design smells that indicate the need for this book s refactorings General information and new insights about patterns and refactoringDetailed implementation mechanics: how low-level refactorings are combined to implement high-level patterns Multiple ways to implement the same pattern and when to use each Practical ways to get started even if you have little experience with patterns or refactoring"Refactoring to Patterns" reflects three years of refinement and the insights of more than sixty software engineering thought leaders in the global patterns, refactoring, and agile development communities. Whether you re focused on legacy or greenfield development, this book will make you a better software designer by helping you learn how to make important design changes safely and effectively. "
Widow Maker: A Novel of World War II
E.R. Johnson - 2012
The B-26--dubbed Widow Maker by the press and the aircrews who flew her--was one of the most controversial aircraft produced in the United States during the war. These young men find themselves confronted not only with doubts about the airplane they are given to fly, but also the sometimes fatal choices made by a military organization unprepared to employ them in combat. Against the setting of World War II Europe, the heart and minds of these young men are revealed as they are forces to make a swift and frequently terrifying journey into manhood. The differences between them, seemingly irreconcilable at first, fade away as they form the ancient bond between men whose lives must depend upon one another in combat. But even after these young Americans make the transition into seasoned warriors, they are still faced with the grim reality that some of them will survive--and some will not.
Microsoft Project 2010 Step by Step
Carl Chatfield - 2010
With Step By Step, you set the pace-building and practicing the skills you need, just when you need them! Topics include building a project plan and fine-tuning the details; scheduling tasks, assigning resources, and managing dependencies; monitoring progress and costs; keeping projects on track; communicating project data through Gantt charts and other views.
Phoenix
Lynn Leite - 2019
It’s off season and rare to have campers vacationing this late in the year. Learning that his assumption that the mountain is empty is wrong and that there is one lone camper in the path of the boys, Phoenix and his brother Dallas head out to avert a possible tragedy. What concerned him the most was not that the young boys would harm the camper, but that the camper would harm them. Three young, curious wolves could be seen as a threat by someone alone in the wilderness. Ellis Grant is alone on the mountain to heal after her father’s unexpected illness took him from her far too soon. When a wolf’s cry pierces the night, she sees it as a sign from her father. Her father loved wolves. Answering the call with a howl of her own seemed like a good idea, right up until she realized there was more than one wolf out there and they were headed right for her.
Guerrilla Home Recording: How to Get Great Sound from Any Studio {No Matter How Weird or Cheap Your Gear Is}
Karl Coryat - 2004
The revised edition is updated with a greater focus on digital recording techniques, the most powerful tools available to the home recordist. There are chapters devoted to instrument recording, humanizing drum patterns, mixing with plug-ins and virtual consoles, and a new section on using digital audio skills. And since, many true "Guerrillas" still record to analog tape, we have retained the best of that world. This edition features many more graphics than in the original edition, further enforcing Guerrilla Home Recording's reputation as the most readable, user-frienly recording title on the market.
Beyond The Phoenix Project: The Origins and Evolution Of DevOps (Official Transcript of The Audio Series)
Gene Kim - 2018
In this transcript of the audio series, Gene Kim and John Willis present a nine-part discussion that includes an oral history of the DevOps movement, as well as discussions around pivotal figures and philosophies that DevOps draws upon, from Goldratt to Deming; from Lean to Safety Culture to Learning Organizations.The book is a great way for listeners to take an even deeper dive into topics relevant to DevOps and leading technology organizations.
Head First Design Patterns
Eric Freeman - 2004
At any given moment, somewhere in the world someone struggles with the same software design problems you have. You know you don't want to reinvent the wheel (or worse, a flat tire), so you look to Design Patterns--the lessons learned by those who've faced the same problems. With Design Patterns, you get to take advantage of the best practices and experience of others, so that you can spend your time on...something else. Something more challenging. Something more complex. Something more fun. You want to learn about the patterns that matter--why to use them, when to use them, how to use them (and when NOT to use them). But you don't just want to see how patterns look in a book, you want to know how they look "in the wild". In their native environment. In other words, in real world applications. You also want to learn how patterns are used in the Java API, and how to exploit Java's built-in pattern support in your own code. You want to learn the real OO design principles and why everything your boss told you about inheritance might be wrong (and what to do instead). You want to learn how those principles will help the next time you're up a creek without a design pattern. Most importantly, you want to learn the "secret language" of Design Patterns so that you can hold your own with your co-worker (and impress cocktail party guests) when he casually mentions his stunningly clever use of Command, Facade, Proxy, and Factory in between sips of a martini. You'll easily counter with your deep understanding of why Singleton isn't as simple as it sounds, how the Factory is so often misunderstood, or on the real relationship between Decorator, Facade and Adapter. With Head First Design Patterns, you'll avoid the embarrassment of thinking Decorator is something from the "Trading Spaces" show. Best of all, in a way that won't put you to sleep! We think your time is too important (and too short) to spend it struggling with academic texts. If you've read a Head First book, you know what to expect--a visually rich format designed for the way your brain works. Using the latest research in neurobiology, cognitive science, and learning theory, Head First Design Patterns will load patterns into your brain in a way that sticks. In a way that lets you put them to work immediately. In a way that makes you better at solving software design problems, and better at speaking the language of patterns with others on your team.
Kubernetes Patterns: Reusable Elements for Designing Cloud-Native Applications
Bilgin Ibryam - 2019
These modern architectures use new primitives that require a different set of practices than most developers, tech leads, and architects are accustomed to. With this focused guide, Bilgin Ibryam and Roland Huß from Red Hat provide common reusable elements, patterns, principles, and practices for designing and implementing cloud-native applications on Kubernetes.Each pattern includes a description of the problem and a proposed solution with Kubernetes specifics. Many patterns are also backed by concrete code examples. This book is ideal for developers already familiar with basic Kubernetes concepts who want to learn common cloud-native patterns.You'll learn about the following pattern categories:Foundational patterns cover the core principles and practices for building container-based cloud-native applications.Behavioral patterns explore finer-grained concepts for managing various types of container and platform interactions.Structural patterns help you organize containers within a pod, the atom of the Kubernetes platform.Configuration patterns provide insight into how application configurations can be handled in Kubernetes.Advanced patterns cover more advanced topics such as extending the platform with operators.