-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
218 lines (217 loc) · 9.84 KB
/
services.html
File metadata and controls
218 lines (217 loc) · 9.84 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
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
<!DOCTYPE html>
<!--[if lt IE 7 ]> <html lang='en' class='ie6'> <![endif]-->
<!--[if IE 7 ]> <html lang='en' class='ie7'> <![endif]-->
<!--[if IE 8 ]> <html lang='en' class='ie8'> <![endif]-->
<!--[if IE 9 ]> <html lang='en' class='ie9'> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang='en'> <!--<![endif]-->
<head>
<meta charset='UTF-8'>
<title>Deviantech, Inc.</title>
<link href='stylesheets/bootstrap.css' rel='stylesheet'>
<link href='stylesheets/deviantech.css' rel='stylesheet'>
<link href='images/favicon.png' rel='shortcut icon'>
<link href='images/apple-touch-icon.png' rel='apple-touch-icon'>
</head>
<body>
<div class='body-wrapper'>
<div class='topbar'>
<div class='container fixed'>
<h3>
<a class='logo' href='index.html'>
<img alt='Deviantech Logo (Text)' src='images/txt-logo-small.png'>
</a>
</h3>
<ul class='nav secondary-nav'>
<li>
<a href='index.html'>Home</a>
</li>
<li>
<a href='about.html'>About</a>
</li>
<li class='active'>
<a href='services.html'>Services</a>
</li>
<li>
<a href='contact.html'>Contact</a>
</li>
</ul>
</div>
</div>
<div id='main_content'>
<div class='container'>
<section id='begin-content'>
<div class='page-header title'>
<h1>
Our
<span>Services</span>
</h1>
</div>
<div class='row' id='content_services'>
<div class='columns span4' id='internal-nav-wrapper'>
<div id='internal-nav'>
<h4>What We Do</h4>
<p>
<ul>
<li><a href="services.html#overview" class="active">Overview</a></li>
<li><a href="services.html#full-project">Full Project Lifecycle</a></li>
<li><a href="services.html#code-review">Code Review</a></li>
<li><a href="services.html#scaling">Scaling & Cleanup</a></li>
<li><a href="services.html#expertise">Expert Development</a></li>
<li><a href="services.html#cto">Technical Leadership</a></li>
</ul>
</p>
</div>
</div>
<div class='columns span12'>
<section class='top_section' id='overview'>
<div class='page-header'>
<h2>
<span>Deviantech</span>
Overview
<small>A philosophy of excellence</small>
</h2>
</div>
<p>
Deviantech is a premier Rails consultancy focused on building web applications of astounding quality.
If you have a web app planned or are in need of an experienced hand, <a href="contact.html">we can help</a>.
To find out more about the most common services we perform for our clients, continue reading.
</p>
</section>
<section id='full-project'>
<div class='page-header'>
<h2>
<span>Full Project</span>
Lifecycle
<small>Conception through launch</small>
</h2>
</div>
<p>
This is our bread & butter -- building out an application from scratch. From sitting down and fleshing out the details
of the original idea to laying out the requisite data flows, structuring a UI, and implementing every last bit of required functionality,
Deviantech has got you covered.
</p>
<p>
You supply the idea, and we'll take you from zero to hero in a series of rapidly-iterated prototypes.
</p>
</section>
<section id='code-review'>
<div class='page-header'>
<h2>
<span>Code Review</span>
and Status Report
<small>Pre-launch sanity check</small>
</h2>
</div>
<p>
Many pre-funding companies hire cheap developers to convert their ideas into a <a href="https://en.wikipedia.org/wiki/Minimum_viable_product" target="_blank">minimum viable product</a>.
That's a great approach for keeping initial costs down, but when it comes time to launch many business-oriented CEOs find themselves
left with inferior code that can't stand up to the rigors of actual use, let alone scale effectively as the app gains traction.
</p>
<p>
Deviantech is frequently called in to evaluate the state of the codebase at this critical pre-launch juncture and provide an
experienced 3rd party's opinion. If the current development team's output is solid, then you've got outside validation and can sleep easier
at night. If changes need to be made, on the other hand, we can either oversee that process ourselves or help you find cheaper, more reliable
developers to supplement or replace the original team.
</p>
</section>
<section id='scaling'>
<div class='page-header'>
<h2>
<span>Solidifying</span>
Existing Code
<small>Cleaning, securing, scaling, fixing</small>
</h2>
</div>
<p>
We don't just point fingers; when we see something wrong, we like to get our hands dirty and <em>fix</em> it.
In addition to performing external code audits and security checks to identify weaknesses and vulnerabilities in your code,
we can also step in (either on our own or in conjunction with your existing team) to address existing problems and to
proactively position the codebase for future stability.
</p>
<p>
Deviantech has a particularly strong web app security background, and we enjoy working with existing development teams to
establish best practices, support clean development styles, and promote secure coding habits.
</p>
</section>
<section id='expertise'>
<div class='page-header'>
<h2>
<span>Expert</span>
Development
<small>An extra boost of productivity and experience</small>
</h2>
</div>
<p>
Considering adding a mobile app, a client API, or a cleaner admin console? If you have a tricky feature to be implemented
or just need a little extra developer firepower, our expertise is available for any venture you have in mind;
whatever the widget, doohickey, or thingamabob you're planning, we're happy to lend a helping hand.
</p>
</section>
<section id='cto'>
<div class='page-header'>
<h2>
<span>Long-Term</span>
Technical Leadership
<small>CTO for Hire</small>
</h2>
</div>
<p>
Deviantech brings much more to the table than solid code. It's not uncommon for clients to ask for a deeper connection in which we
deliver either goal-oriented support (e.g. helping achieve a specific, measurable outcome) or ongoing technical consulting and leadership.
</p>
<p>
For small startups which we believe in strongly, it's possible for this to take the form of Deviantech providing a CTO or joining the advisory board in
return for an equity stake in the venture.
</p>
</section>
</div>
</div>
</section>
</div>
</div>
<div class='push'></div>
</div>
<div id='footer'>
<div id='subfooter'></div>
<div class='container'>
<div class='row'>
<div class='columns span8'>
<div class='weblinks'>
<a class='iconlink' href='http://www.linkedin.com/company/2060939' target='_blank'>
<img alt='LinkedIn' src='images/icons/linkedin_grey.png'>
</a>
<a class='iconlink' href='http://github.com/deviantech' target='_blank'>
<img alt='GitHub' src='images/icons/github_grey.png'>
</a>
<a class='iconlink' href='http://twitter.com/#!/deviantech' target='_blank'>
<img alt='Twitter' src='images/icons/twitter_grey.png'>
</a>
</div>
</div>
<div class='columns span8'>
<div class='logoright'>
<div class='logo'>
<img alt='Deviantech Logo' src='images/footer-logo-mono.png'>
</div>
<div class='txt'>
<div class='main'>
Deviantech
</div>
<div class='sub'>
we make
<span>kick-ass</span>
web applications
</div>
</div>
</div>
</div>
</div>
</div>
<div class='clear'></div>
</div>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js' type='text/javascript'></script>
<script src='javascripts/jquery.viewport.js' type='text/javascript'></script>
<script src='http://localhost:4567/javascripts/jquery.jscroll.min.js' type='text/javascript'></script>
<script src='javascripts/application.js' type='text/javascript'></script>
</body>
</html>