The Reactive

Download The Reactive PDF Online Free

Author :
Publisher : Penguin Random House South Africa
ISBN 13 : 1415206120
Total Pages : 208 pages
Book Rating : 4.4/5 (152 download)

DOWNLOAD NOW!


Book Synopsis The Reactive by : Masande Ntshanga

Download or read book The Reactive written by Masande Ntshanga and published by Penguin Random House South Africa. This book was released on 2014-10-03 with total page 208 pages. Available in PDF, EPUB and Kindle. Book excerpt: In a city that has lost its shimmer, Lindanathi and his two friends Ruan and Cecelia sell illegal pharmaceuticals while chasing their next high. Lindanathi, deeply troubled by his hand in his brother’s death, has turned his back on his family, until a message from home reminds him of a promise he made years before. When a puzzling masked man enters their lives, Lindanathi is faced with a decision: continue his life in Cape Town, or return to his family and to all he has left behind. Rendered in lyrical, bright prose and set in a not-so-new South Africa, The Reactive is a poignant, life-affirming story about secrets, memory, chemical abuse and family, and the redemption that comes from facing what haunts us most.

Mastering Shiny

Download Mastering Shiny PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 149204735X
Total Pages : 372 pages
Book Rating : 4.4/5 (92 download)

DOWNLOAD NOW!


Book Synopsis Mastering Shiny by : Hadley Wickham

Download or read book Mastering Shiny written by Hadley Wickham and published by "O'Reilly Media, Inc.". This book was released on 2021-04-29 with total page 372 pages. Available in PDF, EPUB and Kindle. Book excerpt: Master the Shiny web framework—and take your R skills to a whole new level. By letting you move beyond static reports, Shiny helps you create fully interactive web apps for data analyses. Users will be able to jump between datasets, explore different subsets or facets of the data, run models with parameter values of their choosing, customize visualizations, and much more. Hadley Wickham from RStudio shows data scientists, data analysts, statisticians, and scientific researchers with no knowledge of HTML, CSS, or JavaScript how to create rich web apps from R. This in-depth guide provides a learning path that you can follow with confidence, as you go from a Shiny beginner to an expert developer who can write large, complex apps that are maintainable and performant. Get started: Discover how the major pieces of a Shiny app fit together Put Shiny in action: Explore Shiny functionality with a focus on code samples, example apps, and useful techniques Master reactivity: Go deep into the theory and practice of reactive programming and examine reactive graph components Apply best practices: Examine useful techniques for making your Shiny apps work well in production

Reactive Spring

Download Reactive Spring PDF Online Free

Author :
Publisher :
ISBN 13 : 9781732910416
Total Pages : pages
Book Rating : 4.9/5 (14 download)

DOWNLOAD NOW!


Book Synopsis Reactive Spring by : Josh Long

Download or read book Reactive Spring written by Josh Long and published by . This book was released on 2020-09-15 with total page pages. Available in PDF, EPUB and Kindle. Book excerpt: Microservices and big-data increasingly confront us with the limitations of traditional input/output. In traditional IO, work that is IO-bound dominates threads. This wouldn't be such a big deal if we could add more threads cheaply, but threads are expensive on the JVM, and most other platforms. Even if threads were cheap and infinitely scalable, we'd still be confronted with the faulty nature of networks. Things break, and they often do so in subtle, but non-exceptional ways. Traditional approaches to integration bury the faulty nature of networks behind overly simplifying abstractions. We need something better.Join Spring Developer Advocate Josh Long for an introduction to reactive programming in the Spring ecosystem, leveraging the reactive streams specification, Reactor, Spring Boot, Spring Cloud and so much more.This book will cover important concepts in reactive programming including project Reactor and the reactive streams specification, data access, web programming, RPC with protocols like RSocket, testing, and integration and composition, and more.

The Reactive Square

Download The Reactive Square PDF Online Free

Author :
Publisher :
ISBN 13 :
Total Pages : 48 pages
Book Rating : 4.F/5 ( download)

DOWNLOAD NOW!


Book Synopsis The Reactive Square by : John Maeda

Download or read book The Reactive Square written by John Maeda and published by . This book was released on 1995 with total page 48 pages. Available in PDF, EPUB and Kindle. Book excerpt:

Functional Reactive Programming

Download Functional Reactive Programming PDF Online Free

Author :
Publisher : Simon and Schuster
ISBN 13 : 1638353417
Total Pages : 548 pages
Book Rating : 4.6/5 (383 download)

DOWNLOAD NOW!


Book Synopsis Functional Reactive Programming by : Stephen Blackheath

Download or read book Functional Reactive Programming written by Stephen Blackheath and published by Simon and Schuster. This book was released on 2016-07-26 with total page 548 pages. Available in PDF, EPUB and Kindle. Book excerpt: Summary Functional Reactive Programming teaches the concepts and applications of FRP. It offers a careful walk-through of core FRP operations and introduces the concepts and techniques you'll need to use FRP in any language. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Today's software is shifting to more asynchronous, event-based solutions. For decades, the Observer pattern has been the go-to event infrastructure, but it is known to be bug-prone. Functional reactive programming (FRP) replaces Observer, radically improving the quality of event-based code. About the Book Functional Reactive Programming teaches you how FRP works and how to use it. You'll begin by gaining an understanding of what FRP is and why it's so powerful. Then, you'll work through greenfield and legacy code as you learn to apply FRP to practical use cases. You'll find examples in this book from many application domains using both Java and JavaScript. When you're finished, you'll be able to use the FRP approach in the systems you build and spend less time fixing problems. What's Inside Think differently about data and events FRP techniques for Java and JavaScript Eliminate Observer one listener at a time Explore Sodium, RxJS, and Kefir.js FRP systems About the Reader Readers need intermediate Java or JavaScript skills. No experience with functional programming or FRP required. About the Authors Stephen Blackheath and Anthony Jones are experienced software developers and the creators of the Sodium FRP library for multiple languages. Foreword by Heinrich Apfelmus. Illustrated by Duncan Hill. Table of Contents Stop listening! Core FRP Some everyday widget stuff Writing a real application New concepts FRP on the web Switch Operational primitives Continuous time Battle of the paradigms Programming in the real world Helpers and patterns Refactoring Adding FRP to existing projects Future directions

Reactive Systems in Java

Download Reactive Systems in Java PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1492091677
Total Pages : 298 pages
Book Rating : 4.4/5 (92 download)

DOWNLOAD NOW!


Book Synopsis Reactive Systems in Java by : Clement Escoffier

Download or read book Reactive Systems in Java written by Clement Escoffier and published by "O'Reilly Media, Inc.". This book was released on 2021-11-10 with total page 298 pages. Available in PDF, EPUB and Kindle. Book excerpt: Reactive systems and event-driven architecture are becoming indispensable to application design, and companies are taking note. Reactive systems ensure that applications are responsive, resilient, and elastic no matter what failures or errors may be occurring, while event-driven architecture offers a flexible and composable option for distributed systems. This practical book helps Java developers bring these approaches together using Quarkus 2.x, the Kubernetes-native Java framework. Clement Escoffier and Ken Finnigan show you how to take advantage of event-driven and reactive principles to build robust distributed systems, reducing latency and increasing throughput, particularly in microservices and serverless applications. You'll also get a foundation in Quarkus to help you create true Kubernetes-native applications for the cloud. Understand the fundamentals of reactive systems and event-driven architecture Learn how to use Quarkus to build reactive applications Combine Quarkus with Apache Kafka or AMQP to build reactive systems Develop microservices that utilize messages with Quarkus for use in event-driven architectures Learn how to integrate external messaging systems, such as Apache Kafka, with Quarkus Build applications with Quarkus using reactive systems and reactive programming concepts

Hands-On Reactive Programming with Reactor

Download Hands-On Reactive Programming with Reactor PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1789136342
Total Pages : 237 pages
Book Rating : 4.7/5 (891 download)

DOWNLOAD NOW!


Book Synopsis Hands-On Reactive Programming with Reactor by : Rahul Sharma

Download or read book Hands-On Reactive Programming with Reactor written by Rahul Sharma and published by Packt Publishing Ltd. This book was released on 2018-09-29 with total page 237 pages. Available in PDF, EPUB and Kindle. Book excerpt: Discover how project Reactor enhances the reactive programming paradigm and allows you to build scalable asynchronous applications Key FeaturesUse reactive APIs, Flux, and Mono to implement reactive extensionsCreate concurrent applications without the complexity of Java's concurrent APIUnderstand techniques to implement event-driven and reactive applicationsBook Description Reactor is an implementation of the Java 9 Reactive Streams specification, an API for asynchronous data processing. This specification is based on a reactive programming paradigm, enabling developers to build enterprise-grade, robust applications with reduced complexity and in less time. Hands-On Reactive Programming with Reactor shows you how Reactor works, as well as how to use it to develop reactive applications in Java. The book begins with the fundamentals of Reactor and the role it plays in building effective applications. You will learn how to build fully non-blocking applications and will later be guided by the Publisher and Subscriber APIs. You will gain an understanding how to use two reactive composable APIs, Flux and Mono, which are used extensively to implement Reactive Extensions. All of these components are combined using various operations to build a complete solution. In addition to this, you will get to grips with the Flow API and understand backpressure in order to control overruns. You will also study the use of Spring WebFlux, an extension of the Reactor framework for building microservices. By the end of the book, you will have gained enough confidence to build reactive and scalable microservices. What you will learnExplore benefits of the Reactive paradigm and the Reactive Streams APIDiscover the impact of Flux and Mono implications in ReactorExpand and repeat data in stream processingGet to grips with various types of processors and choose the best oneUnderstand how to map errors to make corrections easierCreate robust tests using testing utilities offered by ReactorFind the best way to schedule the execution of codeWho this book is for If you’re looking to develop event- and data-driven applications easily with Reactor, this book is for you. Sound knowledge of Java fundamentals is necessary to understand the concepts covered in the book.

Reactive Messaging Patterns with the Actor Model

Download Reactive Messaging Patterns with the Actor Model PDF Online Free

Author :
Publisher : Addison-Wesley Professional
ISBN 13 : 0133846873
Total Pages : 1030 pages
Book Rating : 4.1/5 (338 download)

DOWNLOAD NOW!


Book Synopsis Reactive Messaging Patterns with the Actor Model by : Vaughn Vernon

Download or read book Reactive Messaging Patterns with the Actor Model written by Vaughn Vernon and published by Addison-Wesley Professional. This book was released on 2015-07-13 with total page 1030 pages. Available in PDF, EPUB and Kindle. Book excerpt: USE THE ACTOR MODEL TO BUILD SIMPLER SYSTEMS WITH BETTER PERFORMANCE AND SCALABILITY Enterprise software development has been much more difficult and failure-prone than it needs to be. Now, veteran software engineer and author Vaughn Vernon offers an easier and more rewarding method to succeeding with Actor model. Reactive Messaging Patterns with the Actor Model shows how the reactive enterprise approach, Actor model, Scala, and Akka can help you overcome previous limits of performance and scalability, and skillfully address even the most challenging non-functional requirements. Reflecting his own cutting-edge work, Vernon shows architects and developers how to translate the longtime promises of Actor model into practical reality. First, he introduces the tenets of reactive software, and shows how the message-driven Actor model addresses all of them–making it possible to build systems that are more responsive, resilient, and elastic. Next, he presents a practical Scala bootstrap tutorial, a thorough introduction to Akka and Akka Cluster, and a full chapter on maximizing performance and scalability with Scala and Akka. Building on this foundation, you’ll learn to apply enterprise application and integration patterns to establish message channels and endpoints; efficiently construct, route, and transform messages; and build robust systems that are simpler and far more successful. Coverage Includes How reactive architecture replaces complexity with simplicity throughout the core, middle, and edges The characteristics of actors and actor systems, and how Akka makes them more powerful Building systems that perform at scale on one or many computing nodes Establishing channel mechanisms, and choosing appropriate channels for each application and integration challenge Constructing messages to clearly convey a sender’s intent in communicating with a receiver Implementing a Process Manager for your Domain-Driven Designs Decoupling a message’s source and destination, and integrating appropriate business logic into its router Understanding the transformations a message may experience in applications and integrations Implementing persistent actors using Event Sourcing and reactive views using CQRS Find unique online training on Domain-Driven Design, Scala, Akka, and other software craftsmanship topics using the for{comprehension} website at forcomprehension.com.

Reactive Design Patterns

Download Reactive Design Patterns PDF Online Free

Author :
Publisher : Simon and Schuster
ISBN 13 : 1638354057
Total Pages : 574 pages
Book Rating : 4.6/5 (383 download)

DOWNLOAD NOW!


Book Synopsis Reactive Design Patterns by : Jamie Allen

Download or read book Reactive Design Patterns written by Jamie Allen and published by Simon and Schuster. This book was released on 2017-02-21 with total page 574 pages. Available in PDF, EPUB and Kindle. Book excerpt: Summary Reactive Design Patterns is a clearly written guide for building message-driven distributed systems that are resilient, responsive, and elastic. In this book you'll find patterns for messaging, flow control, resource management, and concurrency, along with practical issues like test-friendly designs. All patterns include concrete examples using Scala and Akka. Foreword by Jonas Bonér. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Modern web applications serve potentially vast numbers of users - and they need to keep working as servers fail and new ones come online, users overwhelm limited resources, and information is distributed globally. A Reactive application adjusts to partial failures and varying loads, remaining responsive in an ever-changing distributed environment. The secret is message-driven architecture - and design patterns to organize it. About the Book Reactive Design Patterns presents the principles, patterns, and best practices of Reactive application design. You'll learn how to keep one slow component from bogging down others with the Circuit Breaker pattern, how to shepherd a many-staged transaction to completion with the Saga pattern, how to divide datasets by Sharding, and more. You'll even see how to keep your source code readable and the system testable despite many potential interactions and points of failure. What's Inside The definitive guide to the Reactive Manifesto Patterns for flow control, delimited consistency, fault tolerance, and much more Hard-won lessons about what doesn't work Architectures that scale under tremendous load About the Reader Most examples use Scala, Java, and Akka. Readers should be familiar with distributed systems. About the Author Dr. Roland Kuhn led the Akka team at Lightbend and coauthored the Reactive Manifesto. Brian Hanafee and Jamie Allen are experienced distributed systems architects. Table of Contents PART 1 - INTRODUCTION Why Reactive? A walk-through of the Reactive Manifesto Tools of the trade PART 2 - THE PHILOSOPHY IN A NUTSHELL Message passing Location transparency Divide and conquer Principled failure handling Delimited consistency Nondeterminism by need Message flow PART 3 - PATTERNS Testing reactive applications Fault tolerance and recovery patterns Replication patterns Resource-management patterns Message flow patterns Flow control patterns State management and persistence patterns

Breaking Out of the Reactive Maintenance Cycle of Doom

Download Breaking Out of the Reactive Maintenance Cycle of Doom PDF Online Free

Author :
Publisher :
ISBN 13 : 9781735952802
Total Pages : pages
Book Rating : 4.9/5 (528 download)

DOWNLOAD NOW!


Book Synopsis Breaking Out of the Reactive Maintenance Cycle of Doom by : Jason Tranter

Download or read book Breaking Out of the Reactive Maintenance Cycle of Doom written by Jason Tranter and published by . This book was released on 2020-12 with total page pages. Available in PDF, EPUB and Kindle. Book excerpt:

Design Methods for Reactive Systems

Download Design Methods for Reactive Systems PDF Online Free

Author :
Publisher : Elsevier
ISBN 13 : 0080503950
Total Pages : 500 pages
Book Rating : 4.0/5 (85 download)

DOWNLOAD NOW!


Book Synopsis Design Methods for Reactive Systems by : R. J. Wieringa

Download or read book Design Methods for Reactive Systems written by R. J. Wieringa and published by Elsevier. This book was released on 2003-01-09 with total page 500 pages. Available in PDF, EPUB and Kindle. Book excerpt: Design Methods for Reactive Systems describes methods and techniques for the design of software systems—particularly reactive software systems that engage in stimulus-response behavior. Such systems, which include information systems, workflow management systems, systems for e-commerce, production control systems, and embedded software, increasingly embody design aspects previously considered alone—such as complex information processing, non-trivial behavior, and communication between different components—aspects traditionally treated separately by classic software design methodologies. But, as this book illustrates, the software designer is better served by the ability to intelligently pick and choose from among a variety of techniques according to the particular demands and properties of the system under development. Design Methods for Reactive Systems helps the software designer meet today's increasingly complex challenges by bringing together specification techniques and guidelines proven useful in the design of a wide range of software systems, allowing the designer to evaluate and adapt different techniques for different projects. Written in an exceptionally clear and insightful style, Design Methods for Reactive Systems is a book that students, engineers, teachers, and researchers will undoubtedly find of great value. Shows how the techniques and design approaches of the three most popular design methods can be combined in a flexible, problem-driven manner. Pedagogical features include summaries, rehearsal questions, exercises, discussion questions, and numerous case studies.

Reactive Risk and Rational Action

Download Reactive Risk and Rational Action PDF Online Free

Author :
Publisher : Univ of California Press
ISBN 13 : 0520318463
Total Pages : 284 pages
Book Rating : 4.5/5 (23 download)

DOWNLOAD NOW!


Book Synopsis Reactive Risk and Rational Action by : Carol A. Heimer

Download or read book Reactive Risk and Rational Action written by Carol A. Heimer and published by Univ of California Press. This book was released on 2023-04-28 with total page 284 pages. Available in PDF, EPUB and Kindle. Book excerpt: This title is part of UC Press's Voices Revived program, which commemorates University of California Press’s mission to seek out and cultivate the brightest minds and give them voice, reach, and impact. Drawing on a backlist dating to 1893, Voices Revived makes high-quality, peer-reviewed scholarship accessible once again using print-on-demand technology. This title was originally published in 1985.

Reactive Programming with RxJava

Download Reactive Programming with RxJava PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1491931620
Total Pages : 372 pages
Book Rating : 4.4/5 (919 download)

DOWNLOAD NOW!


Book Synopsis Reactive Programming with RxJava by : Tomasz Nurkiewicz

Download or read book Reactive Programming with RxJava written by Tomasz Nurkiewicz and published by "O'Reilly Media, Inc.". This book was released on 2016-10-06 with total page 372 pages. Available in PDF, EPUB and Kindle. Book excerpt: In today’s app-driven era, when programs are asynchronous and responsiveness is so vital, reactive programming can help you write code that’s more reliable, easier to scale, and better-performing. With this practical book, Java developers will first learn how to view problems in the reactive way, and then build programs that leverage the best features of this exciting new programming paradigm. Authors Tomasz Nurkiewicz and Ben Christensen include concrete examples that use the RxJava library to solve real-world performance issues on Android devices as well as the server. You’ll learn how RxJava leverages parallelism and concurrency to help you solve today’s problems. This book also provides a preview of the upcoming 2.0 release. Write programs that react to multiple asynchronous sources of input without descending into "callback hell" Get to that aha! moment when you understand how to solve problems in the reactive way Cope with Observables that produce data too quickly to be consumed Explore strategies to debug and to test programs written in the reactive style Efficiently exploit parallelism and concurrency in your programs Learn about the transition to RxJava version 2

Reactive Polymers Fundamentals and Applications

Download Reactive Polymers Fundamentals and Applications PDF Online Free

Author :
Publisher : William Andrew
ISBN 13 : 081551882X
Total Pages : 794 pages
Book Rating : 4.8/5 (155 download)

DOWNLOAD NOW!


Book Synopsis Reactive Polymers Fundamentals and Applications by : Johannes Karl Fink

Download or read book Reactive Polymers Fundamentals and Applications written by Johannes Karl Fink and published by William Andrew. This book was released on 2005-07-15 with total page 794 pages. Available in PDF, EPUB and Kindle. Book excerpt: Loaded with practical knowledge, Reactive Polymers Fundamentals and Applications: A Concise Guide to Industrial Polymers comprehensively presents the state-of-art of methods and materials for the formulation of polymeric resins. It is an indispensable tool for chemists, engineers, and manufacturers who use, formulate, and cure raw materials into final products. The text focuses on the chemical modification of properties during the final stage of part fabrication from plastics. Newer applications range from the small scale, such as dental fillings, to industrial processes for batch fabrication. The book covers resin groups in major use in industry and under active research and development.

Programming Reactive Extensions and LINQ

Download Programming Reactive Extensions and LINQ PDF Online Free

Author :
Publisher : Apress
ISBN 13 : 1430237481
Total Pages : 181 pages
Book Rating : 4.4/5 (32 download)

DOWNLOAD NOW!


Book Synopsis Programming Reactive Extensions and LINQ by : Jesse Liberty

Download or read book Programming Reactive Extensions and LINQ written by Jesse Liberty and published by Apress. This book was released on 2012-02-01 with total page 181 pages. Available in PDF, EPUB and Kindle. Book excerpt: Pro Reactive Extensions and LINQ is a deep dive into the next important technology for .NET developers: Reactive Extensions. This in-depth tutorial goes beyond what is available anywhere else to teach how to write WPF, Silverlight, and Windows Phone applications using the Reactive Extensions (Rx) to handle events and asynchronous method calls. Reactive programming allows you to turn those aspects of your code that are currently imperative into something much more event-driven and flexible. For this reason, it’s sometimes referred to as LINQ for Events. Reactive programming hinges on the concept of the observable collection, as opposed to the simple enumerable collection with which we’re all familiar. For example, to extract data from a collection and add it to a list box, you would traditionally iterate through the list box, extracting each object in turn. This approach works fine, but it requires significant knowledge about the data you’re working with, which can be limiting. In Rx programming, you're instead informed about each object in turn and then free to react to each notification however you like, which affords much greater flexibility. This book shows you how reactive programming can be applied to a range of situations—from WPF applications to Windows Phone apps—to improve coding efficiency and boost performance.

Reactive

Download Reactive PDF Online Free

Author :
Publisher : Elite Trials
ISBN 13 : 9781732733008
Total Pages : 396 pages
Book Rating : 4.7/5 (33 download)

DOWNLOAD NOW!


Book Synopsis Reactive by : Becky Moynihan

Download or read book Reactive written by Becky Moynihan and published by Elite Trials. This book was released on 2018-09-05 with total page 396 pages. Available in PDF, EPUB and Kindle. Book excerpt: For fans of the Hunger Games, Divergent, and Shatter Me series comes an emotional, action-packed story of resilience, second chances, and fierce love.AN INESCAPABLE CITY. THREE DEADLY TRIALS. ONE WAY OUT.Lune Tatum, adopted daughter of the Supreme Elite, has lived within her father's walled city for eleven years.But she wants out. Except she can't leave, and not because of the clans and mutated beasts that roam beyond the impenetrable, electrified walls protecting her life. Her plan has always been to win the Elite Trials and earn Title of Choice--her only chance at freedom. And the only way to return home to her mother.Then a boy from her past arrives on her eighteenth birthday. His presence threatens Lune's carefully laid plans and exposes memories she's desperate to forget. He can't be trusted. Especially as he possesses dangerous secrets. And what he reveals could ruin the chance at freedom she's willing to die for.THE ELITE TRIALS trilogy is the thrilling adventure of Lune Tatum as she fights for freedom in a futuristic dystopian world plagued by danger, secrets, and betrayal.

Bretherick's Handbook of Reactive Chemical Hazards

Download Bretherick's Handbook of Reactive Chemical Hazards PDF Online Free

Author :
Publisher : Elsevier
ISBN 13 : 1483162508
Total Pages : 2054 pages
Book Rating : 4.4/5 (831 download)

DOWNLOAD NOW!


Book Synopsis Bretherick's Handbook of Reactive Chemical Hazards by : L. Bretherick

Download or read book Bretherick's Handbook of Reactive Chemical Hazards written by L. Bretherick and published by Elsevier. This book was released on 2016-10-27 with total page 2054 pages. Available in PDF, EPUB and Kindle. Book excerpt: Bretherick's Handbook of Reactive Chemical Hazards, Fourth Edition, has been prepared and revised to give access to a wide and up-to-date selection of documented information to research students, practicing chemists, safety officers, and others concerned with the safe handling and use of reactive chemicals. This will allow ready assessment of the likely potential for reaction hazards which may be associated with an existing or proposed chemical compound or reaction system. A secondary, longer-term purpose is to present the information in a way which will, as far as possible, bring out the causes of, and interrelationships between, apparently disconnected facts and incidents. This handbook includes all information which had become available to the author by April 1989 on the reactivity hazards of individual elements or compounds, either alone or in combination. It begins with an introductory chapter that provides an overview of the complex subject of reactive chemical hazards, drawing attention to the underlying principles and to some practical aspects of minimizing such hazards. This is followed by two sections: Section 1 provides detailed information on the hazardous properties of individual chemicals, either alone or in combination with other compounds; the entries in Section 2 are of two distinct types. The first type of entry gives general information on the hazardous behavior of some recognizably discrete classes or groups of the 4,600 or so individual compounds for which details are given in Section 1. The second type of entry concerns reactive hazard topics, techniques, or incidents which have a common theme or pattern of behavior involving compounds of several different groups, so that no common structural feature exists for the compounds involved.