-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
203 lines (161 loc) · 4.85 KB
/
Copy pathindex.html
File metadata and controls
203 lines (161 loc) · 4.85 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
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
<head>
<title>Ashok - Senior Data Engineer</title>
<style>
/* Paste all CSS here */
body {
margin: 0;
font-family: 'Segoe UI', sans-serif;
background: #f4f6f9;
}
.container {
display: flex;
min-height: 100vh;
}
.sidebar {
width: 300px;
background: linear-gradient(180deg, #0f172a, #1e293b);
color: white;
padding: 30px;
}
.profile-pic {
width: 180px;
height: 180px;
border-radius: 50%;
display: block;
margin: auto;
border: 5px solid #38bdf8;
}
.sidebar h2 {
text-align: center;
margin-top: 15px;
}
.designation {
text-align: center;
color: #cbd5e1;
}
.section {
margin-top: 30px;
}
.section h3 {
color: #38bdf8;
border-bottom: 2px solid #38bdf8;
padding-bottom: 5px;
}
.skill {
background: #2563eb;
/* margin-top: 10px; */
/* padding: 10px; */
/* border-radius: 20px; */
text-align: center;
font-size: 14px;
}
/* RIGHT PANEL */
.content {
flex: 1;
padding: 40px;
}
.content section {
background: white;
margin-bottom: 20px;
padding: 25px;
border-radius: 15px;
box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.content h1 {
color: #0f172a;
}
.content h2 {
color: #2563eb;
}
ul li {
margin-bottom: 10px;
line-height: 1.7;
}
/* Remaining CSS */
</style>
</head>
<body>
<div class="container">
<!-- LEFT SIDEBAR -->
<div class="sidebar">
<img src="profile.jpg" class="profile-pic">
<h2>Ashok</h2>
<p class="designation">Senior Data Engineer</p>
<div class="section">
<h3>Skills</h3>
<div class="skill">Azure</div>
<div class="skill">AWS</div>
<div class="skill">Databricks</div>
<div class="skill">PySpark</div>
<div class="skill">Python</div>
<div class="skill">ADF</div>
<div class="skill">Snowflake</div>
<div class="skill">Docker</div>
<div class="skill">Kubernetes</div>
<div class="skill">SQL</div>
</div>
<div class="section">
<h3>Contact</h3>
<p>📍 Chennai, India</p>
<p>📧 yourmail@email.com</p>
<p>📱 +91 XXXXX XXXXX</p>
</div>
<div class="section">
<h3>Links</h3>
<a href="#">LinkedIn</a><br>
<a href="#">GitHub</a><br>
<a href="resume.pdf">Resume</a>
</div>
</div>
<!-- RIGHT CONTENT -->
<div class="content">
<section>
<h1>Ashok</h1>
<h2>Senior Data Engineer</h2>
</section>
<section>
<h2>Profile Summary</h2>
<p>
Skilled Data Engineer with 7.5 Years of experience in all stages of cloud infrastructure, designing and
implementing complex data systems and framework development end-to-end.
Equipped with a diverse and
promising skill set and technologies in Azure/AWS services, Snowflake, Python, PySpark, Talend, ADF,
Docker, Kubernetes, Micro-services, MySQL, Shell Scripting, PHP and Acquia.
Collaborated with data scientists
and engineers to develop data pipelines
</p>
</section>
<section>
<h2>Experience</h2>
<h3>Senior Data Engineer</h3>
<p>7.5+ Years Experience</p>
</section>
<section>
<h2>Roles & Responsibilities</h2>
<ul>
<li>Experience in designing and developing Snowflake objects like RBAC, Clone, Snow pipe, writing
queries, masking policy, procedures and optimizing snowflake storage, query. Developing query Iteration
framework
on Snowflake. [handling multiple file formats EXCEL, CSV, JSON and XML].</li>
<li>Hands-on experience in creating standardized frameworks for Data Migration using ADF and custom
framework.</li>
<li>Implementing Cloud Solutions using Various Azure & AWS Services including Server, storage,
RBAC, ADF, Code Pipeline, Azure ML, DNS etc..</li>
<li>Expertise in Docker containerized environment, hosting web servers on containers, building docker
images using docker file.</li>
<li>Developing ETL Jobs using Talend & ADF Pipeline for Data Migration.</li>
<li>Experience in writing SQL queries, triggers, procedures and maintaining database, snapshots.</li>
</ul>
</section>
<section>
<h2>Projects</h2>
<ul>
<li>Data Migration Framework using Azure Data Factory</li>
<li>Databricks Lakehouse Platform</li>
<li>Snowflake Optimization Framework</li>
<li>OpenAI Dashboard Assistant</li>
</ul>
</section>
</div>
</div>
</body>