-
Notifications
You must be signed in to change notification settings - Fork 0
/
workshops.html
105 lines (86 loc) · 5.28 KB
/
workshops.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
---
layout: default
title: Workshops |
bodyClass: page-workshops
---
<section class="jumbotron">
<div class="container">
<div class="col-xs-12 col-md-8 col-md-offset-2">
<h1>Workshops</h1>
<p>One-day workshops happening around the conference at <a href="http://www.hotelgrandpacific.com.sg" target="_blank">Hotel Grand Pacific</a> (<a href="https://www.google.com/maps/place/Hotel+Grand+Pacific/@1.2975014,103.8505593,17z/data=!3m1!4b1!4m5!3m4!1s0x31da19a4e9f1ed83:0xb46964336845a2a6!8m2!3d1.297496!4d103.852748" target="_blank">map</a>)</p>
<div class="alert alert-success" role="alert">Subsidy of S$80 per workshop seat applies for Singaporean/PR with conditions. Find out more in the <a href="tickets.html">registration</a>.</div>
</div>
</div>
</section>
<section id="workshops" class="content workshops">
<div class="container">
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-body">
<div class="workshop">
<div class="row">
<div class="col-xs-8"><p class="date">4-Oct-16, 9am to 5pm</p></div>
<div class="col-xs-4 text-right"><span class="label {{ site.data.misc.seats.refactoring.style }}">{{ site.data.misc.seats.refactoring.left }} Seats Left</span></div>
</div>
<h2>The Art of Refactoring</h2>
<ul class="list-inline">
<li><img class="photo" src="images/speakers/joshua.jpg" alt="Joshua Kerievsky"> <img class="photo" src="images/speakers/gerard.jpg" alt="Gerard Meszaros"></li>
<li><span class="trainer-name">Joshua Kerievsky</span> - Author of Refactoring to Patterns and creator of Modern Agile</li>
<li><span class="trainer-name">Gerard Meszaros</span> - Author of xUnit Test Patterns: Refactoring Test Code</li>
</ul>
<p>Code that is difficult to understand, hard to modify and challenging to extend is hazardous to developers, users and organizations. Refactoring, or improving the design of existing code, is one of our greatest defenses against such code. Yet many programmers lack formal training in refactoring. Furthermore, management tends to lack knowledge about the value of refactoring. This one-day workshop is designed to address these needs.
</p>
<ul class="list-inline">
<li><a class="btn button reverse" href="workshop-refactoring-joshua.html">Find out more</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-body">
<div class="workshop">
<div class="row">
<div class="col-xs-8"><p class="date">5-Oct-16, 9am to 5pm</p></div>
<div class="col-xs-4 text-right"><span class="label {{ site.data.misc.seats.user_stories.style }}">Sold Out</span></div>
</div>
<h2>How to get more value out of User Stories</h2>
<ul class="list-inline">
<li><img class="photo" src="images/speakers/gojko.jpg" alt="Gojko Adzic"></li>
<li><span class="trainer-name">Gojko Adzic</span> - Author of Specification by Example, Impact Mapping and more</li>
</ul>
<p>Have you struggled to split user stories into small but valuable chunks? Do you have problems prioritising stories or getting a commitment from business stakeholders on what they want to achieve? Do you have issues deciding when a story is done or how many other stories you really need to achieve a business objective? Are you managing large amounts of stories that are problematic to estimate, prioritise or plan for? If so, join this interactive workshop and bring your product owners and business sponsors to learn how to get the most out of user stories.
</p>
<ul class="list-inline">
<li><a class="btn button reverse" href="workshop-user-stories-gojko.html">Find out more</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="panel panel-default">
<div class="panel-body">
<div class="workshop">
<div class="row">
<div class="col-xs-8"><p class="date">8-Oct-16, 9am to 5pm</p></div>
<div class="col-xs-4 text-right"><span class="label {{ site.data.misc.seats.game.style }}">Sold Out</span></div>
</div>
<h2>Game Thinking</h2>
<p class="subtitle">Expert tools & techniques to help you build a better product in less time</p>
<ul class="list-inline">
<li><img class="photo" src="images/speakers/amy.jpg" alt="Amy Jo Kim"></li>
<li><span class="trainer-name">Amy Jo Kim</span> - Social game designer, community architect and startup coach</li>
</ul>
<p>Do you want to harness the deep power of games to build a more compelling product? Do you want to leverage the insider gaming techniques that REALLY work - the ones that that actually produce long-lasting hits?
</p>
<ul class="list-inline">
<li><a class="btn button reverse" href="workshop-game-thinking-amy.html">Find out more</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>