-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·392 lines (385 loc) · 20.2 KB
/
index.html
File metadata and controls
executable file
·392 lines (385 loc) · 20.2 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
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
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Deepak Bhaskaran - Quality Engineering</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel='shortcut icon' type='image/x-icon' href='favicon.ico' />
<link rel="automation-icon" href="rage.jpg">
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.1.min.js"><\/script>')</script>
<script src="js/vendor/jquery.hashchange.min.js"></script>
<script src="js/vendor/jquery.easytabs.min.js"></script>
<script src="js/main.js"></script>
</head>
<body class="bg-fixed bg-1">
<div class="main-container">
<div class="main wrapper clearfix">
<!-- Header Start -->
<header id="header">
<div id="logo">
<h2>
Deepak Bhaskaran
</h2>
<h4>
Quality Engineering
</h4>
</div>
</header>
<!-- Header End -->
<!-- Main Tab Container -->
<div id="tab-container" class="tab-container">
<!-- Tab List -->
<ul class='etabs'>
<li class='tab' id="tab-about">
<a href="#about"><i class="icon-user"></i><span> About Me</span></a>
</li>
<li class='tab'>
<a href="#resume"><i class="icon-file-text"></i><span> Profile</span></a>
</li>
<!-- <li class='tab'>
<a href="#portfolio"><i class="icon-file-text"></i><span> Projects</span></a>
</li>
--> <li class='tab'>
<a href="#contact"><i class="icon-envelope"></i><span> Contact</span></a>
</li>
</ul>
<!-- End Tab List -->
<div id="tab-data-wrap">
<!-- About Tab Data -->
<div id="about">
<section class="clearfix">
<div class="g2">
<div class="photo">
<img src="https://ibin.co/3FKImLRml2S6.jpg" alt="Deepak">
</div>
<div class="info">
<h2>
Deepak
</h2>
<h4>
Quality Engineering Leader.
</h4>
<p>
As the Director of QA at Duo Security, I help ensure that Quality is baked into our products as we build them. I have a strong focus on performance. As any service that grows in popularity and users, its very important to make sure the infrastructure scales to sustain that growth. I keep up with industry trends and tools that help us deliver a better quality product and I help incorporate those into our workflow.
</p>
<p>
I love spending time with my family. I and my wife have two young kids and two young dogs that we love playing with. We're pretty active and spend a lot of time at the local YMCA, playing Badminton or swimming. Our dogs love to go to the nearby dog park. I volunteer with a non profit organization that is building out an online service that helps ensure that during a disaster, donations go to the organizations that can have the most impact possible in the area.
</p>
</div>
</div>
<div class="g1">
<div class="main-links sidebar">
<ul>
<li>
<a href="/assets/DeepakBhaskaran-CV-short.pdf">View My Resumé</a>
</li>
<li>
<a href="#contact">Talk to me! </a>
</li>
</ul>
</div>
</div>
<div class="break"></div>
<div class="contact-info">
<div class="g1">
<div class="item-box clearfix">
<i class="icon-file-text"></i>
<div class="item-data">
<h3><a href="http://www.qapage.com/">http://www.qapage.com/</a></h3>
<p>Blog</p>
</div>
</div>
</div>
<div class="g1">
<div class="item-box clearfix">
<i class="icon-github"></i>
<div class="item-data">
<h3><a href="https://www.github.com/dbhaskaran1">dbhaskaran1</a></h3>
<p>Github Profile</p>
</div>
</div>
</div>
<div class="g1">
<div class="item-box clearfix">
<i class="icon-linkedin"></i>
<div class="item-data">
<h3><a href="https://www.linkedin.com/in/deepakbhaskaran/">DeepakBhaskaran</a></h3>
<p>Linkedin Profile</p>
</div>
</div>
</div>
</div>
</section><!-- content -->
</div>
<!-- End About Tab Data -->
<!-- Resume Tab Data -->
<div id="resume">
<section class="clearfix">
<div class="g2">
<h3>
Work Experience
</h3>
<ul class="no-list work">
<li>
<h5>
Director, QA
</h5><span class="label label-info">Nov, 2016 onwards</span>
<p>
Joined Duo Security in Nov 2016, to build out a QA team. <br>
Owned recruitment of QA engineers, setting up processes, choosing QA tools etc. <br>
Wrote test automation in Python for web, API, Windows Applications. <br>
</p>
</li>
<li>
<h5>
Manager of QA, Pindrop Security
</h5><span class="label label-success">2014-2016</span>
<p>
Joined Pindrop Security in Apr 2014, to build out a QA team. <br>
Owned recruitment of QA engineers, setting up processes, choosing QA tools etc. <br>
Wrote test automation in Python for web, API and hooked them to CI via Jenkins. <br>
</p>
</li>
<li>
<h5>
Various leadership and individual contributor roles
</h5><span class="label label-danger">2003-2014</span>
<p>
Worked on QA leadership roles, QA consulting roles, QA presales roles etc <br>
Worked in the Banking, Travel, ecommerce domains<br>
Took a year off to go back to school and get my MBA (2009-10)<br>
</p>
</li>
</ul>
<h3>
Education
</h3>
<ul class="no-list work">
<li>
<h5>
Great Lakes Institute of Management
</h5><span class="label label-success">2009-2010</span>
<p>
MBA in General Management and Finance
</p>
</li>
<li>
<h5>
University of Madras
</h5><span class="label label-danger">1999-2003</span>
<p>
Bachelor of Engineering, Computer Science
</p>
</li>
</ul>
</div>
<div class="g1">
<div class="sidebar">
<h3>
Skills
</h3>
<h5>
Programming Languages
</h5>
<div class="meter sunflower">
<span style="width: 70.0%"><span>Python</span></span>
</div>
<div class="meter midnight">
<span style="width: 70.0%"><span>Shell</span></span>
</div>
<!-- <div class="meter sunflower">
<span style="width: 40%"><span>Firework</span></span>
</div>
<div class="meter midnight">
<span style="width: 70%"><span>Dreamweaver</span></span>
</div>
<div class="meter pomengrate">
<span style="width: 60%"><span>Microsoft Office</span></span>
</div>
<div class="meter asbestos">
<span style="width: 65%"><span>Linux</span></span>
</div>-->
<div class="break"></div>
<h5>
Automation
</h5>
<div class="meter sunflower">
<span style="width: 80.0%"><span>Selenium</span></span>
</div>
<div class="meter midnight">
<span style="width: 70.0%"><span>API (requests library)</span></span>
</div>
<div class="break"></div>
<h5>
Databases
</h5>
<div class="meter sunflower">
<span style="width: 80.0%"><span>MySQL</span></span>
</div>
<div class="meter midnight">
<span style="width: 50.0%"><span>SQL Server</span></span>
</div>
<div class="break"></div>
<h5>
Performance Testing
</h5>
<div class="meter sunflower">
<span style="width: 80.0%"><span>jmeter</span></span>
</div>
<div class="meter midnight">
<span style="width: 55.0%"><span>locust.io</span></span>
</div>
<div class="break"></div>
<h5>
Tools
</h5>
<div class="meter sunflower">
<span style="width: 55.0%"><span>Git</span></span>
</div>
<div class="meter midnight">
<span style="width: 68.0%"><span>Jenkins</span></span>
</div>
<div class="meter asbestos">
<span style="width: 50.0%"><span>Vagrant</span></span>
</div>
<div class="break"></div>
<div>
View My <a style=" color: red; " class="link" href="/assets/DeepakBhaskaran-CV-short.pdf">Resumé</a>
</div>
</div>
</div>
</section>
</div>
<!-- End Resume Tab Data -->
<!-- Portfolio Tab Data -->
<!-- <div id="portfolio">
<section class="clearfix">
<div class="g1">
<div class="image">
<img src="http://lorempixel.com/306/306/sports/1" alt="">
<div class="image-overlay">
<div class="image-link">
<a href="http://lorempixel.com/606/606/sports/1" class="btn">Full View</a>
</div>
</div>
</div>
</div>
<div class="g1">
<div class="image">
<img src="http://lorempixel.com/306/306/sports/2" alt="">
<div class="image-overlay">
<div class="image-link">
<a href="http://lorempixel.com/606/606/sports/2" class="btn">Full View</a>
</div>
</div>
</div>
</div>
<div class="g1">
<div class="image">
<img src="http://lorempixel.com/306/306/sports/3" alt="">
<div class="image-overlay">
<div class="image-link">
<a href="http://lorempixel.com/606/606/sports/3" class="btn">Full View</a>
</div>
</div>
</div>
</div>
<div class="break"></div>
<div class="g1">
<div class="image">
<img src="http://lorempixel.com/306/306/sports/4" alt="">
<div class="image-overlay">
<div class="image-link">
<a href="http://lorempixel.com/606/606/sports/4" class="btn">Full View</a>
</div>
</div>
</div>
</div>
<div class="g1">
<div class="image">
<img src="http://lorempixel.com/306/306/sports/5" alt="">
<div class="image-overlay">
<div class="image-link">
<a href="http://lorempixel.com/606/606/sports/5" class="btn">Full View</a>
</div>
</div>
</div>
</div>
<div class="g1">
<div class="image">
<img src="http://lorempixel.com/306/306/business/2" alt="">
<div class="image-overlay">
<div class="image-link">
<a href="http://lorempixel.com/606/606/business/2" class="btn">Full View</a>
</div>
</div>
</div>
</div>
</section>
</div> -->
<!-- End Portfolio Data -->
<!-- Contact Tab Data -->
<div id="contact">
<section class="clearfix">
<div class="g1">
<div class="sny-icon-box">
<div class="sny-icon">
<i class="icon-globe"></i>
</div>
<div class="sny-icon-content">
<h4>My Location</h4>
<p>Ann Arbor, MI</p>
</div>
</div>
</div>
<div class="g1">
<div class="sny-icon-box">
<div class="sny-icon">
<i class="icon-phone"></i>
</div>
<div class="sny-icon-content">
<h4>Mobile Number</h4>
<p>+1 720.285.7089<br/></p>
</div>
</div>
</div>
<div class="g1">
<div class="sny-icon-box">
<div class="sny-icon">
<i class="icon-user"></i>
</div>
<div class="sny-icon-content">
<h4>Email Address</h4>
<p>deepak.bhaskaran@gmail.com</p>
</div>
</div>
</div>
<div class="break"></div>
</section>
</div>
<!-- End Contact Data -->
</div>
</div>
<!-- End Tab Container -->
<footer>
<p>
<!-- Deepak Bhaskaran © 2016 -->
<!-- hitwebcounter Code START -->
<!-- Start of SimpleHitCounter Code -->
<div align="center"><a href="https://dbhaskaran1.github.io" target="_blank"><img src="http://simplehitcounter.com/hit.php?uid=2221467&f=16777215&b=0" border="0" height="18" width="83" alt="Deepak Bhaskaran github"></a><br><a href="https://dbhaskaran1.github.io" target="_blank" style="text-decoration:none;"></a></div>
<!-- End of SimpleHitCounter Code -->
</p>
</footer>
</div><!-- #main -->
</div><!-- #main-container -->
</body>
</html>