-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
459 lines (386 loc) · 14.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Ben J. Christensen</title>
<meta name="description" content="Ben J. Christensen">
<meta name="author" content="Ben J. Christensen">
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/base-min.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Raleway:200">
<style>
/* copy/paste/modify from http://purecss.io/base/ on top of base-min.css from http://purecss.io/*/
/* --------------------------
* Element Styles
* --------------------------
*/
body {
min-width: 320px;
color: #777;
line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
color: rgb(75, 75, 75);
}
h3 {
font-size: 1.25em;
}
h4 {
font-size: 1.125em;
}
a {
color: #3b8bba; /* block-background-text-normal */
text-decoration: none;
}
a:visited {
color: #265778; /* block-normal-text-normal */
}
dt {
font-weight: bold;
}
dd {
margin: 0 0 10px 0;
}
aside {
background: #1f8dd6; /* same color as selected state on site menu */
padding: 0.3em 1em;
border-radius: 3px;
color: #fff;
}
aside a, aside a:visited {
color: rgb(169, 226, 255);
}
/* --------------------------
* Layout Styles
* --------------------------
*/
/* Navigation Push Styles */
#layout {
position: relative;
padding-left: 0;
}
#layout.active #menu {
left: 160px;
width: 160px;
}
/* Apply the .box class on the immediate parent of any grid element (pure-u-*) to apply some padding. */
.l-box {
padding: 1em;
}
.l-wrap {
margin-left: auto;
margin-right: auto;
}
.content .l-wrap {
margin-left: -1em;
margin-right: -1em;
}
/* --------------------------
* Header Module Styles
* --------------------------
*/
.header {
font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
max-width: 768px;
margin: 0 auto;
padding: 1em;
text-align: center;
border-bottom: 1px solid #eee;
background: #fff;
letter-spacing: 0.05em;
}
.header h1 {
font-size: 300%;
font-weight: 100;
margin: 0;
}
.header h2 {
font-size: 125%;
font-weight: 100;
line-height: 1.5;
margin: 0;
color: #666;
letter-spacing: -0.02em;
}
/* --------------------------
* Content Module Styles
* --------------------------
*/
/* The content div is placed as a wrapper around all the docs */
.content {
margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
max-width: 768px;
}
.content .content-subhead {
margin: 2em 0 1em 0;
font-weight: 300;
color: #888;
position: relative;
}
.content .content-spaced {
line-height: 1.8;
}
.content .content-quote {
font-family: "Georgia", serif;
color: #666;
font-style: italic;
line-height: 1.8;
border-left: 5px solid #ddd;
padding-left: 1.5em;
}
.content .section {
padding-left: 1.5em;
}
/* --------------------------
* Code Styles
* --------------------------
*/
pre,
code {
font-family: Consolas, Courier, monospace;
color: #333;
background: rgb(250, 250, 250);
}
code {
padding: 0.2em 0.4em;
white-space: nowrap;
}
.content p code {
font-size: 90%;
}
.code {
margin-left: -1em;
margin-right: -1em;
padding: 1em;
border: 1px solid #eee;
border-left-width: 0;
border-right-width: 0;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.code code {
font-size: 95%;
white-space: pre;
word-wrap: normal;
padding: 0;
background: none;
}
.code-wrap code {
white-space: pre-wrap;
word-wrap: break-word;
}
/* --------------------------
* Footer Module Styles
* --------------------------
*/
.footer {
font-size: 87.5%;
border-top: 1px solid #eee;
margin-top: 3.4286em;
padding: 1.1429em;
background: rgb(250, 250, 250);
}
.legal {
line-height: 1.6;
text-align: center;
margin: 0 auto;
}
.legal-license {
margin-top: 0;
}
.legal-links {
list-style: none;
padding: 0;
margin-bottom: 0;
}
.legal-copyright {
margin-top: 0;
margin-bottom: 0;
}
/* --------------------------
* Responsive Styles
* --------------------------
*/
/* smaller screens */
@media screen and (max-width: 200em) {
.header h1 {
font-size: 220%;
}
}
/* below are defaults from purecss.io */
@media screen and (min-width: 35.5em) {
.legal-license {
text-align: left;
margin: 0;
}
.legal-copyright,
.legal-links,
.legal-links li {
text-align: right;
margin: 0;
}
}
@media screen and (min-width: 48em) {
.l-wrap,
.l-wrap .content {
padding-left: 1em;
padding-right: 1em;
}
.content .l-wrap {
margin-left: -2em;
margin-right: -2em;
}
.header,
.content {
padding-left: 2em;
padding-right: 2em;
}
.header h1 {
font-size: 320%;
}
.header h2 {
font-size: 128%;
}
.content p {
font-size: 1.125em;
}
.code {
margin-left: auto;
margin-right: auto;
border-left-width: 1px;
border-right-width: 1px;
}
.table-responsive {
margin-left: auto;
margin-right: auto;
}
.table-responsive table {
border-left-width: 1px;
border-right-width: 1px;
}
}
@media (max-width: 58em) {
/* Only apply this when the window is smaller. Otherwise, the following
case results in extra padding on the left:
* Make the window small. (Rotate to portrait on a mobile.)
* Tap the menu to trigger the active state.
* Make the window large again. (Rotate to landscape on mobile.)
*/
#layout.active {
position: relative;
left: 160px;
}
}
@media (min-width: 58em) {
#layout {
padding-left: 160px; /* left col width "#menu" */
left: 0;
}
#menu {
left: 160px;
}
.menu-link {
position: fixed;
left: 160px;
display: none;
}
#layout.active .menu-link {
left: 160px;
}
}
</style>
</head>
<body>
<div class="header">
<h1>Ben J. Christensen</h1>
<a href="https://photos.benjchristensen.com">Photos</a> |
<a href="https://twitter.com/benjchristensen">Twitter</a> |
<a href="https://github.com/benjchristensen">Github</a> |
<a href="https://speakerdeck.com/benjchristensen">Speaker Deck</a> |
<a href="http://benjchristensen.com/toc/">Blog</a> |
<a href="https://www.linkedin.com/in/benjchristensen">LinkedIn</a> |
<a href="https://www.facebook.com/profile.php?id=100009763380160">Facebook</a> |
<a href="https://keybase.io/benjchristensen">Keybase</a>
</div>
<div class="content">
<p>
Projects and work that has public information and/or artifacts available.
</p>
<h3>RSocket (previously ReactiveSocket)</h3>
<div class="section">
RSocket is an application protocol providing Reactive Stream semantics over an asynchronous, binary boundary.
<ul>
<li>Projects: <a href="https://github.com/RSocket">https://github.com/RSocket</a></li>
<li>Site: <a href="http://rsocket.io">http://rsocket.io</a></li>
<li><a href="https://github.com/RSocket/rsocket/blob/master/Protocol.md">Protocol</a></li>
<li><a href="https://github.com/RSocket/rsocket/blob/master/Motivations.md">Motivations</a> for creating a new protocol.</li>
</ul>
</div>
<h3>RxJava</h3>
<div class="section">
Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
<ul>
<li>Code: <a href="https://github.com/ReactiveX/RxJava">https://github.com/ReactiveX/RxJava</a></li>
<li>Site: <a href="http://reactivex.io">http://reactivex.io</a></li>
<li>Reference in <a href="http://www.thoughtworks.com/radar/languages-and-frameworks/reactive-extensions-across-languages">ThoughtWorks Tech Radar</a></li>
<li>Applying RxJava to Existing Applications at Philly ETE 2015 – <a href="https://speakerdeck.com/benjchristensen/applying-rxjava-to-existing-applications-at-philly-ete-2015">Slides</a> | <a href=" http://www.infoq.com/presentations/reactive-programming">Video</a></li>
<li>Reactive Programming with Rx at QConSF 2014 – <a href="https://speakerdeck.com/benjchristensen/reactive-programming-with-rx-at-qconsf-2014">Slides</a> | <a href="http://www.infoq.com/presentations/rx-service-architecture">Video</a></li>
<li>RxJava at GOTO Aarhus 2013 – <a href="https://speakerdeck.com/benjchristensen/rxjava-goto-aarhus-2013">Slides</a> | <a href="http://youtu.be/_t06LRX0DV0">Video</a></li>
<li>Netflix Tech Blog: <a href="http://techblog.netflix.com/2013/02/rxjava-netflix-api.html">Reactive Programming in the Netflix API with RxJava</a></li>
</ul>
</div>
<h3>Reactive Streams</h3>
<div class="section">
Reactive Streams is an initiative to provide a standard for asynchronous stream processing with non-blocking back pressure.
<ul>
<li>Code: <a href="https://github.com/reactive-streams/reactive-streams-jvm">https://github.com/reactive-streams/reactive-streams-jvm</a></li>
<li>Site: <a href="http://www.reactive-streams.org">http://www.reactive-streams.org</a></li>
<li><a href="https://github.com/reactive-streams/reactive-streams-jvm/blob/v1.0.0/README.md#specification">Specification</a></li>
<li><a href="http://openjdk.java.net/jeps/8132960">Proposed Inclusion in Java 9 as j.u.c.Flow</a></li>
<li><a href="https://medium.com/@viktorklang/reactive-streams-1-0-0-interview-faaca2c00bec">1.0 Release Interview</a></li>
</ul>
</div>
<h3>Hystrix & Fault Tolerance</h3>
<div class="section">
Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.
<ul>
<li>Code: <a href="https://github.com/Netflix/Hystrix">https://github.com/Netflix/Hystrix</a></li>
<li>Site: <a href="https://github.com/Netflix/Hystrix/wiki">Hystrix Wiki</a></li>
<li>Reference in <a href="http://www.thoughtworks.com/radar/tools/hystrix">ThoughtWorks Tech Radar</a></li>
<li>Resilient by Design at React SF 2014 – <a href="https://speakerdeck.com/benjchristensen/resilient-by-design-at-react-sf-2014">Slides</a> | <a href=" http://youtu.be/MEgyGamo79I">Video</a></li>
<li>Reactive Service Levels at React London 2014 – <a href="https://speakerdeck.com/benjchristensen/reactive-service-levels-at-react-london-2014">Slides</a> | <a href="http://www.youtube.com/watch?v=Ftkn1OF895E&feature=share&list=PLSD48HvrE7-Z1stQ1vIIBumB0wK0s8llY&index=7">Video</a></li>
<li>O'Reilly Radar Blog: <a href="http://benjchristensen.com/2013/06/10/application-resilience-in-a-service-oriented-architecture-using-hystrix/">Application Resilience in a Service-Oriented Architecture using Hystrix</a></li>
<li>Netflix Tech Blog: <a href="http://techblog.netflix.com/2012/02/fault-tolerance-in-high-volume.html">Fault Tolerance in a High Volume, Distributed System</a></li>
</ul>
</div>
<h3>Netflix API/Edge Platform</h3>
<div class="section">
Involved to varying degrees in the following:
<ul>
<li><a href="http://techblog.netflix.com/2012/02/fault-tolerance-in-high-volume.html">Fault Tolerance in Distributed Systems</a> (<i>see section on Hystrix above</i>)</li>
<li><a href="http://techblog.netflix.com/2013/02/rxjava-netflix-api.html">Adoption of Reactive Programming</a> (<i>see section on RxJava above</i>)</li>
<li>Migration from One-Size-Fits-All REST to <a href="http://techblog.netflix.com/2013/01/optimizing-netflix-api.html">"experience oriented APIs"</a></li>
<li>Routing with Application Logic - <a href="http://techblog.netflix.com/2013/06/announcing-zuul-edge-service-in-cloud.html">Zuul</a></li>
<li>Predictive Autoscaling - <a href="http://techblog.netflix.com/2013/12/scryer-netflixs-predictive-auto-scaling.html">Scryer</a></li>
<li>Async IO - <a href="http://rxnetty.io">RxNetty</a></li>
<li>Performance Analysis of Async IO - <a href="https://github.com/Netflix-Skunkworks/WSPerfLab">WSPerfLab</a> and <a href="https://github.com/Netflix-Skunkworks/WSPerfLab/blob/master/test-results/RxNetty_vs_Tomcat_April2015.pdf">Results of Netty vs Tomcat (April 2015)</a></li>
<li><a href="http://techblog.netflix.com/2014/01/improving-netflixs-operational.html">Event Stream Processing and Operational Tooling</a></li>
</ul>
<h4>Related Presentations</h4>
<ul>
<li>Evolution of the Netflix API - QCon SF 2013 – <a href="https://speakerdeck.com/benjchristensen/evolution-of-the-netflix-api-qcon-sf-2013">Slides</a> | <a href="http://www.infoq.com/presentations/netflix-api-evolution">Video</a>
<li>Resilience & Operations at Netflix with Hystrix - JavaOne 2013 – <a href="https://speakerdeck.com/benjchristensen/application-resilience-engineering-and-operations-at-netflix-with-hystrix-javaone-2013">Slides with notes</a> | <a href="https://www.youtube.com/watch?v=RzlluokGi1w">Video</a></li>
<li>Resilience & Operations at Netflix - Velocity 2013 Santa Clara – <a href="https://speakerdeck.com/benjchristensen/application-resilience-engineering-and-operations-at-netflix">Slides with notes</a></li>
</ul>
<h4>Patents</h4>
<ul>
<li><a href="http://www.google.com/patents/US20140195645">Proxy application with dynamic filter updating</a></li>
<li><a href="http://www.google.com/patents/US20130318154">Api platform that includes server-executed client-based code </a></li>
</ul>
</div>
</div>
</body>
</html>