-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (40 loc) · 1.63 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>karthick personal site</title>
</head>
<body>
<h1>karthick Ravi</h1>
<hr>
<h3>EXPERIENCE</h3>
<h5>TATA CONSULTANCY SERVICES | Software Developer
Sep 2020 – Present | Chennai, India</h5>
<ul>
<li>Managing 2 different applications used by Marks and Spencer involving enhancement of their features and adding new features using COBOL/JCL programming.</li>
<li>Involved in grooming, planning, estimating stories and identifying dependencies
with the Product Owners, Scrum Masters and different teams.</li>
</ul>
<h5><strong>TATA CONSULTANCY SERVICES</strong> | Assistant Software Developer
Aug 2019 – Aug 2020 | Chennai, India</h5>
<ul>
<li>Worked as a Developer in Transaction handling & loyalty points management application for
London based retailer Marks and Spencer.</li>
<li>Diving deep to resolve problems at their root, looking for patterns and suggest
fixes to clients.</li>
</ul>
<h5>Projects</h5>
<ul>
<li>
<p>Learned and created a machine learning model <a href="https://github.com/karthick221096/Rdatasets">My Maching learnin model.</a></li></p>
<li>
<p>Learned selenium and automated the timesheet filling process using <a href="https://github.com/karthick221096/Rdatasets">Automatic time sheet filler.</a></p>
</li>
</ul>
<h5>
<a href="contact me.html">Contact Me</a>
</h5>
<h5>
<a href="my hobbies.html">My hobbies</a>
</h5>
</html>