forked from dmackie/scaleconf.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkshops.html
125 lines (124 loc) · 5.6 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
---
layout: page
name: Workshops
---
<div id="schedule-page">
<div id="page-heading">
<h1 class="workshops">Workshops</h1>
<p>
With such a strong technically focused conference, we have decided
to run some free workshops, after the conference.
The workshops are informal hackathon-style workshops
where the engineers from various companies will be on hand to
walk you through getting started on their products.
</p>
<p>
We are still busy planning the details of the workshops, and so
<b>the information on this page is subject to change</b>. If you are
interested in attending a workshop, please also add a (free)
ticket <a href='/purchase'>workshop ticket</a> for any of the
workshops that you want to attend.
</p>
</div>
<div class='day-schedule'>
<!--
<h2>WEDNESDAY 17TH APRIL, 09:00 - 12:00 </h2>
<table>
<tbody>
<tr>
<th class="event">EVENT</th>
<th class="descr">DESCRIPTION</th>
<th class="cost">COST</th>
</tr>
<tr>
<td class="event">High-Performance MySQL (Part 1)</td>
<td class="descr">
Percona is the oldest and largest independent MySQL support and consulting company. While we do not have specific topics for their workshop yet, there are a number of possibilities, including:
<ul>
<li>Choosing Hardware For MySQL</li>
<li>Expert Troubleshooting: Resolving MySQL Problems quickly</li>
<li>Percona XtraDB Cluster: a powerful open source, high availability and high scalability solution for MySQL users</li>
</ul>
</td>
<td class="cost">
R350
</td>
</tr>
</tbody>
</table>
<h2>WEDNESDAY, 17TH APRIL, 14:00 - 17:00 </h2>
<table>
<tbody>
<tr>
<th class="event">EVENT</th>
<th class="descr">DESCRIPTION</th>
<th class="cost">COST</th>
</tr>
<tr>
<td class="event">High-Performance MySQL (Part 2)</td>
<td class="descr">
Percona is the oldest and largest independent MySQL support and consulting company. While we do not have specific topics for their workshop yet, there are a number of possibilities, including:
<ul>
<li>Choosing Hardware For MySQL</li>
<li>Expert Troubleshooting: Resolving MySQL Problems quickly</li>
<li>Percona XtraDB Cluster: a powerful open source, high availability and high scalability solution for MySQL users</li>
</ul>
</td>
<td class="cost">
R350
</td>
</tr>
</tbody>
</table>
-->
<h2>SATURDAY, 20TH APRIL, 09:00 - 17:00</h2>
<table>
<tbody>
<tr>
<th class="event">EVENT</th>
<th class="descr">DESCRIPTION</th>
<th class="cost">COST</th>
</tr>
<tr>
<td class="event">Amazon Web Services</td>
<td class="descr">
This session will walk you through building and deploying a small application on Amazon Web Services.
Engineers from AWS will be on hand to work with you as you go from zero to up and running over the course of this workshop.
</td>
<td class="cost">
FREE
</td>
</tr>
<tr>
<td class="event">Google App Engine</td>
<td class="descr">
In this session, Google engineers will show you the basics of deploying a small application on Google App Engine.
You will build an app from scratch, as they illustrate the benefits of running on Google's cloud infrastructure.
</td>
<td class="cost">
FREE
</td>
</tr>
<tr>
<td class="event">Windows Azure</td>
<td class="descr">
Demos and discussions with Windows Azure Partners on how they are using Azure in South Africa, and how it can benefit you to run your app in Windows Azure.
</td>
<td class="cost">
FREE
</td>
</tr>
<tr>
<td class="event">Vumi</td>
<td class="descr">
Vumi is a super-scalable conversation engine for the delivery of SMS, Star Menu and chat messages to diverse audiences. This will be a more hackathon-styled
event with engineers from Praekelt walking you through using the code, and how you can work with (and on!) Vumi.
</td>
<td class="cost">
FREE
</td>
</tr>
</tbody>
</table>
</div>
</div>