Domain

Domain
Author :
Publisher : Pan Macmillan
Total Pages : 444
Release :
ISBN-10 : 9781447203384
ISBN-13 : 1447203380
Rating : 4/5 (84 Downloads)

Synopsis Domain by : James Herbert

Apocalyptic survival at its most terrifying. The third in the Rats trilogy, international bestseller James Herbert's Domain pits man against mutant rats, who are back with a vengeance. The long-dreaded nuclear conflict. The city torn apart, shattered, its people destroyed or mutilated beyond hope. For just a few, survival is possible only beneath the wrecked streets – if there is time to avoid the slow-descending poisonous ashes. But below, the rats, demonic offspring of their irradiated forebears, are waiting. They know that Man is weakened, become frail. Has become their prey . . . Start the Master of Horror's chilling series from the beginning with The Rats and Lair.

The Domain Book of Intuitive Home Design

The Domain Book of Intuitive Home Design
Author :
Publisher : Clarkson Potter Publishers
Total Pages : 196
Release :
ISBN-10 : 0517707632
ISBN-13 : 9780517707630
Rating : 4/5 (32 Downloads)

Synopsis The Domain Book of Intuitive Home Design by : Judy George

Domain, one of the country's fastest growing furniture chains, presents the first interactive home-decorating book to marry the culture of home with the psychology of style. 200 color photos.

Range

Range
Author :
Publisher : Penguin
Total Pages : 369
Release :
ISBN-10 : 9780735214507
ISBN-13 : 0735214506
Rating : 4/5 (07 Downloads)

Synopsis Range by : David Epstein

The #1 New York Times bestseller that has all America talking—with a new afterword on expanding your range—as seen on CNN's Fareed Zakaria GPS, Morning Joe, CBS This Morning, and more. “The most important business—and parenting—book of the year.” —Forbes “Urgent and important. . . an essential read for bosses, parents, coaches, and anyone who cares about improving performance.” —Daniel H. Pink Shortlisted for the Financial Times/McKinsey Business Book of the Year Award Plenty of experts argue that anyone who wants to develop a skill, play an instrument, or lead their field should start early, focus intensely, and rack up as many hours of deliberate practice as possible. If you dabble or delay, you’ll never catch up to the people who got a head start. But a closer look at research on the world’s top performers, from professional athletes to Nobel laureates, shows that early specialization is the exception, not the rule. David Epstein examined the world’s most successful athletes, artists, musicians, inventors, forecasters and scientists. He discovered that in most fields—especially those that are complex and unpredictable—generalists, not specialists, are primed to excel. Generalists often find their path late, and they juggle many interests rather than focusing on one. They’re also more creative, more agile, and able to make connections their more specialized peers can’t see. Provocative, rigorous, and engrossing, Range makes a compelling case for actively cultivating inefficiency. Failing a test is the best way to learn. Frequent quitters end up with the most fulfilling careers. The most impactful inventors cross domains rather than deepening their knowledge in a single area. As experts silo themselves further while computers master more of the skills once reserved for highly focused humans, people who think broadly and embrace diverse experiences and perspectives will increasingly thrive.

The Domain of Reasons

The Domain of Reasons
Author :
Publisher : Oxford University Press
Total Pages : 558
Release :
ISBN-10 : 9780199587636
ISBN-13 : 0199587639
Rating : 4/5 (36 Downloads)

Synopsis The Domain of Reasons by : John Skorupski

This book is about normativity and reasons. But by the end the subject becomes the relation between self, thought and world. Skorupski argues that the key concepts of epistemology and moral theory are normative concepts, and that what makes them normative is that they depend on reasons. The concept of a reason is fundamental to all thought.

Learning Domain-Driven Design

Learning Domain-Driven Design
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 342
Release :
ISBN-10 : 9781098100100
ISBN-13 : 1098100107
Rating : 4/5 (00 Downloads)

Synopsis Learning Domain-Driven Design by : Vlad Khononov

Building software is harder than ever. As a developer, you not only have to chase ever-changing technological trends but also need to understand the business domains behind the software. This practical book provides you with a set of core patterns, principles, and practices for analyzing business domains, understanding business strategy, and, most importantly, aligning software design with its business needs. Author Vlad Khononov shows you how these practices lead to robust implementation of business logic and help to future-proof software design and architecture. You'll examine the relationship between domain-driven design (DDD) and other methodologies to ensure you make architectural decisions that meet business requirements. You'll also explore the real-life story of implementing DDD in a startup company. With this book, you'll learn how to: Analyze a company's business domain to learn how the system you're building fits its competitive strategy Use DDD's strategic and tactical tools to architect effective software solutions that address business needs Build a shared understanding of the business domains you encounter Decompose a system into bounded contexts Coordinate the work of multiple teams Gradually introduce DDD to brownfield projects

Building User-Friendly DSLs

Building User-Friendly DSLs
Author :
Publisher : Simon and Schuster
Total Pages : 502
Release :
ISBN-10 : 9781617296475
ISBN-13 : 1617296473
Rating : 4/5 (75 Downloads)

Synopsis Building User-Friendly DSLs by : Meinte Boersma

Craft domain-specific languages that empower experts to create software themselves. Domain-specific languages put business experts at the heart of software development. These purpose-built tools let your clients write down their business knowledge and have it automatically translated into working software—no dev time required. They seamlessly bridge the knowledge gap between programmers and subject experts, enabling better communication and freeing you from time-consuming code adjustments. Inside Building User-Friendly DSLs you’ll learn how to: • Build a complete Domain IDE for a car rental company • Implement a projectional editor for your DSL • Implement content assist, type systems, expressions, and versioning language aspects • Evaluate business rules • Work with Abstract Syntax Trees • Reduce notated DSL content in concrete syntax into abstract syntax Building User-Friendly DSLs takes you on a carefully-planned journey through everything you need to create your own DSLs. It focuses on building DSLs that are easy for busy business experts to learn and master. By working through a detailed example of a car rental company, you'll see how to create a custom DSL with a modern and intuitive UI that can replace tedious coding activities. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology Here’s the central problem of software development: business users know what they need their apps to do, but they don’t know how to write the code themselves. As a developer, this means you spend a lot of time learning the same domain-specific details your user already knows. Now there’s a way to bridge this gap! You can create a Domain-Specific Language (DSL) that empowers non-technical business users to create and customize their own applications without writing any code. About the book Building User-Friendly DSLs teaches you how to create a complete domain-specific language that looks and works like a web application. These easy-to-use DSLs put the power to create custom software into the hands of business domain experts. As you go, you’ll cover all the essentials, from establishing structure and syntax of your DSL to implementing a user-friendly interface. What's inside • Implement a projectional editor for your DSL • Work with Abstract Syntax Trees • Evaluate business rules About the reader For developers with JavaScript and web development experience. About the author Meinte Boersma is a senior developer and an evangelist of model-driven software development and DSLs. Table of Contents 1 What is a domain-specific language? 2 Representing DSL content as structured data 3 Working with ASTs in code 4 Projecting the AST 5 Editing values in the projection 6 Editing objects in the projection 7 Implementing persistence and transportation of ASTs 8 Generating code from the AST 9 Preventing things from blowing up 10 Managing change 11 Implementing expressions: Binary operations 12 Implementing expressions: Order of operations 13 Implementing a type system 14 Implementing business rules 15 Some topics we didn’t cover

Domain Specificity of Creativity

Domain Specificity of Creativity
Author :
Publisher : Academic Press
Total Pages : 206
Release :
ISBN-10 : 9780128002896
ISBN-13 : 0128002891
Rating : 4/5 (96 Downloads)

Synopsis Domain Specificity of Creativity by : John Baer

Recent research findings have challenged the idea that creativity is domain-general. Domain Specificity of Creativity brings together the research information on domain specificity in creativity -- both the research that supports it and answers to research arguments that might seem to challenge it. The implications for domain specificity affect how we move forward with theories of creativity, testing for creativity, and teaching for creativity. The book outlines what these changes are and how creativity research and applications of that research will change in light of these new findings. - Summarizes research regarding domain specificity in creativity - Outlines implications of these findings for creativity theory, testing, and teaching - Identifies unanswered questions and new research opportunities

Influences from the Being’s Inner Domain Book 2

Influences from the Being’s Inner Domain Book 2
Author :
Publisher : Xlibris Corporation
Total Pages : 429
Release :
ISBN-10 : 9781669845355
ISBN-13 : 1669845354
Rating : 4/5 (55 Downloads)

Synopsis Influences from the Being’s Inner Domain Book 2 by : Racq Thah

This second book continues where Book 1 left us, the being’s inner spirits’ domains continue to surprise and offer much additional influence, value and spirit ability we have yet to uncover and discuss. This second book will reveal and share more of these additional gifts from the spirit domain.

Influences from the Being’s Inner Domain Book 3

Influences from the Being’s Inner Domain Book 3
Author :
Publisher : Xlibris Corporation
Total Pages : 363
Release :
ISBN-10 : 9781669839330
ISBN-13 : 1669839338
Rating : 4/5 (30 Downloads)

Synopsis Influences from the Being’s Inner Domain Book 3 by : Racq Thah

This is the third book in the series of Influences from the Inner Domain. All three books tell a story of the often-overlooked component of every being: their spirit domain, and why it is such a necessary component of all beings. The spirit domain is important for many reasons. It keeps us centered and on track through our journey around life’s circular path. It orchestrates and coordinates the internal workings, communications, and for most of the existence of beings was the primary influence to the mind component. It provided the mind with materials from its stores of knowledge and experience to influence and guide it, since the beginning of time. Unlike the other components of a being, spirits never die. They are reassigned to a newborn, retaining all they have gathered through time to support past, present, and future beings. Spirits, from their domain, also influenced motion and movement from the being’s physical component. This gave the being fuller flexibility, dexterity, and movement capabilities. Most important of all, it’s in the spirit domain that life itself for each being is centered and originates. This last book in the series tells of how the spirit domain’s influence diminishes over time and of the other internal components and influence becoming the more dominant drivers. It tells how the cost of this loss is great. As depicted in this third book the spirit domain continues to strive to contribute to the being’s existence, but is much hampered through the fourth and final quadrant of life’s circle to retain some contribution and an identity in determining who we are, how we act, and why we behave the way we do. There is still goodness and evil in this part of the stories, but more subtle from the spirits and their domains, and stronger from other influences from the being’s inner domain. The magic and mystical begins to dissipate. The beings and the civilization prepare for the closing of life’ circle. New ones will soon begin and follow.

Implementing Domain-driven Design

Implementing Domain-driven Design
Author :
Publisher : Pearson Education
Total Pages : 656
Release :
ISBN-10 : 9780321834577
ISBN-13 : 0321834577
Rating : 4/5 (77 Downloads)

Synopsis Implementing Domain-driven Design by : Vaughn Vernon

Vaughn Vernon presents concrete and realistic domain-driven design (DDD) techniques through examples from familiar domains, such as a Scrum-based project management application that integrates with a collaboration suite and security provider. Each principle is backed up by realistic Java examples, and all content is tied together by a single case study of a company charged with delivering a set of advanced software systems with DDD.