-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
425 lines (359 loc) · 15.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
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
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document </title>
<script
src="https://code.jquery.com/jquery-2.2.4.js"
integrity="sha256-iT6Q9iMJYuQiMWNd9lDyBUStIq/8PuOW33aOqmvFpqI="
crossorigin="anonymous"></script>
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="font-awesome/css/font-awesome.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<style type="text/css">
.stickHeader{
position: relative;
width: 100%;
text-align: center;
font-size: 25px;
line-height: 108px;
height: 108px;
background: #335C7D;
color: black;
font-family: 'PT Sans', sans-serif;
}
.sticky {
font-size: 16px;
line-height: 20px;
height: 20px;
/*background: #efc47D;*/
opacity: 0.8;
text-align: center;
padding: 20px;
transition: all 0.4s ease;
position: fixed;
top: 0;
}
.jumbotron{
height: 400px;
background-color: #00a5bb;
}
header{
position: relative;
width: 100%;
text-align: center;
font-size: 25px;
line-height: 108px;
height: 108px;
background: #335C7D;
color: black;
font-family: 'PT Sans', sans-serif;
}
.socialHeader{
border:2px solid rgba(255, 255, 255, 0.8);
border-radius: 50%;
width: 32px;
height: 32px;
color:rgba(255, 255, 255, 0.8);
}
a{
text-decoration:none;
color: white;
}
a:link, a:visited, a:active,a:hover{
text-decoration:none;
color: white;
}
body{
color: white;
}
#expContainerJumbo{
height: 2000px !important;
}
table, th, td{
border: 1px solid white;
border-collapse: collapse;
}
th{
text-align: center;
}
td{
padding: 10px;
}
</style>
</head>
<body>
<header>
<div class="" style="float: left">
<ul style="list-style-type: none" class="">
<li style="float:left;padding: 0 10px;">
<a href="https://www.linkedin.com/in/priyanka-arora-30bb1636/"><i class="fa fa-linkedin socialHeader" ></i></a>
</li>
<li style="float:left;padding: 0 10px;">
<a href="https://github.com/aqupriyanka"><i class="fa fa-github socialHeader" ></i></a>
</li>
<li style="float:left;padding: 0 10px;">
<a href="[email protected]"><i class="fa fa-envelope-o socialHeader" ></i></a>
</li>
<li style="float:left;padding: 0 10px;">
<a href="https://stackoverflow.com/users/7696901/priyanka"><i class="fa fa-stack-overflow socialHeader" ></i></a>
</li>
</div>
<div class="" style="float: right">
<button class="btn btn-info"><a href="Priyanka_Arora_Resume.pdf" download>
Download My Resume</a></button>
</div>
</header>
<div class="" style="background-color:#00a5bb ;margin: auto;padding: auto;text-align: center;" id="intoId">
<br>
<br>
<img src="img/priPic3.jpg" width="200" height="200" id="profileImage" alt="" style="padding: 20px;border-radius: 100%;border-width: 3px; border-color: white">
<br>
<h2>Priyanka Arora</h2>
<div style="text-align: center; background-color: #00ACD4;padding-top: 2px;">
<h3>Full Stack Developer</h3>
<div class="container" style="font-family: arial;font-size: 17px;">
<p id="intro" class="text-justify" style="text-align: center;font-family: arial;font-size: 17px;">
Over 8 years experience as Full Stack Developer with a demonstrated history of working in the higher education industry. Skilled in :
<ul>
<b>Front end technologies,</b> (like HTML5, CSS3, javascript, jquery, node js, express, react, Handlebars JS, Bootstrap, Ionic Mobile Framework),
<br>
<b>Middleware technologies </b>(like Java, Spring, Hibernate, JSF, JSP, Servlets, EJB, Struts),
<br>
<b>Back-end technologies </b>(like Oracle Database, Firebase, Mongo DB, MySQL, SQL, Sequelize, Firebase) .
</ul>
Strong education professional with a Master's degree focused on Information Technology. I have excellent analytical skills with Expertise in bug fixing and analyzing the root cause.
</p>
</div>
</div>
<div class="stickHeader text-center" style="margin: auto;">
<ul style="list-style-type: none;text-align: center; margin-left: 25%;">
<li style="float: left;padding: 0 20px;"><a href="#eduContainer">Education</a></li>
<li style="float: left;padding: 0 20px;"><a href="#expContainer">Experience</a></li>
<li style="float: left;padding: 0 20px;"><a href="#skillsContainer">Skills</a></li>
<li style="float: left;padding: 0 20px;"><a href="#contactContainer">Contact</a></li>
</ul>
</div>
</div>
<!-- </div> -->
<br>
<!-- <div style="margin: 0;"> -->
<br>
<div>
<section id="eduContainer">
<div class="container" id="">
<div class="jumbotron">
<h2>Educational Section</h2>
<ul style="list-style-type: none">
<li style="float: left;padding: 0 20px;">
<h3>Coding Bootcamp</h3>
<h4>Javascript Full Stack Web Development</h4>
<h5>UCSD Ext, San Diego CA</h5>
<h5>Apr 2017 - Oct 2017</h5>
</li>
<li style="float: left;padding: 0 20px;">
<h3>B.E. In IT</h3>
<h5>IP University, India</h5>
<h5>Aug 2002 - Aug 2006</h5>
</li>
<li style="float: left;padding: 0 20px;">
<h3>PGDBM in IT</h3>
<h5>Symbiosis, India</h5>
<h5>Jul 2008 - Jul 2012</h5>
</li>
</ul>
<div style="clear:both"></div>
<h3 style="margin-left:50px;">Certifications</h3>
<h5 style="margin-left:100px;">Sun Certified Java Programmer</h5>
</div>
</div>
</section>
<section id="skillsContainer">
<div class="container" id="">
<div class="jumbotron">
<h2>Professional Skills</h2>
<div>
<br>
<b>Languages:</b> Java, J2EE, HTML
<br>
<b>Frameworks:</b> WCS, Struts 1.2Struts1.2, JSF 1.2, Hibernate 3.0Hibernate3.0, Spring(Core, JDBC), EJB 3.0, JMS
<br>
<b>Web Tech:</b> JSP, Servlets, Web Services, JavaScript, Junit, JSON, XML, CSS
<br>
<b>Database: </b> Oracle 11g-9i -8i, MysqlMy SQL, Postgres, SQL Server
<br>
<b>Web/App Servers: </b> Apache Tomcat 5.5.16, Jboss 4.2, WeblogicWeb logic 10.3, RAD, WebsphereWeb sphere 6.1
<br>
<b>Version Control: </b> CVS, VSS, SVN, ClearcaseClear Case, Accurev
<br>
<b>Dev Tools: </b> Eclipse , Pl/Sql Developer, Toad, UML, Livesite, IBM WCS, JIRA, Maven, Jenkins
</div>
</div>
</div>
</section>
<section id="expContainer">
<div class="container" id="">
<div class="jumbotron" id="expContainerJumbo">
<h2>Work Experience</h2>
<div>
<b>SnapOn Business Solutions,</b> Cleveland OH — Computer Programmer
<br><i>Oct 2013 - Jul 2015</i><br>
<ul>
<li>Part of CAPPS(Common Application) team working on TDD(test driven development).
Supported of all common functionalities such as like Paging, fetching data from DB, Navigation Control.</li>
<li>Designed and Developed new functionalities for nNavigation module which includes Catalog, VIN, QuickList, Part,Chapter, Pages etc.Enhanced functionalities like paging, filters, VIN.</li>
<li>Enhanced queries for all three databases: Oracle, SQL Server, postgres
Worked on JIRA to open, close or update tickets.
Worked on maven scripts(pom.xml) to build the common application module and release the same.</li>
</ul>
<b>Environment:</b> Core java, Tomcat, Eclipse, SQL Developer, PostgresqlPostgres SQL, SQL Server, JUnit, Maven, JIRA, Accurev, Jenkins
<br><br>
<b>Sapientnitro,</b> India— Sr. Developer
<br><i>Jun 2012 - Feb 2013</i><br>
<ul>
<li>Design and Develop e-commerce functionality for OMS team in WCS using agile methodology.</li>
<li>Designed and developed some batch functionalities for payment module.</li>
<li>Designed and developed business functionalities like Order Create, Cancel Order, Submit Payment</li>
<li>Created EJB’s for above functionalities in WCS.</li>
<li>Developed third party systems on Mule to make the integration process easier for later.</li>
<li>Designed and developed webservices in WCS for business functionality.</li>
<li>Create test cases and help testing team the same.</li>
<li>Worked closely with QA, Business and Architects to solve various defects in quick and fast manner to meet deadlines</li>
<li>Worked on customized logger, developed in WCS</li>
<li>Used Java Messaging Services (JMS) for reliable and asynchronous exchange of messages
Accessed database using SQL Queries, PL/SQL scripts</li>
<li>Involved in developing UML Use case diagrams, Class diagrams, and Sequence diagrams
Mentor and help new team members.</li>
<li>Fix bugs for other team members in their work. </li>
</ul>
<b>Environment:</b> Web Sphere 6.1, RAD, WCS, SQL Developer, JDBC, Putty, Winscp, EJB, Mule, JUnit, SVN, Webservices, SOAPUI, JMS, RAD, JSON
<br><br>
<b>Fidelity International,</b> India— Developer
<br><i>Nov 2010 - Mar 2012</i><br>
<ul>
<li>Worked on the front end part of their official website. Front end contains the Interwoven CMS tool which is team site and Live site</li>
<li>Used Live site APIs in spring framework and integrated the business logic with the CMS tool team site.</li>
<ul><u>Support :</u>
<li>Given single handed Live site support to all fidelity sites (UK, Germany, France, Belgium, Italy, Netherland, Spain, Sweden, Switzerland).</li>
<li>Worked on Fidelity internal site for opening and closing of Change Requests/incident tickets.
Given support to all Livesite Releases for all Environments (DIT, EBF, SIT, UAT, PROD, Preview).</li>
</ul>
<ul><u>Development :</u>
<li>Implemented functionalities like Captcha, EDM, and Shopping Basket etc.</li>
<li>Created PreController for the application.</li>
<li>Created whole business logic for Belgium, International and Switzerland sites.</li>
<li>Interacted with different services to send data to and fro.</li>
<li>Mentored Livesite configurations and localhost setup to whole team.</li>
<li>Spring framework is used to implement Inversion of Control (IOC) and Data Access Object (DAO).</li>
<li>Accessed database using SQL Queries, PL/SQL scripts</li>
<li>Worked on ClearCase for version control</li>
<li>Involved in developing UML Use case diagrams, Class diagrams, and Sequence diagrams</li>
<li>Wrote unit test cases for Unit Level testing using JUnit</li>
<li>Used JUnit framework for unit testing of application and Log4j to capture the log that includes runtime exceptions</li>
<li>Used SOAP based web services and tested using SOAPUI.</li>
<li>Used Ant as a build tool, for building the application</li>
<li>Fixed bugs for other team members in their work.</li>
<li>Working knowledge of IDOL tool. </li>
</ul>
<b>Environment:</b> Web Sphere 6.1, RAD, Spring 3.0, SQL Developer, JDBC, Putty, Winscp, Live site, Team site, IDOL, ClearCase
<br><br>
<b>TCS,</b> India— Developer
<br><i>Feb 2010 - Nov 2010</i><br>
<ul>
<li>Worked on Stock Grid Screen (EMC module).</li>
<li>Worked with struts, javascripts, DTO and Rule manager, to fetch the data and display on the screen.</li>
<li>DTO’s used to display the selected the data.</li>
<li>Created ajax calls to send request and display data.</li>
<li>Entity beans are used to fetch data from database.</li>
<li>Message driven beans are used to get message from JMS queues.</li>
<li>Used Ant as a build tool for building the application</li>
<li>Accessed database using SQL Queries, PL/SQL scripts</li>
<li>Worked on Performance Optimization by optimizing SQL, PL/SQL queries</li>
<li>Worked on performance issues and UAT issues.</li>
<li>Worked on object serialization and saved in the database.</li>
<li>New rules applied to corporate actions were saved in database and retrieved from database using object serialization.</li>
<li>Multithreading was used to limit the access.</li>
<li>Webservices were used as consumer.</li>
<li>Worked on SI(System Integration), EMC(Entitled Management), RMC(Rule Manager) modules.</li>
<li>Fixed bugs for other team members in their work.</li>
<li>Helped other team members in their work. </li>
</ul>
<b>Environment:</b> WebLogic 10.3, Eclipse, Struts 1.2, JMS, Ejb 2.0, Web Services, Ajax, JavaScript, SQL Developer, JDBC, VSS
<br><br>
<b>Wipro,</b> India— Developer
<br><i>Oct 2006 - Feb 2010</i><br>
<table>
<thead>
<th>S.No</th>
<th>Project & Client Name</th>
<th>Role</th>
<th>Duration</th>
<th>Environment</th>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Campaign Management System, Aircel, India</td>
<td>Sr. Developer</td>
<td>Jul 2009 - Feb 2010</td>
<td>WebLogic 10.3, Eclipes, Spring Batch Framework, Quartz Scheduler, MySql, JSP,Servlet, SVN</td>
</tr>
<tr>
<td>2</td>
<td>Enterprise Payment System, Aircel, India</td>
<td>Developer</td>
<td>Nov 2008 - Jul 2009</td>
<td>WebLogic 10.3, Eclipes, JSF 1.2,Hibernate3.0,JMS, Ejb 3.0, WebServices, TOAD, KENAN Billing System</td>
</tr>
<tr>
<td>3</td>
<td>Masteri Linedata Services, France/India</td>
<td>Developer</td>
<td>Jan 2008 - Nov 2008</td>
<td>Oracle Database 10g, TOAD, SQL, MAGIC tool</td>
</tr>
<tr>
<td>4</td>
<td>Video Merchandising System, HP UK</td>
<td>Developer</td>
<td>May 2007 - Jan 2008</td>
<td>ATG Framework 2006.3, Weblogic 8.1, Oracle 10g, Eclipse 3.2, Tortoise SVN 1.4, Edit Plus, Toad 6.0</td>
</tr>
<tr>
<td>5</td>
<td>Billing Management, Wipro Technology, India</td>
<td>Developer</td>
<td>Oct 2006 - May 2007</td>
<td>DB2, Web sphere Server, XML SPY Tool, Java, MQ Adapter</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
<section id="contactContainer">
<div class="container" id="">
<div class="jumbotron">
<h2>Get In Touch</h2>
</div>
</div>
</section>
</div>
<!-- </div> -->
<script type="text/javascript">
$(window).scroll(function() {
if ($(this).scrollTop() > 1){
$('.stickHeader').addClass("sticky");
}
else{
$('.stickHeader').removeClass("sticky");
}
});
</script>
</body>
</html>