お知らせ connpassではさらなる価値のあるデータを提供するため、2024年5月23日(木)を以ちましてイベントサーチAPIの無料での提供の廃止を決定いたしました。
2024年5月23日(木)以降より開始予定の「connpass 有料API」の料金プランにつきましてはこちらをご覧ください。

お知らせ connpassをご利用いただく全ユーザーにおいて健全で円滑なイベントの開催や参加いただけるよう、イベント参加者向け・イベント管理者向けのガイドラインページを公開しました。内容をご理解の上、イベント内での違反行為に対応する参考としていただきますようお願いいたします。

このエントリーをはてなブックマークに追加

11月

26

第12回Reactive Design Patterns読書会@西新宿

主催 : TIS株式会社

第12回Reactive Design Patterns読書会@西新宿
ハッシュタグ :#read_rdp_ja
募集内容

一般

無料

先着順
4/6

申込者
negokaz
jkugiya
ythink
yugolf
申込者一覧を見る
開催日時
2015/11/26(木) 19:00 ~ 22:00
募集期間

2015/11/12(木) 21:57 〜
2015/11/26(木) 22:00まで

会場

TIS株式会社

東京都新宿区西新宿8-17-1(住友不動産新宿グランドタワー)

マップで見る 会場のサイトを見る

イベントの説明

開催概要

「Reactive Design Patterns(Roland Kuhn and Jamie Allen著)」の読書会12回目です。

進め方

  • 事前に読書会のターゲットとなるページを読んでおく。
  • 当日は自分の担当ページ※の要約(or翻訳)をシェアしてみんなでディスカッションする。
    • ※担当ページは読書会の最後に決める
  • 発表の方法はプレゼン形式でもテキストでもOK。
  • 最後に次回分の要約を次回参加可能な人で割り振る。
  • 1回20ページ程度のペースで進めてみて、ペースは参加者に合わせて調整して行く。

今回のターゲットと分担

  • PART 2: The Philosophy in natshell
    • 8 Delimited Consistency
      • 8.5 Segregation of Responsibilities ... @ negokaz
      • 8.6 Persisting Isolated Scopes of Consistency ... @ negokaz
      • 8.7 Summary ... @ negokaz
    • 9 Non-Determinism by Need ... @ jkugiya
      • 9.1 Logic Programming and Declarative Data-Flow ... @ jkugiya
      • 9.2 Functional Reactive Programming ... @ jkugiya
      • 9.3 Shared-Nothing Concurrency ... @y_think
      • 9.4 Shared-State Concurrency ... @y_think
      • 9.5 So, What Should We Do? ... @y_think
      • 9.6 Summary ... @y_think
    • 10 Message Flow ... @yugolf
      • 10.1 Push Data Forward ... @yugolf
      • 10.2 Model the Processes of Your Domain ... @yugolf
      • 10.3 Identify Resilience Limitations ... @yugolf
      • 10.4 Estimate Rates and Deployment Scale ... @negokaz
      • 10.5 Plan for Flow Control ... @negokaz
      • 10.6 Summary for Part 2 ... @negokaz
  • PART 3: Patterns ... @negokaz
    • 11 Testing Reactive Applications ... @jkugiya
      • 11.1 How To Test ... @jkugiya
        • 11.1.1 Unit Tests ... @jkugiya
        • 11.1.2 Component Tests ... @jkugiya
        • 11.1.3 String Tests ... @jkugiya
        • 11.1.4 Integration Tests ... y_think
        • 11.1.5 User Acceptance Tests ... y_think
        • 11.1.6 Black Box Versus White Box Tests ... y_think
      • 11.2 Test Environment ... y_think
      • 11.3 Testing Asynchronously ... y_think

想定参加者

  • Reactive Design Patterns を一緒に読んでみたい方
  • Reactive Systemの実現方法を学びたい方
  • リアクティブ仲間と話したい方
  • 途中参加も可能

用意していただくもの

タイムテーブル

時間 内容
19:00 開場
19:15~19:30 読書会の説明、自己紹介
19:30~22:00 まとめてきた内容をシェア&ディスカッション

今後の開催予定

  • 読み終わるまで毎週木曜日に開催する予定です。

これまでの読書会

読書会 内容
第1回Reactive Design Patterns読書会@西新宿 PART 1: INTRODUCTION - 1 An Illustrated Example
第2回Reactive Design Patterns読書会@西新宿 PART 1: INTRODUCTION - 2 Why Reactive?
 - 2.1 Systems and their Users
 - 2.2 Reacting to Users
第3回Reactive Design Patterns読書会@西新宿 PART 1: INTRODUCTION - 2 Why Reactive?
 - 2.3 Reacting to Failure
 - 2.4 Reacting to Load
第4回Reactive Design Patterns読書会@西新宿 PART 1: INTRODUCTION - 2 Why Reactive?
 - 2.5 Reacting to Inputs
 - 2.6 How does this Change the Way We Program?
 - 2.7 Summary
PART 1: INTRODUCTION - 3 Tools of the Trade
 - 3.1 The Impact of Choosing Non-Reactive Tools
第5回Reactive Design Patterns読書会@西新宿 PART 1: INTRODUCTION - 3 Tools of the Trade
 - 3.2 Functional Programming
 - 3.3 Responsiveness to Users
 - 3.4 Implementations That Support Reactive
第6回Reactive Design Patterns読書会@西新宿 悪天候のため中止
第7回Reactive Design Patterns読書会@西新宿 PART 1: INTRODUCTION - 3 Tools of the Trade
 - 3.4 Implementations That Support Reactive
PART 2: The Philosophy in natshell - 4 Message Passing
 - 4.1 Synchronous vs. Asynchronous
 - 4.2 Event-Based vs. Message-Based
 - 4.3 Flow Control
第8回Reactive Design Patterns読書会@西新宿 PART 2: The Philosophy in natshell - 4 Message Passing
 - 4.4 Delivery Guarantees
 - 4.5 Vertical Scalability
 - 4.6 Events as Messages
 - 4.7 Synchronous Message Passing
 - 4.8 Summary
第9回Reactive Design Patterns読書会@西新宿 PART 2: The Philosophy in natshell - 5 Location Transparency
第10回Reactive Design Patterns読書会@西新宿 PART 2: The Philosophy in natshell - 6 Divide and Conquer
PART 2: The Philosophy in natshell - 7 Principled Failure Handling
第11回Reactive Design Patterns読書会@西新宿 PART 2: The Philosophy in natshell - 8 Delimited Consistency
 - 8.1 Encapsulated Modules to the Rescue
 - 8.2 Grouping Data and Behavior According to Transaction Boundaries
 - 8.3 Modeling Work-flows across Transactional Boundaries
 - 8.4 Unit of Failure = Unit of Consistency
  • まとめ情報はGoogleドライブで参加者のみに共有
  • 過去の情報も参照できるので、途中からの参加も問題ありません。

資料 資料をもっと見る/編集する

資料が投稿されると、最新の3件が表示されます。

フィード

yugolf

yugolf さんが 第12回Reactive Design Patterns読書会@西新宿 を公開しました。

2015/11/12 21:57

第12回Reactive Design Patterns読書会@西新宿 を公開しました!

グループ

終了

2015/11/26(木)

19:00
22:00

募集期間
2015/11/12(木) 21:57 〜
2015/11/26(木) 22:00

会場

TIS株式会社

東京都新宿区西新宿8-17-1(住友不動産新宿グランドタワー)

管理者

参加者(4人)

negokaz

negokaz

第12回Reactive Design Patterns読書会@西新宿 に参加を申し込みました!

jkugiya

jkugiya

第12回Reactive Design Patterns読書会@西新宿に参加を申し込みました!

ythink

ythink

第12回Reactive Design Patterns読書会@西新宿 に参加を申し込みました!

yugolf

yugolf

第12回Reactive Design Patterns読書会@西新宿に参加を申し込みました!

参加者一覧(4人)