-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRes.html
310 lines (194 loc) · 7.51 KB
/
Res.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
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume - Somya Milendra Saxena</title>
<style>
body {
font-family: Roboto, Arial, sans-serif;
margin: 1cm;
line-height: 1.3;
color: #333;
font-size: 12px;
}
.header {
text-align: center;
margin-bottom: 1em;
}
.header h1 {
font-size: 22px;
font-weight: bold;
margin: 0.3em 0;
}
.header p {
font-size: 12px;
margin: 0.2em 0;
color: #555;
}
.header a {
color: #0056b3;
text-decoration: none;
}
.header a:hover {
text-decoration: underline;
}
h2 {
font-size: 16px;
margin-bottom: 0.5em;
border-bottom: 1.2px solid #c00c;
padding-bottom: 0.2em;
color: #222;
}
h3 {
font-size: 14px;
font-weight: bold;
margin-bottom: 0.2em;
color: #333;
}
.job-title {
font-weight: bold;
font-size: 12px;
margin-bottom: 0.1em;
}
.date-location {
font-style: italic;
font-size: 12px;
color: #555;
display: flex;
justify-content: space-between;
}
p, ul {
margin: 0.2em 0;
}
ul {
padding-left: 1.2em;
list-style-type: disc;
}
li {
margin-bottom: 0.2em;
}
.skills-interests {
display: flex;
justify-content: space-between;
margin-top: 0.5em;
}
.skills-interests div {
width: 48%;
}
.skills-interests h3 {
font-size: 14px;
margin-bottom: 0.3em;
}
a {
color: #0056b3;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.footer {
margin-top: 2em;
text-align: center;
font-size: 10px;
color: #777;
}
@media print, screen and (max-width: 768px) {
body {
margin: 0.5cm;
font-size: 11px;
}
.header h1 {
font-size: 18px;
}
h2 {
font-size: 14px;
}
h3 {
font-size: 12px;
}
.skills-interests {
flex-direction: column;
}
.skills-interests div {
width: 100%;
margin-bottom: 0.5em;
}
}
</style>
</head>
<body>
<div class="header">
<h1>Somya Milendra Saxena</h1>
<p>Melbourne, Australia | +61 420424850 | <a href="mailto:[email protected]">[email protected]</a></p>
<p><a href="https://linkedin.com/in/somya-saxena-8a56ab192/" target="_blank">LinkedIn</a></p>
</div>
<div class="content">
<div class="section">
<h2>Work Experience</h2>
<h3>St. Lucia Business Advisors | Melbourne, Australia</h3>
<p><strong>Information Technology Intern</strong> | Jan 2021 - Mar 2021</p>
<ul>
<li>Transformed company’s digitization by establishing LAN between the system and server to eliminate manual formatting and decrease redundancies in internal connectivity.</li>
<li>Developed a new site by designing UX features with a customer-centric approach using React JS and Webflow, streamlining the internship application process and increasing new applicants by 40%.</li>
</ul>
<h3>Tata Consultancy Services | Mumbai, India</h3>
<p><strong>Software Engineer</strong> | Oct 2017 - May 2019</p>
<ul>
<li>Performed functional, regression, data migration, and user acceptance testing by designing test scenarios and executing test scripts to identify issues and escalate defects in HP Quality Center.</li>
<li>Collaborated cross-functionally with 14 stakeholders, presenting test and validation plans, requirement traceability matrices, test cases, and test summaries to gain approvals.</li>
<li>Managed daily project reporting by monitoring KPIs and providing updates to clients and leadership.</li>
<li>Created wrapper scripts targeting common tasks to optimize test executions with maximum functionality.</li>
<li>Oversaw data migration from database to portal using SQL queries on Oracle and Toad 11.5, verifying accuracy by comparing outputs to predefined results.</li>
<li>Documented issues and tracked resolutions using HP ALM 11.52 and JIRA, ensuring 100% of quality issues were addressed.</li>
<li>Received recognition from senior management for delivering defect-free deliveries ahead of deadlines, launching two releases with zero-production issues, and winning the "Best Team" award and two "On the Spot" awards.</li>
</ul>
</div>
<div class="section">
<h2>Project Experience</h2>
<h3>Flying Tenants (Monash University)</h3>
<p>Feb 2021 - Jun 2021</p>
<ul>
<li>Built a web application encouraging children to build bird shelters, collaborating with a team of 4 over 3 iterations.</li>
<li>Used LeanKit for management, daily stakeholder meetings, and Visual Studio with jQuery, Bootstrap, FontAwesome libraries, and plugins for development.</li>
<li>Published the site hosted on Azure, leveraging GitHub for version control.</li>
</ul>
<h3>MonashMRDB (Monash University)</h3>
<p>Aug 2020 - Nov 2020</p>
<ul>
<li>Migrated data from relational databases to NoSQL databases (MongoDB, Cassandra, Neo4j).</li>
<li>Conducted detailed research and data analysis to enhance restaurant business operations.</li>
</ul>
<h3>iWebLens (Cloud Computing Project) (Monash University)</h3>
<p>May 2020 - Jun 2020</p>
<ul>
<li>Developed an image detection web service using OpenCV and YOLO, deploying it to Kubernetes clusters with Docker containers on Nectar Cloud.</li>
<li>Migrated the service to AWS with S3, Lambda, API Gateway, and DynamoDB.</li>
</ul>
<h3>Friendr (UI/UX Project) (Monash University)</h3>
<p>Sep 2019 - Oct 2019</p>
<ul>
<li>Created a friend-finding application prototype by analyzing UI/UX reports, researching usability heuristics, and utilizing MockingBot for prototyping.</li>
</ul>
<h3>Lithium-ion Battery Recycling & Waste Management System (Monash University)</h3>
<p>Jul 2019 - Oct 2019</p>
<ul>
<li>Defined functional and non-functional requirements for an IT system providing E-waste collection points.</li>
<li>Collaborated with a team of 4, conducted research, and used Trello Kanban for agile project management to meet milestones.</li>
</ul>
</div>
<div class="section">
<h2>Education</h2>
<h3>Monash University | Melbourne, Australia</h3>
<p><strong>Master of Information Technology, Software Engineering</strong> | Jul 2021</p>
<h3>Vidyalankar School of Information Technology | Mumbai, India</h3>
<p><strong>Bachelor of Science in Information Technology</strong> | Jun 2017</p>
</div>
<div class="section">
<h2>Skills & Interests</h2>
<p><strong>Skills:</strong> AWS (EC2, Lambda, S3, DynamoDB, API Gateway, CloudFront), Testing, SQL, NoSQL, UI/UX, Python, JavaScript, Git, Docker, Data Science Tools (Weka, Netica, R Studio), Prototyping Tools (Webflow, MockingBot, Figma), Microsoft Office, Trello, LeanKit.</p>
<p><strong>Interests:</strong> Cloud Computing, Blockchain, UI/UX, NoSQL, Bachata and Salsa.</p>
</div>
</div>
</body>
</html>