-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
350 lines (277 loc) · 16 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print"/>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>CodeCraft</title>
</head>
<body>
<header>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h1>2016-02-24 Meetup</h1>
<h2>Racket: A Programmable Programming Language</h1>
<ul>
<li><a href="http://www.meetup.com/codecraftgroup/members/183123817/">Alexs King</a> - <a href="http://engineering.cj.com">CJ Engineering</a></li>
</ul>
<iframe width="560" height="315" src="//www.youtube.com/embed/r1M912MazUY" frameborder="0" allowfullscreen></iframe>
<h3>Lightning Talks</h3>
<ul>
<li>Adventures in "Choice Management" from a complete Noob - Stu Penrose</li>
<li>Imposter Syndrome - <a href="http://www.meetup.com/codecraftgroup/members/45682202/">Michael A</a></li>
<li>Free Monads - <a href="https://github.com/jxv">Joe Vargas</a></li>
<li>Software Transactional Memory - <a href="https://github.com/jxv">Joe Vargas</a></li>
</ul>
<h1>2015-05-27 Meetup</h1>
<h2>Open Space Micro-Conference</h2>
<h3>Break-Out Sessions</h3>
<ul>
<li><a href="https://developer.salesforce.com/events/webinars/Apex_Testing">Testing Techniques to include Mocking and Assertions</a> - <a href="https://www.linkedin.com/in/donaldbohrisch">Donald Bohrisch</a></li>
</ul>
<iframe width="560" height="315" src="//www.youtube.com/embed/M3uwTPGI4w0" frameborder="0" allowfullscreen></iframe>
<h1>2015-04-29 Meetup</h1>
<h2>Open Space Micro-Conference</h2>
<h3>Break-Out Sessions</h3>
<ul>
<li>Apprenticeships</li>
<li>Docker</li>
</ul>
<h3>Lightning Talks</h3>
<ul>
<li><a href="http://www.startupconejovalley.com/">StartupConejoValley.com</a> - <a href="http://www.meetup.com/codecraftgroup/members/137845032/">Dan DiMaggio</a></li>
<li>You Are A Programmer! - <a href="http://devstew.com">Stu Penrose</a></li>
<li>Escape Hatch - <a href="http://www.meetup.com/codecraftgroup/members/140568082/">Greg Wiley</a>
<ul>
<li><a href="http://tonymorris.github.io/blog/posts/identifier-names/index.html">Sticks, stones, but names are not useful to me</a></li>
<li><a href="http://bartoszmilewski.com/2014/09/22/parametricity-money-for-nothing-and-theorems-for-free/">Money for nothing, Theorems for free</a></li>
</ul>
</li>
</ul>
</p>
<h3>Apprenticeship & Lightning Talks - Live Recording</h3>
<iframe width="560" height="315" src="//www.youtube.com/embed/BIj5FlqniKo" frameborder="0" allowfullscreen></iframe>
<p>Additional details on <a href="http://www.meetup.com/codecraftgroup/events/221410927/">the meetup.com event page</a>.</p>
<h2>Reactive Stream Processing with kafka-rx</h2>
<p><a href="http://github.com/cjdev/kafka-rx">kafka-rx</a> brings the reactive programming model to <a href="http://kafka.apache.org">Apache Kafka</a>, using the <a href="https://github.com/ReactiveX/RxJava">RxJava</a> library. </p>
<ul>
<li><a href="http://samesake.com">Thomas Omans</a> - <a href="http://engineering.cj.com">CJ Engineering</a></li>
<li><a href="https://twitter.com/maryflagstad">Mary Flagstad</a> - <a href="http://engineering.cj.com">CJ Engineering</a></li>
</ul>
<p>
<iframe width="560" height="315" src="//www.youtube.com/embed/S-Ynyel9pkk" frameborder="0" allowfullscreen></iframe>
</p>
<h3>Lightning Talks</h3>
<ul>
<li><a href="http://www.up.co/communities/usa/conejo-valley/startup-weekend/5873">Startup Weekend - May 1st</a> - <a href="http://www.meetup.com/codecraftgroup/members/137845032/">Dan DiMaggio</a></li>
<li><a href="http://www.8thlight.com/apprenticeship">Software Apprenticeship</a> - <a href="http://www.meetup.com/codecraftgroup/members/171890082/">Jayden</a></li>
<li><a href="https://github.com/SeanShubin/developers-value-notation">Developers Value Notation</a> - <a href="http://seanshubin.com">Sean Shubin</a></li>
<li><a href="http://symas.com/mdb">LMDB</a> - <a href="http://www.meetup.com/codecraftgroup/members/10006255">Chris Albright</a></li>
</ul>
<h1>2015-02-25 Meetup</h1>
<h2>Open Space Micro-Conference</h2>
<h3>Break-Out Sessions & Workshops</h3>
<ul>
<li>Coding for Business People</li>
<li>Architectures for Continuous Delivery</li>
<li>Choices - How many is enough? Can you have too many?</li>
<li>Http 2.0</li>
</ul>
<h3>Lightning Talks</h3>
<ul>
<li><a href="http://www.startupconejovalley.com/">StartupConejoValley.com</a> - <a href="http://www.meetup.com/codecraftgroup/members/137845032/">Dan DiMaggio</a></li>
<li>Garbage Collection - <a href="http://www.meetup.com/codecraftgroup/members/14185692/">Mukesh Kumar</a></li>
<li>Stream Processing - <a href="http://samesake.com/">Thomas Omans</a></li>
</ul>
<p>Additional details on <a href="http://www.meetup.com/codecraftgroup/events/219767330/">the meetup.com event page</a>.</p>
<h1>2015-01-28 Meetup</h1>
<h2>Open Space Micro-Conference</h2>
<p>Additional details on <a href="http://www.meetup.com/codecraftgroup/events/212305932/">the meetup.com event page</a>.</p>
<h1>2014-09-24 Meetup</h1>
<h2>Scary Code! An open space campfire for swapping code stories.</h2>
This month we'll be bringing a halloween twist to our regular "open space" format. Has bad code given you the "heebie-jeebies"? Have you experienced coding horror? Let's swap scary stories while we warm our hands around the projector.
Bring your:
<ul>
<li>Scary Code</li>
<li>Horrible Architectures</li>
<li>Bone-Chilling Processes</li>
</ul>
And, most-importantly: tell us how you got rid of the monsters!
<h1>2014-09-24 Meetup</h1>
<h2>Purescript with Phil Freeman</h2>
<ul>
<li>Presenter: <a href='https://github.com/paf31'>Phil Freeman - Creator of PureScript</a></li>
</ul>
<p>PureScript is a purely functional language which compiles to JavaScript. Phil will give a brief overview of the language, and a demonstration of real-world web development for both client and server using its libraries. </p>
<iframe width="560" height="315" src="//www.youtube.com/embed/Wmm8qIGr2rM" frameborder="0" allowfullscreen></iframe>
<h1>2014-08-28 Meetup</h1>
<h2>Simple Solutions to Complex Problems with Functional Programming</h2>
<iframe width="420" height="315" src="//www.youtube-nocookie.com/embed/2I9vTsxnmY4?rel=0" frameborder="0" allowfullscreen></iframe>
<ul>
<li>Presenter: <a href='http://www.meetup.com/codecraftgroup/members/14948571/'>Thomas Omans</a></li>
</ul>
<h3>Lightning talks</h3>
<ul>
<li><a href="http://elm-lang.org/">elm</a> - functional reactive programming for the web - <a href="http://www.meetup.com/codecraftgroup/members/140568082/">Greg Wiley</a></li>
<li>Lego Mindstorms - James Penrose</li>
<li>GP GPU - <a href="http://www.meetup.com/codecraftgroup/members/151424082">Boian Mitov</a> </li>
</ul>
<h1>2014-07-30 Meetup</h1>
<h2>Fast & Maintainable Javascript TDD: A Working Approach"</h2>
<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/QJ0lJAHaWC8?rel=0" frameborder="0" allowfullscreen></iframe>
<ul>
<li><a href="http://devstew.com/talks/2014-07-30-js-tdd">Slides</a></li>
<li><a href="https://github.com/stupenrose/2014-07-30-js-tdd/">Code For the tests done during the presentation</a></li>
<li><a href="https://github.com/stupenrose/2014-07-30-js-tdd/tree/complete">Code For the "Completed" Product</a></li>
</ul>
<h2>Attribute-based Programming</h2>
<h3>Lightning talks</h3>
<ul>
<li>Graph Databases and Neo4J - <a href='http://www.meetup.com/codecraftgroup/members/159117932/'>Adrian Arcilla</a></li>
<li>Data Serialization with Transit - <a href='http://www.meetup.com/codecraftgroup/members/14948571/'>Thomas Omans</a></li>
</ul>
<h1>2014-06-25 Meetup</h1>
<h2>Open Space, including "Test-Driven Hadoop Workshop"</h2>
<ul>
<li>
<a href="https://github.com/codecraftgroup/2014-06-25-meetup">github repo</a>
</li>
<li>
<a href="http://www.meetup.com/codecraftgroup/events/185879572/">This Meetup's Page</a>
</li>
</ul>
<h3>Lightning talks</h3>
<ul>
<li>Macros -<a href="http://samesake.com/">Thomas Omans</a></li>
<li>Microservices - <a href="http://www.meetup.com/codecraftgroup/members/14185692/">Mukesh Kumar</a>
</li>
<li>I Am Not Sorry - <a href="https://github.com/jking-roar">Josh King</a></li>
<li><a href="http://github.com/cjdev/rest-specs">Rest Specs</a> - <a href="http://devstew.com">Stu
Penrose</a></li>
<li><a href="http://iqbuild.org">iqbuild</a> - <a href="http://devstew.com">Stu Penrose</a></li>
<li><a href="https://developer.apple.com/swift/">swift</a> (<a
href="https://github.com/codecraftgroup/2014-05-28-meetup/blob/master/swift/main.swift">main.swift</a>
vs
<a href="https://github.com/codecraftgroup/2014-05-28-meetup/blob/master/scala/src/codecraft/Validator.scala">Validator.scala</a>)-
<a href="http://601.com/">Brian Russel</a></li>
</ul>
<h1>2014-05-28 Meetup</h1>
<h2>"Validator" language shootout</h2>
<ul>
<li><a href="https://plus.google.com/+GregWiley/posts/CZgdntyD3wm">The Rules</a></li>
<li>The Languages
<ul style="margin-bottom:0px;">
<li>java</li>
<li>scala</li>
<li>haskell</li>
<li>javascript</li>
</ul>
</li>
<li><a href="https://github.com/codecraftgroup/2014-05-28-meetup">The Code</a></li>
<li>
<a href="http://www.meetup.com/codecraftgroup/events/180491692/">This Meetup's Page</a>
</li>
</ul>
<h3>Lightning talks</h3>
<ul>
<li>Amazon SWF and FF - <a href="http://www.meetup.com/codecraftgroup/members/140568082/">Greg Wiley</a>
- <a href="http://bit.ly/swfslides">slides</a></li>
<li>Introduction to OBD and CAN protocols - <a
href="http://www.meetup.com/codecraftgroup/members/137845032/">Dan DeMaggio</a></li>
</ul>
<h1>2013-06-26 Meetup</h1>
<h2>Robokata:</h2>
<ul>
<li><a href="2013-06-26-Robokata/instructions.html">Instructions</a></li>
<li>Runner
<ul>
<li><a href="https://github.com/cjdev/robokata-runner">Code</a></li>
<li><a href="2013-06-26-Robokata/robokata-runner-0.0.1-SNAPSHOT.one-jar.jar">Binary</a></li>
</ul>
</li>
</ul>
<h3>Slides from the "Fast Talk" by Brian Russell</h3>
<ul>
<li>
<a href="2013-06-26-Presentation-Unapply-BrianRussell/unapply.pdf">unapply.pdf</a>
</li>
<li>
<a href="2013-06-26-Presentation-Unapply-BrianRussell/WestCodeHipsters.scala">WestCodeHipsters.scala</a>
</li>
<li>
<a href="2013-06-26-Presentation-Unapply-BrianRussell/WestCodeHipsters$Named$.txt">WestCodeHipsters$Named$.txt</a>
</li>
</ul>
</section>
<aside id="sidebar">
<h1 class="heading">Is this you?</h1>
<p class="content">
<em>"I like writing beautiful code"</em><br/>
<em>"I code in the JVM"</em><br/>
<em>"I like 'open spaces' conferences"</em>
</p>
<p class="content">If so, then you're one of us! So join us at <a
href="http://www.meetup.com/codecraftgroup" class="meetup-link">our
next meetup</a> as we hang-out together for code, beer*, food and fun!</p>
<p class="reference">*Alternative beverages provided for the rest of us</p>
<div class="icon">
<h3>collaborate</h3>
<a href="https://etherpad.mozilla.org/CodeCraft">
<img src="images/STOP_collaborate_listen.png"
alt="Suggest Topics - or Sign Up for One!"
height="140px"
width="140px"/>
Suggest Topics - or Sign Up for One!
</a>
</div>
<div class="icon">
<h3>meet</h3>
<a href="http://www.meetup.com/r/inbound/0/0/shareimg/http://www.meetup.com/codecraftgroup/?a=shareimg">
<img style="width:200px;" border="0" alt="Code Craft"
src="http://photos1.meetupstatic.com/photos/event/a/2/a/0/highres_290201632.jpeg"></a>
</div>
<div class="icon">
<h3>shirt</h3>
<a href="http://www.spreadshirt.com/design-your-own-t-shirt-C59/product/108271011/view/1/sb/e">
<img src="http://image.spreadshirt.com/image-server/v1/products/108271011/views/1,width=250,height=250.png"
alt="Customized Men's T-Shirt by American Apparel"/></a>
</div>
<div class="icon">
<h3>codez</h3>
<a href="https://github.com/codecraftgroup" class="button"
style="background:#333333 url(images/github-button.png) 0 0 no-repeat;border-radius:10px;">
<small>Follow me on</small>
GitHub</a>
</div>
<div class="icon">
<h3>link</h3>
<a href="http://www.linkedin.com/groups/codecraft-6506661"><img src="images/InBug-60px-TM.png"></a>
</div>
<div class="icon">
<h3>plus</h3>
<!-- Place this tag in your head or just before your close body tag. -->
<script src="https://apis.google.com/js/platform.js" async defer></script>
<!-- Place this tag where you want the widget to render. -->
<div class="g-page" data-href="//plus.google.com/u/0/101338153571651985302" data-rel="publisher"></div>
</div>
<div class="icon">
<h3>face</h3>
<a href="https://www.facebook.com/pages/Code-Craft-Group/341768562634303" target="_TOP"
title="Code Craft Group">
<img src="https://badge.facebook.com/badge/341768562634303.800.1261460723.png"
style="border: 0px;"/></a>
</div>
</aside>
</div>
</div>
</body>
</html>