-
Notifications
You must be signed in to change notification settings - Fork 0
/
saptarshi-resume.html
239 lines (223 loc) · 8.14 KB
/
saptarshi-resume.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
<!DOCTYPE html>
<html>
<head>
<title>Resume-Saptarshi</title>
<meta name="viewport" content="width=device-width" />
<meta name="description" content="The resume of Saptarshi Banerjee" />
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="favicon-32x32.png" />
<link type="text/css" rel="stylesheet" href="style.css" />
<link
href="https://fonts.googleapis.com/css?family=Rokkitt:400,700|Lato:400,300"
rel="stylesheet"
type="text/css"
/>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="top">
<div id="cv" class="instaFade">
<div class="mainDetails">
<div id="headshot" class="quickFade">
<img src="headshot.jpg" alt="Saptarshi Banerjee" />
</div>
<div id="name">
<h1 class="quickFade delayTwo">Saptarshi Banerjee</h1>
<h2 class="quickFade delayThree">Software Developer</h2>
</div>
<div id="contactDetails" class="quickFade delayFour">
<ul>
<li>
A:
<span class="addressspan"
>THAKUR COMPLEX,KANDIVALI EAST, MUMBAI - 400101</span
>
</li>
<li>DOB: <span class="dobspan">12th May, 1989</span></li>
<li>
E:
<span class="eamilspan"
><a href="mailto:[email protected]" target="_blank"
></span
>
</li>
<!-- <li>w: <a href="http://www.bloggs.com">www.bloggs.com</a></li> -->
<li>M: <span class="mobilespan">+918900604276</span></li>
</ul>
</div>
<div class="clear"></div>
</div>
<div id="mainArea" class="quickFade delayFive">
<section>
<article>
<div class="sectionTitle">
<h1>Personal Profile</h1>
</div>
<div class="sectionContent">
<p>
Looking for a Software Developer position at a leading IT
organization where I can apply my
<span class="percentage">4 years 11 months</span> of experience
of development in
<span class="percentage"
>C#, ASP.NET, MVC Architecture, MSSQL Sever, WEB API,
Javascript and JQuery</span
>
to enhace my technical skills and upgrade my professional
knowledge and convert organizational goals into reality.
</p>
</div>
</article>
<div class="clear"></div>
</section>
<section id="work-experience">
<div class="sectionTitle">
<h1>Work Experience</h1>
</div>
<div class="sectionContent">
<article>
<h2>Software Developer at Cyber SWIFT Infotech Pvt Ltd.</h2>
<p class="subDetails">July 2019 - June 2020</p>
<ul>
<li>
Executed projects to monitor progress of works of an
organazation.
</li>
<li>
Part of four members team to build a realiable online system
to track location of works and attendance.
</li>
<li>
Part of redesigning team to fix existing bugs and execute
changes to produce more sustainable system.
</li>
</ul>
<p></p>
</article>
<article>
<h2>Software Application Support at SISL Infotech Pvt. Ltd</h2>
<p class="subDetails">July 2018 - June 2019</p>
<ul>
<li>
Part of a three member team for developing a online system to
register marriages online without any hustle.
</li>
<li>
Part of a planning team to detect application vurnabilities
and remove them to make system more secure.
</li>
<li>Guided team to create more user friendly system.</li>
</ul>
<p></p>
</article>
<article>
<h2>Computer Analyst at C.I.D. West Bengal</h2>
<p class="subDetails">August 2017 - June 2018</p>
<ul>
<li>
Engaged in develop a system to take care of progress in filled
case.
</li>
<li>Part of a team to enhance user experience.</li>
<li>
Guided a team to build social media monitoring application and
to report alarming content to the supervisor.
</li>
</ul>
<p></p>
</article>
<article>
<h2>Jr. Software Developer at Webzemini Software Pvt. Ltd.</h2>
<p class="subDetails">July 2014 - June 2016</p>
<ul>
<li>
Engaged in development of desktop application for various
money marketing organization.
</li>
<li>Produced various kind of reports for different users.</li>
<li>Engaged in fixing and solving bugs.</li>
</ul>
<p></p>
</article>
</div>
<div class="clear"></div>
</section>
<section>
<div class="sectionTitle">
<h1>Key Skills</h1>
</div>
<div class="sectionContent">
<ul class="keySkills">
<li>C#</li>
<li>VB.NET</li>
<li>ASP.NET MVC</li>
<li>Web API</li>
<li>Javascript</li>
<li>JQuery</li>
<li>MSSQL SERVER</li>
<li>Crystal Reports</li>
</ul>
</div>
<div class="clear"></div>
</section>
<section>
<div class="sectionTitle">
<h1>Education</h1>
</div>
<div class="sectionContent">
<article>
<h2>Indas High School (W.B.B.S.E)</h2>
<p class="subDetails">Madhyamik Examination (2004)</p>
<p>
Percentage:
<span class="percentage">84.25</span>
</p>
</article>
<article>
<h2>Indas High School (W.B.C.H.S.E)</h2>
<p class="subDetails">Higher Secondery (2004 - 2006)</p>
<p>
Percentage: <span class="percentage">77.3</span> <br />Score 200
out of 200 in Mathematics.
</p>
</article>
<article>
<h2>Ramakrishna Mission Residential College, Narendrapur</h2>
<p class="subDetails">
Graduation (2006 - 2011)
</p>
<p>
Percentage: <span class="percentage">71</span> <br />
Completed Honours in Mathematics with and Computer Science as
General Subject.
</p>
</article>
<article>
<h2>Vidyasagar University</h2>
<p class="subDetails">
Masters Of Computer Application (2011 - 2014)
</p>
<p>
Percentage: <span class="percentage">71</span> <br />
Learn Data Structure, Algorith, Programming Languages
(C,C++,Java), Networking and Database Designing.
</p>
</article>
</div>
<div class="clear"></div>
</section>
</div>
</div>
<!-- <script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3753241-1");
pageTracker._initData();
pageTracker._trackPageview();
</script> -->
</body>
</html>