-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (44 loc) · 1.9 KB
/
index.html
File metadata and controls
44 lines (44 loc) · 1.9 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Service Enabled - A user group for services</title>
</head>
<body>
<h1>Service Enabled UG</h1>
<h2>About</h2>
<p>A tiny user group who gather to talk about servicey related things. Hack on open source. Hack on issues. Share war stories. Talk about tools and related topics.</p>
<h2>Past Meetings</h2>
<h3>10/14/2014</h3>
<h4>Agenda</h4>
<ul>
<li>Continue hacking!</li>
</ul>
<h4>Recap</h4>
<ul>
<li>Shared a war-story about chef definitions. Here's a <a href="http://stackoverflow.com/a/21733093">stackoverflow post</a> that explains LWRP vs definitions.</li>
<li>Registered serviceenabled.com. Will redirect that to this site.</li>
<li>Generated issues and features for request tracker project.</li>
<li>Hacked on said issues and features.</li>
<li>Talked about working on Dropwizard archetype next time.</li>
<li>Plan to send out a wider invite for next month's meeting.</li>
</ul>
<h3>9/16/2014</h3>
<h4>Agenda</h4>
<ul>
<li>First meeting! Decide a bunch of stuff. Mostly what do we want the group to be?</li>
<li>Hack!</li>
</ul>
<h4>Recap</h4>
<ul>
<li>Most of us are using Dropwizard, but there are many related topics we'd like to cover.</li>
<li>Chose a group name on a whim.</li>
<li>Meet monthly and stick with Tuesday, but move up to 5:30pm.</li>
<li>Use the same space in Franklin for next meeting.</li>
<li>We'd like to spend time on: open source, hacking on code, war stories, and cover special topics as they arise.</li>
<li>For open source code we're leaning towards MIT license.</li>
<li>Hacking on group owned code outside of the group meeting is okay as long as there's a PR or issue so that the group knows what you're working on.</li>
<li>See how the next 1 or 2 meetups go then create a meetup page.</li>
<li>Hacked on a project to add unique id's to requests.</li>
</ul>
</body>
</html>