-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExperience.html
More file actions
108 lines (96 loc) · 5.13 KB
/
Experience.html
File metadata and controls
108 lines (96 loc) · 5.13 KB
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
<!DOCTYPE HTML>
<!--
Massively by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Akilan Pandiyan</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo">Akilan Pandiyan</a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li><a href="index.html">Projects</a></li>
<li class="active"><a href="Experience.html">Experience</a></li>
</ul>
<ul class="icons">
<li><a href="https://www.linkedin.com/in/akilan-pandiyan1726/" class="icon brands alt fa-linkedin"><span class="label">Linkedin</span></a></li>
<li><a href="https://github.com/AkilanP1726/PortfolioProjects" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Post -->
<section class="post">
<header class="major">
<h1>Software Engineer</h1>
<p>Software Engineer with around 3 years of experience includes Software Development and Implementation using ETL tools like IBM InfoSphere DataStage and Oracle DB2.
Took part in different aspects of a systems development life cycle of different projects including Requirement Gathering, Data Modeling, Development, Production support, Maintenance and Performance testing.
Extensively worked on using Datastage Client components like Datastage Designer Administrator and Director in Data Warehouse ETL development.</p>
</header>
<a href="#" class="image fit"><img src="images/data-analyst.jpg" alt="" /></a>
<div class="header"><div class="image"><div class="wrapper"><img src="images/CGI.png" alt="logo"></div></div><div class="text"><h2>CGI India</h2><h3 class="Duration">Mar 2021 - Jan 2024</h3></div></div>
<p><li>Understanding the new requirements and making code changes in the existing production code.</li><br>
<li>Developed and maintained ETL processes using IBM DataStage to extract, transform, and load data from diverse sources into the data warehouse. </li><br>
<li>Collaborated with cross-functional teams to gather requirements and ensure the successful implementation of ETL solutions. </li><br>
<li>Adapted quickly to evolving project requirements and changing business needs, demonstrating flexibility in adjusting ETL processes to meet new challenges. </li><br>
<li>Conducted troubleshooting and performance tuning to enhance the overall reliability and efficiency of ETL jobs.</li></p>
<div class="header"><div class="image"><div class="wrapper"><img src="images/oofix-infotech.png" alt="logo"></div></div><div class="text"><h2>OOFIX Infotech</h2><h3 class="Duration">Mar 2020 - Mar 2021</h3></div></div>
<p><li>Developed and optimized SQL and PL/SQL queries, improving database performance by 15%. </li><br>
<li>Automated data processing workflows using SQL and Excel, reducing manual effort by 30%. </li><br>
<li>Created custom reports and dashboards in Excel for business analysis and decision-making. </li><br>
<li>Assisted in database maintenance and performance tuning to ensure efficient data retrieval. </li></p>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<section class="split contact">
<section class="alt">
<h3>Address</h3>
<p>4832 East Los Coyotes Diagonal Apt 3<br />
Long Beach, CA 90815</p>
</section>
<section>
<h3>Phone</h3>
<p><a href="#">(562) 208-2960</a></p>
</section>
<section>
<h3>Email</h3>
<p><a href="#">akilanplsql@gmail.com</a></p>
</section>
<section>
<h3>Social</h3>
<ul class="icons alt">
<li><a href="https://www.linkedin.com/in/akilan-pandiyan1726/" class="icon brands alt fa-linkedin"><span class="label">Linkedin</span></a></li>
<li><a href="https://github.com/AkilanP1726/PortfolioProjects" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
</ul>
</section>
</section>
</footer>
<!-- Copyright -->
<div id="copyright">
<ul><li>© Untitled</li><li>Design: <a href="https://html5up.net">HTML5 UP</a></li></ul>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.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>
</body>
</html>