forked from RyanFitzgerald/devportfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
351 lines (330 loc) · 14.8 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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Nikitha's Portfolio</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet">
<link rel="stylesheet" href="libs/font-awesome/css/font-awesome.min.css">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
</head>
<body>
<div id="mobile-menu-open" class="shadow-large">
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
<!-- End #mobile-menu-toggle -->
<header>
<div id="mobile-menu-close">
<span>Close</span> <i class="fa fa-times" aria-hidden="true"></i>
</div>
<ul id="menu" class="shadow">
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#experience">Experience</a>
</li>
<li>
<a href="#education">Education</a>
</li>
<li>
<a href="#projects">Projects</a>
</li>
<li>
<a href="#skills">Skills</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
</header>
<!-- End header -->
<div id="lead">
<div id="lead-content">
<h1>Nikitha Chettiar</h1>
<h2>Software Developer</h2>
<div style="padding-bottom: 1em;">
<a href="https://github.com/nikithauc" target="_blank"><i class="fa fa-fw fa-github social-top" aria-hidden="true"></i></a>
   
<a href="https://www.linkedin.com/in/nikithachettiar" target="_blank"><i class="fa fa-linkedin social-top" aria-hidden="true"></i></a>
</div>
<a href="files/Resume_NikithaUdaykumarChettiar.pdf" class="btn-rounded-white" target="_blank">Resume</a>
</div>
<!-- End #lead-content -->
<div id="lead-overlay"></div>
<div id="lead-down">
<span>
<i class="fa fa-chevron-down" aria-hidden="true"></i>
</span>
</div>
<!-- End #lead-down -->
</div>
<!-- End #lead -->
<div id="about">
<div class="container">
<div class="row">
<div class="col-md-4">
<h2 class="heading">About Me</h2>
</div>
<div class="col-md-8">
<p>
My fascination with digital revolution and the interest in problem solving, led to my decision of a career in computers. My academic experience has got me a acquainted with a lot of technologies, the skill on how to approach a new technology or problem and the practice of writing an efficient and extensible code. My professional stint got me exposed to working with complex real-world problems dealing with sensitive information and develop the skill of designing a solution which is scalable and user-friendly. I am a good team player and I prioritize the interests of my team over mine. I have professional experience as a full stack developer building mobile and web applications. I strive to bring in innovation to my work and make each product I work on unique and interesting to the user.
</p>
</div>
</div>
</div>
</div>
<!-- End #about -->
<div id="experience" class="background-alt">
<h2 class="heading">Experience</h2>
<div id="experience-timeline">
<div data-date="June 2018 - Current">
<h3>Bloom Insurance Agency, Bloomington-IN</h3>
<h4>Full Stack Software Developer Intern</h4>
<ul>
<li>Wired APIs using ASP.NET webhooks to share data of insurance enrollments.</li>
<li>Migrated web application from ASP.NET WebForms to MVC.</li>
<li>Enhanced the Xamarin mobile apps and ASP.NET web applications with new features and improved performance of existing code.</li>
</ul>
<div class="project-skills">
<ul>
<li>C#</li>
<li>Xamarin</li>
<li>ASP.NET WebForms</li>
<li>Razor</li>
<li>MVC</li>
<li>Git</li>
</ul>
</div>
</div>
<div data-date="May 2017 - April 2018">
<h3>Bloom Insurance Agency, Bloomington-IN</h3>
<h4>Software Developer</h4>
<ul>
<li>Designed and developed a ASP.NET web application for management of the client information.</li>
<li>Implemented features to the customize the product for multiple clients.</li>
<li>Redesigned the existing product to enhance its appeal and user friendliness using Razor, CSS3, HTML5.</li>
<li>Improved the accuracy of the existing selenium project and added new test cases based on Builder design pattern.</li>
</ul>
<div class="project-skills">
<ul>
<li>C#</li>
<li>Razor</li>
<li>MVC</li>
<li>HTML5</li>
<li>JavaScript</li>
<li>jQuery</li>
<li>Bootstrap</li>
<li>Selenium</li>
<li>Git</li>
</ul>
</div>
</div>
<div data-date="June 2014 – May 2016">
<h3>Infosys</h3>
<h4>Systems Engineer</h4>
<ul>
<li>Developed mobile banking applications using IBM Worklight.</li>
<li>Analyzed requirements, created design and workflow to securely handle user information.</li>
<li>Received training in iOS app developed and developed projects using Objective-C.</li>
</ul>
<div class="project-skills">
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>Java</li>
<li>AngularJS</li>
</ul>
</div>
</div>
</div>
</div>
<!-- End #experience -->
<div id="education">
<h2 class="heading">Education</h2>
<div class="education-block">
<h3>Indiana University Bloomington</h3>
<span class="education-date">August 2016 - May 2018</span>
<h4>Master of Science in Computer Science</h4>
<span>3.7/4.0</span>
<div class="project-skills">
<ul>
<li>Algorithms</li>
<li>Data Structures</li>
<li>Data Mining</li>
<li>Advanced Operating Systems</li>
<li>Cloud Computing</li>
<li>Software Engineering</li>
<li>Science Gateway Architecture</li>
</ul>
</div>
</div>
<!-- End .education-block -->
<div class="education-block">
<h3>KJ Somaiya College of Engineering, Vidyavihar, India</h3>
<span class="education-date">July 2010 - May 2014</span>
<h4>Bachelor of Engineering in Computer Engineering</h4>
<span>3.6/4.0</span>
<div class="project-skills">
<ul>
<li>Participated in Android App Development workshop conducted by IIT Bombay.</li>
<li>Represented the Computer Society of India council at K.J. Somaiya College of Engineering.</li>
</ul>
</div>
</div>
<!-- End .education-block -->
</div>
<!-- End #education -->
<div id="projects" class="background-alt">
<h2 class="heading">Projects</h2>
<div class="container">
<div class="row">
<div class="project shadow-large">
<div class="project-image">
<img src="images/project.jpg" />
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>Open Source - Apache Airavata</h3>
<ul>
<li>Analyzed and created design of the Allocation Manager feature in Airavata</li>
<li>Implemented a notification system for the Allocation Manager using Maven, RabbitMq and Apache Thrift</li>
</ul>
<a href="https://github.com/nikchett/airavata-sandbox/">View Project</a>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
<div class="project shadow-large">
<div class="project-image">
<img src="images/project.jpg" />
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>Micro service system prototype</h3>
<ul>
<li>Developed a prototype demonstrating micro services architecture using Node.js, Spring Boot and Flask.</li>
<li>Dockerized the micro services and deployed them on IU Jetstream cloud platform and enabled continuous integration using Jenkins.</li>
</ul>
<a href="https://github.com/airavata-courses/nikchett">View Project</a>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
<div class="project shadow-large">
<div class="project-image">
<img src="images/project.jpg" />
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>Prediction of Employee Attrition using Cost Sensitive Classification</h3>
<ul>
<li>Implemented Logistic Regression with cost sensitive learning to optimize F1 score on a highly imbalanced dataset of IBM HR Analytics Employee Attrition and Performance Attrition dataset.</li>
</ul>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
<div class="project shadow-large">
<div class="project-image">
<img src="images/project.jpg" />
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>Cloud Computing</h3>
<ul>
<li>Developed a search engine using Hadoop Map Reduce Framework and Google’s Page Rank algorithm.</li>
<li>Implemented mini batch k-means clustering algorithm using Harp data processing tool.</li>
</ul>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
<div class="project shadow-large">
<div class="project-image">
<img src="images/project.jpg" />
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>FoodForSoul</h3>
<ul>
<li>Developed C2C online bookstore, a MVC web application using Node.js and MySQL at the backend.</li>
<li>Deployed the application on Heroku, a PaaS and followed the waterfall model for software development process.</li>
</ul>
<a href="http://foodforsoul.herokuapp.com ">View Project</a>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
</div>
</div>
</div>
<!-- End #projects -->
<div id="skills">
<h2 class="heading">Skills</h2>
<ul>
<li>C#</li>
<li>Razor</li>
<li>MVC</li>
<li>HTML5</li>
<li>JavaScript</li>
<li>jQuery</li>
<li>Bootstrap</li>
<li>Selenium</li>
<li>Git</li>
<li>Node.js</li>
<li>Angular</li>
<li>Java</li>
<li>Objective-C</li>
</ul>
</div>
<!-- End #skills -->
<div id="contact">
<h2>Get in Touch</h2>
<div id="contact-form">
<form method="POST" action="https://formspree.io/mdoabzaj" target="_blank">
<input type="hidden" name="_subject" value="Contact request from personal website" />
<input type="email" name="_replyto" placeholder="Your email" required>
<textarea name="message" placeholder="Your message" required></textarea>
<button type="submit">Send</button>
</form>
</div>
<!-- End #contact-form -->
</div>
<!-- End #contact -->
<footer>
<div class="container">
<div class="row">
<div class="col-sm-5 copyright">
<p>
Copyright © 2020 Nikitha Chettiar
</p>
</div>
<div class="col-sm-2 top">
<span id="to-top">
<i class="fa fa-chevron-up" aria-hidden="true"></i>
</span>
</div>
<div class="col-sm-5 social">
<ul>
<li>
<a href="https://github.com/nikithauc" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/nikithachettiar/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- End footer -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/scripts.min.js"></script>
</body>
</html>