-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
248 lines (236 loc) · 12.5 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
<!DOCTYPE html>
<html>
<head>
<title>Vividh S V</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico" />
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
<link rel="stylesheet" media="screen" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,300italic,300,600,600italic,700' rel='stylesheet' type='text/css'>
<link type="text/css" href="assets/style.css" rel="stylesheet" media="screen">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media
queries -->
<!--[if lt IE 9]>
<script src="http:////cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container dummyTop"></div>
<div class="container fix uk-animation-slide-top">
<div class="row">
<div class="col-sm-9">
<h1>VIVIDH S VISWANATHA</h1>
<p class="sm-italic">Dedicated and competent professional with more than 7 years of experience in the field of software development and quality engineering.</p>
</div>
<div class="col-sm-3">
<h5><i class="icon-qrcode"></i>CONTACT</h5>
<p>
<i class="fa fa-phone" aria-hidden="true"></i> (516)-978-6362
<br>
<i class="fa fa-envelope-o" aria-hidden="true"></i>
<a href="mailto:[email protected]">[email protected]</a>
<br>
<i class="fa fa-globe" aria-hidden="true"></i>
<a href="http://vividhsv.com">vividhsv.com</a>
<p>
<a href="https://facebook.com/vividhsv"><i class="fa fa-facebook-square fa-lg"></i></a>
<a href="https://www.linkedin.com/in/vividhsv"><i class="fa fa-linkedin-square fa-lg"></i></a>
<a href="https://plus.google.com/u/0/+VividhSV"><i class="fa fa-google-plus-square fa-lg"></i></a>
<a href="https://twitter.com/vividhsv"><i class="fa fa-twitter-square fa-lg"></i></a>
<a href="https://github.com/vividhsv"><i class="fa fa-github-square fa-lg"></i></a>
</p>
</p>
</div>
</div>
</div>
<div class="container main uk-animation-slide-bottom">
<div class="row clr">
<div class="col-sm-4 side">
<div>
<h2><i class="fa fa-bolt" aria-hidden="true"></i> SKILLS</h2>
<hr>
<div>
<table>
<tbody>
<tr>
<td>Java</td>
<td>Cucumber</td>
</tr>
<tr>
<td>Python</td>
<td>Flask</td>
</tr>
<tr>
<td>Javascript</td>
<td>Django</td>
</tr>
<tr>
<td>HTML/CSS</td>
<td>Jenkins</td>
</tr>
<tr>
<td>Jquery</td>
<td>AWS</td>
</tr>
<tr>
<td>MySQL</td>
<td>Linux/Unix</td>
</tr>
<tr>
<td>Git</td>
<td>Bootstrap</td>
</tr>
<tr>
<td>Selenium</td>
<td>Emberjs</td>
</tr>
<tr>
<td>Ansible</td>
<td>Fabric</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<h2> <i class="fa fa-graduation-cap" aria-hidden="true"></i> EDUCATION</h2>
<hr>
<div>
<span class="h3 block">Master of Science</span>
<span>Software Engineering</span>
<br>
<span>George Mason University</span>
<br>
<span class="sm-italic">GPA 3.46 | 2012 - 2013</span>
<br>
<span class="sm-italic">Fairfax, Virginia</span>
</div>
<br>
<div>
<span class="h3 block">Bachelor of Engineering</span>
<span>Electronics and Communication</span>
<br>
<span>Visvesvaraya Technological University</span>
<br>
<span class="sm-italic">GPA 3.52 | 2003 - 2007</span>
<br>
<span class="sm-italic">SJB Institute of Technology, Bangalore, India</span>
</div>
</div>
<div>
<h2><i class="fa fa-trophy" aria-hidden="true"></i> AWARDS</h2>
<hr>
<div>
<h3>Peer Award</h3>
<p>Showcased strong troubleshooting and problem solving skills and received "Peer award" in year 2011 at SAP Labs.</p>
</div>
<div>
<h3>Vibrant Team Player</h3>
<p>Great leadership and communication qualities, was awarded as a "Vibrant Team Player" in year 2010 at SAP Labs.</p>
</div>
<div>
<h3>On the Spot Award</h3>
<p>for automating API tests at DrFirst in a short period.</p>
</div>
</div>
<div>
<h2><i class="fa fa-lightbulb-o" aria-hidden="true"></i> PERSONAL PROJECTS</h2>
<hr>
<div>
<h3>Candoer</h3>
<p class="sm-italic">Python, Flask, Javascript, Jquery, Mongodb, Bootstrap</p>
<p>Search for various disease and view common medications and their chemical structure.</p>
</div>
<div>
<h3>MarathonMR</h3>
<p class="sm-italic">Python, Flask, Javascript, Jquery, Mongodb, SemanticUI, D3</p>
<p>Upload protein csv data to get heatmap visualization of protein.</p>
</div>
</div>
</div>
<div class="col-sm-8">
<h2><i class="fa fa-suitcase" aria-hidden="true"></i> EXPERIENCE</h2>
<hr>
<div class="exp">
<div>
<div>
<span class="h3">Neustar | </span><span class="sm-italic">July 2014 - Present</span>
</div>
<span class="italic">Software Engineer II</span>
</div>
<ul>
<li>Designed Automation framework using Selenium, Cucumber for DDOS mitigation product with successfull launch.</li>
<li>Automation framework to verify configuration pushed on to the Managed objects of Routers and network devices.</li>
<li>Frontend and Server side Performance framework using Sitespeed and Gatling respectively.</li>
<li>Developed performance test framework using Locust (Python open source tool) and integrated with Graphite, Influxdb and Graphana for metric visualization.</li>
<li>Performance bottelnecks and optimization to achieve 2400 TPS for Ultraviolet product.</li>
<li>Developed complete performance framework using Jmeter for REST API, which helped the Ultraviolet project reduce cost and avoid buying commercial performance testing software.</li>
<li>Extended Jmeter by developing required functionally on Jmeter to support HTTPS client certificate switching.</p>
</ul>
</div>
<div class="exp">
<div>
<div>
<span class="h3">DrFirst | </span><span class="sm-italic">Feburary 2014 - July 2014</span>
</div>
<span class="italic">Software Engineer</span>
</div>
<ul>
<li>Developed a tool using Java to analyze User Agent strings to analyze different browsers and operating systems used by DrFirst users.</li>
<li>Web automation testing using DrAssit a framework developed around Fitnesse.</li>
</ul>
</div>
<div class="exp">
<div>
<div>
<span class="h3">Verisign | </span><span class="sm-italic">May 2013 - August 2013</span>
</div>
<span class="italic">Software Engineer Intern</span>
</div>
<ul>
<li>Automation of UI testing and integration testing for AMP(Athena Management).</li>
<li>Responsible for developing tests in Java (Selenium2) and Python for automating API integration tests. This helped to have an end to end test scenario.</li>
<li>Automated email verification using JavaMail API thus helping save money and person hours wasted on manual email verification.</li>
</ul>
</div>
<div class="exp">
<div>
<div>
<span class="h3">SAP Labs | </span><span class="sm-italic">June 2007 - Janurary 2012</span>
</div>
<span class="italic">Senior Software Engineer</span>
</div>
<ul>
<li>Moved the entire physical test infrastructure to virtual infrastructure using VMware thus reducing Total Cost of Operation which also helped in acquiring on demand test systems.</li>
<li>Helped in increased number of showstopper bugs caught before shipment of support package.</li>
<li>Developed SAP internal tools for Deployment automation.</li>
<li>Researched and analyzed customer tickets to get demographic view of where the customers are finding bugs and thus help us in creating high quality test cases and catch these bugs before release to customers.</li>
<li>Automated deployment and upgrade operations on development and test systems there by reducing the system down time during the work hours by 90% and also reducing the cost and effort in manual operations.</li>
<li>Handled deployment operations on different SAP releases from 701 to 731 releases and reduced the deployment failures by 70%, thus providing developers and testers with good quality systems.</li>
</ul>
</div>
</div>
</div>
<hr>
<footer>
<p class="text-right">
<!-- <i class="fa fa-qrcode" id="popoverData" data-placement="left" data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus." data-original-title="Title" data-trigger="hover"></i> -->
<!-- <i class="fa fa-print"></i> -->
<a href="resume.pdf"><i class="fa fa-download"></i></a>
</p>
</footer>
</div>
<!-- /container -->
<div class="dummyBottom"></div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://code.jquery.com/jquery-2.2.3.min.js" integrity="sha256-a23g1Nt4dtEYOj7bR+vTu7+T8VP13humZFBJNIYoEJo=" crossorigin="anonymous"></script>
<!-- Include all compiled plugins (below), or include individual
files as needed -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<script>
$('#popoverData').popover();
</script>
</body>
</html>