Skip to content

Improved File #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Reactive Design Patterns — </title>
<title>Reactive Attract Design Patterns — </title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
Expand Down Expand Up @@ -43,7 +43,7 @@
<p style="text-align: center"><a href="https://manning.com/books/reactive-design-patterns?a_aid=ReactiveDesignPatternsKuhn&amp;a_bid=b336a46f"><img src="kuhn_cover.jpg" alt="Get a 39% discount with code 39kuhn" title="Get a 39% discount with code 39kuhn" /></a></p>

<p>This website accompanies the book <a href="https://manning.com/books/reactive-design-patterns?a_aid=ReactiveDesignPatternsKuhn&amp;a_bid=b336a46f"><em>Reactive Design Patterns</em></a> by Roland Kuhn with contributions from Jamie Allen and Brian Hanafee.
The book presents a set of architecture and design patterns that have proven useful in creating <em>reactive systems</em>.</p>
The book presents a set of <b>architecture and design patterns </b>that have proven useful in creating <em>reactive systems</em>.</p>

<p>The first part (pages 1–63) introduces the concepts and background from the <a href="https://www.reactivemanifesto.org/"><em>Reactive Manifesto</em></a>, rounded up with a real-world example and a tour of the tools of the trade.
The second part (pages 66–123) presents the theory, the reasoning behind the reactive principles, with links to the literature for further study.
Expand All @@ -56,7 +56,7 @@
<h2 id="what-you-can-find-on-this-site">What you can find on this site</h2>

<ul>
<li>A summary of the architecture and design patterns, both <a href="categories.html">by categories</a> and <a href="alphabetical.html">sorted alphabetically</a>.</li>
<li>A summary of the architecture and design patterns, both <a href="categories.html"><b>by categories</b></a> and <a href="alphabetical.html">sorted alphabetically</a>.</li>
<li>The <a href="videos.html">video courses</a> from the Coursera course «Principles of Reactive Programming».</li>
</ul>

Expand Down