-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (96 loc) · 4.56 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
<!DOCTYPE html>
<html>
<head>
<title>Resumé</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="res/css/index.css">
<link rel="stylesheet" type="text/css" href="res/css/global.css">
</head>
<body>
<div class="landing">
<div class="caption">
<!-- <div><img src="res/img/profile.jpg" class="rounded-circle profilepicture"></div> -->
<div class="name"><span>Nalanda Chakrabarti</span></div>
<hr>
<div class="prof"><span>Full Stack Web Developer</span></div>
</div>
</div>
<div class="bg-gray2 sect">
<div class="row mb-5">
<div class="topheader">Resumé</div>
</div>
<div class="row mt-5">
<div class="secondsection mx-auto">
<div class="left2 ml-5 border-right pr-5 border-secondary">
<div class="header"><span>Summary</span></div><br/>
<span class="italic">I am a 27 year old software developer studying Masters in Computer Science at Universität Paderborn. I have 3 and a half years of professional experience in software development.</span>
</div>
<div class="right2 mr-5 pl-5">
<div class="header"><span>Skills</span></div><br/>
<span><strong>Languages:</strong> JAVA, C, C#, Python, HTML/CSS, Javascript/JQuery</span><br/>
<span><strong>Tools & Technologies :</strong> Spring Framework, Selenium, ASP.NET, SQL (Oracle/MySQL/MSSQL), Jenkins, JIRA, Crucible, Git</span>
</div>
</div>
</div>
</div>
<div class="bg-white3 sect">
<div class="sectca">
<div class="topheader mb-5">Work Experience</div>
</div>
<div class="sectcb">
<div class="container thirdsection">
<div class="whead"><span>Cerner Healthcare Solutions India Private Limited</span></div>
<span class="phead">Software Engineer | </span><span class="thead">October 2015 - August 2019</span>
<ul>
<li>Analysing, designing, coding, debugging, testing and modifying new software or enhancements while considering software abilities.</li>
<li>Creating strategic technical designs for small scope projects within team and developing specifications to resolve software problems.</li>
<li>Debugging complicated issues that span multiple modules and monitor applications.</li>
<li>Proposing process improvements projects for development.</li>
<li>Consulting with US counterparts on current functionality and complexity of adding features.</li>
<li>Estimating effort for current and future projects.</li>
<li>Additionally, sharing knowledge within team through coaching and technical talks.
Business or sector: Healthcare IT</li>
</ul>
</div>
</div>
</div>
<div class="sect bg-gray3">
<div class="sectca">
<div class="topheader mb-5">Education</div>
</div>
<div class="sectcb">
<div class="container w-75">
<div class="my-5">
<div class="whead"><span>Universität Paderborn</span></div>
<span class="phead">Master Computer Science | </span><span class="thead">WS2019 - Present</span><br/>
<span>Ongoing Project: LOCOMOTION, Building Robotic Swarm Simulator for Dispersion Algorithms. Coming up with new algorithms.</span>
</div>
<div class="my-5">
<div class="whead"><span>West Bengal University of Technology, India</span></div>
<span class="phead">Bachelor of Technology, Information Technology |</span><span class="thead">Graduated 2015</span><br/>
<span>Final Year Project in college (B.Tech in IT from Bengal Institute of Technology,Kolkata,India) -Demo-Developed an Online Shopping Cart using e-commerce concepts and Java EE.</span><br/>
<strong>Grade : 7.96/10 (2.2)</strong>
</div>
</div>
</div>
</div>
<div class="bg-white3 p-5">
<div class="row">
<div class="col">
<div class="left ml-5 my-2 pl-5">
<span>Vogeliusweg 16, 16.5.1.3,</span><br/><span>33100 Paderborn</span><br/><span>+49 1573898759</span><br/>
<span>[email protected]</span>
</div>
</div>
<div class="col">
<div class="right mr-5 my-2 pr-5 float-right">
<span>https://www.xing.com/profile/Nalanda_Chakrabarti/cv</span><br/>
<span>https://www.linkedin.com/in/nalanda-chakrabarti-8446a09a/</span>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</body>
</html>