-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
287 lines (247 loc) · 11.6 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<link rel="shortcut icon" href="static/images/favicon.ico">
<link rel="stylesheet" href="static/css/main.css">
<link rel="stylesheet" href="static/css/bootstrap.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<title>SpaceDojo</title>
</head>
<body>
<header>
<nav class="navbar navbar-fixed-top navbar-default alt" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-reveal">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<img alt="logo" src="static/images/sd_logo3.png" class="logo logo-dark">
<img alt="logo" src="static/images/logo3.png" class="logo logo-light">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar-reveal">
<ul class="nav navbar-nav navbar-right">
<li><a href="#about">About SpaceDojo</a></li>
<li><a href="#faq">FAQ</a></li>
<li><a href="#signup">Sign Up</a></li>
</ul>
</div>
</div>
</nav>
</header>
<div class="home-hero">
<div class="screen">
<div class="container yes">
<div class="row">
<div class="col-md-12">
<div class="text-center">
<h1>Scale Your Meteor Application</h1>
<h2>Save time & improve app speed with SpaceDojo Performance reviews</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-sm-offset-0 col-md-10 col-md-offset-1 col-lg-10 col-lg-offset-1">
<div class="text-center">
<h4>SpaceDojo is a <span>customized monthly service</span> that shows you how to improve and scale your production Meteor application—saving you both time and headaches.</h4>
</div>
<div class="text-center cta" style="margin-top: 40px;">
<a href="#signup" class="primary button">Find out more</a>
</div>
</div>
</div>
</div>
<div id="startchange"></div>
</div>
</div>
<div id="about" class="container" style="margin-top: 80px; margin-bottom: 90px;">
<div class="row">
<div class="col-sm-12 col-md-8" style="margin-top: 10px;">
<h4>Is Scaling Meteor.js the One Thing You Constantly Worry About? </h4>
<p>Scaling your real-time app doesn’t have to be difficult.</p>
<p>As you already know, fine tuning your Meteor application is a vital step in your growth cycle. Sometimes it can be simple: turn on Oplog support and add a few backend servers. Other times, you need to go deeper and pick code apart. Ultimately, you may need to take a look at denormalizing, changing your database structure, or adding microservices.</p>
<p>Nonetheless, it is vital to set time aside, get baseline measurements, and understand where performance problems may occur—long before you get that 2 AM email that everything is down. </p>
</div>
<div class="hidden-xs hidden-sm col-md-4">
<img src="static/images/meteorshower.png" style="width: 80%; float: right;" alt="">
</div>
</div>
</div>
<div class="why-spacedojo">
<div class="container">
<div class="row">
<div class="col-md-10">
<h2 class="clean">Who should use SpaceDojo</h2>
<h5>SpaceDojo is not for everyone. You should consider using this service if… </h5>
</div>
</div>
<div class="row">
<div class="col-sm-4 col-md-4">
<ul>
<li> <i class="fa fa-rocket"></i> You are a small or medium business with a Meteor application running in production</li>
<li><i class="fa fa-server"></i> You tried adding app servers, but horizontal scaling didn’t work for you</li>
</ul>
</div>
<div class="col-sm-4 col-md-4">
<ul>
<li><i class="fa fa-user-plus"></i> You are ready to grow your user base and take your application to the next level </li>
<li><i class="fa fa-bar-chart"></i> You've read blog posts on how to scale, but are still unsure where to begin </li>
</ul>
</div>
<div class="col-sm-4 col-md-4">
<ul>
<li><i class="fa fa-clock-o"></i> You have slowness issues, but don’t have the know-how or resources to fix the problem</li>
<li><i class="fa fa-code"></i> You have a small team of developers that are unable to find the root cause of the slowness</li>
</ul>
</div>
</div>
</div>
</div>
<div id="faq" class="container">
<div class="row">
<div class="col-sm-12 col-md-4">
<h2 class="faq clean">How does SpaceDojo work?</h2>
</div>
<div class="col-sm-12 col-md-8">
<p>When you sign up for SpaceDojo, you get:
<ul class="how-does-it-work">
<li>
<div class="row">
<div class="col-sm-8 col-md-8">
<strong>Free <a href="http://kadira.io" target="_blank">Kadira</a> Account (Retailed at $50/month)</strong><br> Meteor’s top performance metric and insight application. I will help you configure alerts and error tracking.
</div>
<div class="col-sm-4 col-md-4">
<img src="static/images/kadira.png" class="kadira" alt="">
</div>
</div>
</li>
<li>
<div class="row">
<div class="col-sm-8 col-md-8">
<strong>Monthly Code Review</strong><br> A comprehensive review that looks at the quality, any security vulnerabilities, etc. of your code base.
</div>
<div class="col-sm-4 col-md-4">
<div class="text-center">
<img src="static/images/codereview2.png" class="codereview" alt="">
</div>
</div>
</div>
</li>
<li>
<div class="row">
<div class="col-sm-8 col-md-8">
<strong>Monthly Report</strong><br> Details that outline <em>where</em> and <em>how</em> your Meteor application’s performance can be improved.
</div>
<div class="col-sm-4 col-md-4">
<img src="static/images/metrics3.png" class="metrics" alt="">
</div>
</div>
</li>
</ul>
</p>
</div>
</div>
<div class="divide"></div>
<div class="row">
<div class="col-sm-12 col-md-4">
<h2 class="faq clean">How do I know this will work?</h2>
</div>
<div class="col-sm-12 col-md-8">
<p>I have over ten years of experience building and optimizing web applications, starting with Ruby on Rails. I've worked with companies such as Words With Friends and GoDaddy.</p>
<p>At GoDaddy I was on a team that scaled and reworked the backend in an effort to reduce overall hosting costs. Not only did we reduce costs, we also managed to get the bank syncing job queue from not finishing to running twice a day.</p>
<p>More recently, I transitioned into developing with Meteor.js. Still, I continue to help companies optimize their application's performance.</p>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-3 col-md-2 col-md-offset-2">
<a href="http://worklife.com"><img src="static/images/worklife.png" class="worklife-logo" alt=""></a>
</div>
<div class="col-sm-9 col-md-8">
<h6 style="margin-top: 60px;">Here's one example...</h6>
<p>One of my clients, <a href="http://worklife.com">WorkLife</a>, is a web and mobile app that helps people run more productive meetings by offering real time collaboration features. Some of their customers include Toyota, Hubspot and Zendesk.</p>
<p>As I began optimizing their inner workings for maximum efficiency, I identified that one of their publications had the second highest subscribe rate across the application, with an average response time of 2171ms.</p>
<img src="static/images/wl_response_before.png" style="margin-top: 20px; margin-bottom: 40px;" alt="">
<p>Essentially, the problem was that WorkLife's database was doing more work than it had to. After identifying the problem in the database, I added a simple line of code to tell the database to add an index. <strong>This small change led to a <em>15X performance increase</em></strong>.</p>
<img src="static/images/wl_response_after.png" style="margin-top: 20px; margin-bottom: 30px;" alt="">
</div>
</div>
<div class="divide"></div>
<div class="row">
<div class="col-sm-12 col-md-4">
<h2 class="faq clean">How much does this cost?</h2>
</div>
<div class="col-sm-12 col-md-8">
<div class="row">
<div class="col-sm-8 col-md-8">
<p><strong>SpaceDojo currently costs $900 per month.</strong> You’ll pay each month up front, before receiving the most recent code review and performance report.</p>
<p>There is no long term commitment, you can cancel up to 5 business days before the next month starts. If you have any questions about the SpaceDojo performance review or pricing, feel free to <a href="mailto:[email protected]">contact me.</p>
</div>
<div class="col-xs-8 col-xs-offset-2 col-sm-4 col-sm-offset-0 col-md-4 col-md-offset-0">
<div class="text-center">
<div class="well pricing" style="margin-right: auto; margin-left: auto;">
<span class="big"><small>$</small>900</span>
<span class="info">per month</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="divide"></div>
<div class="row">
<div class="col-sm-12 col-md-4">
<h2 class="faq clean">How do I get started?</h2>
</div>
<div class="col-sm-12 col-md-8">
<p><strong>At the moment, SpaceDojo has no open slots.</strong></p>
<p>However, you can <a href="#">click here</a> to get on the waiting list and be notified first when slots do become available. After you sign up for the waiting list, I’ll follow up with a few more questions so we can both see if this will be a good fit.</p>
<form id="signup" class="signup form-inline">
<div class="form-group hidden-xs">
<i class="fa fa-envelope-o"></i>
</div>
<div class="form-group">
<label>Name</label>
<input type="text" class="form-control" placeholder="Name">
</div>
<div class="form-group">
<label>Email address</label>
<input type="email" class="form-control" placeholder="Email Address">
</div>
<div class="form-group">
<button type="submit" class="btn btn-default">Sign Up</button>
</div>
</form>
</div>
</div>
</div>
<div class="questions">
<div class="container">
<div class="row">
<div class="text-center">
<div class="col-sm-12 col-md-8 col-md-offset-2">
<h2 class="clean">Additional Questions?</h2>
<h3 style="font-weight: 300;">Still have questions about SpaceDojo? Please reach out to me directly at <a href="mailto:[email protected]">[email protected]</a>.</h3>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="container-fluid">
<div class="text-center">
<p>© SpaceDojo & Josh Owens, 2015.</p>
</div>
</div>
</footer>
<script src="//code.jquery.com/jquery.min.js"></script>
<script src="static/js/main.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
</body>
</html>