-
Notifications
You must be signed in to change notification settings - Fork 0
/
experience.html
150 lines (142 loc) · 5.51 KB
/
experience.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Arpan Banerjee | Full Stack Dev</title>
<link rel="stylesheet" href="assets/css/about.css" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<div id="wrapper">
<!-- Nav -->
<header>
<nav id="nav">
<ul>
<li><a href="index.html#top">About Me</a></li>
<li><a href="experience.html">Work</a></li>
<li><a href="index.html#work">Skills</a></li>
<li><a href="index.html#portfolio">Portfolio</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</nav>
</header>
<main style="margin-top: -50px;">
<div class="container">
<div class="timeline-block timeline-block-right">
<div class="marker"></div>
<div class="timeline-content">
<h3>SRM University</h3>
<span>B.Tech(EEE) | March 2013-May 2017</span>
<p>
Completed B.Tech in Electrical and Electronics Engineering with
a C.G.P.A of 8.4.
</p>
</div>
</div>
<div class="timeline-block timeline-block-left">
<div class="marker"></div>
<div class="timeline-content">
<h3>Infosys</h3>
<span>Systems Engineer | Dec 2017-April 2019</span>
<p>
Started my professional career with Infosys. Travelled to Mysore
to receive the initial training.For being a consistent top
performer I was recognized as one of the High Perfomers(HPF) of
the trainees group
</p>
</div>
</div>
<div class="timeline-block timeline-block-right">
<div class="marker"></div>
<div class="timeline-content">
<h3>Progression</h3>
<span>Senior Systems Engineer | Infosys | May 2019</span>
<p>
After about two years of working in production projects, got
promoted to Senior Systems Engineer.I contributed to POC's
whenever I had bandwith. My contributions were mostly in full
stack web applications which had the Frontend Angular/JavaScript
and Backend in Spring/Spring Boot with Hibernate as the ORM
framework.
</p>
</div>
</div>
<div class="timeline-block timeline-block-left">
<div class="marker"></div>
<div class="timeline-content">
<h3>Full Stack Dev</h3>
<span>Infosys | March 2020</span>
<p>
Proposed and developed an SPA using Angular 9 which benefited
the testing team to carry out the testing of the major processes
in the application
</p>
</div>
</div>
<div class="timeline-block timeline-block-right">
<div class="marker"></div>
<div class="timeline-content">
<h3>Client Appreciation</h3>
<span>Infosys | May 2020</span>
<p>
Transitioned an existing feature from using file system and
MBD's to a Spring Boot application,using Hibernate and REST web
services. Used Liquibase for database version control with
abstraction in Java for interacting with database.
</p>
</div>
</div>
<div class="timeline-block timeline-block-left">
<div class="marker"></div>
<div class="timeline-content">
<h3>Resigned from Infosys</h3>
<span>Infosys | Aug 2020</span>
<p>
Infosys was a great home for me, I learnt so much in my time there,
met some great people
</p>
</div>
</div>
<div class="timeline-block timeline-block-right">
<div class="marker"></div>
<div class="timeline-content">
<h3>Joined Cerner</h3>
<span>Cerner Corporation | Aug 2020</span>
<p>
Joined Cerner as an Associate Senior Software Engineer. Cerner Corporation is supplier
of health information technology solutions, services, devices, and hardware.
The company is based out of Kansas City, Missouri.
</p>
</div>
</div>
</div>
</main>
<!-- Footer -->
<footer
style="
text-shadow: 0px 0px 0px #18181881;
background-color: #333;
margin-top: 70px;
padding: 20px;
"
>
<div class="footer__copyright" style="margin-top: 20px;">
<p class="paragraph texte" style="margin: 0px;">
Handcrafted with <i class="em em-heart"></i> by Arpan Banerjee
</p>
<p class="paragraph texte">
All right reserved © 2020
</p>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</div>
</body>
</html>