-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv-ian.html
530 lines (510 loc) · 30.9 KB
/
cv-ian.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
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cyril Ian Icasiano | Data Engineer</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<style>
@page {
margin: 0.75in;
size: letter;
}
body {
font-family: 'Inter', sans-serif;
background-color: white;
color: #1a1a1a;
line-height: 1.6;
width: 8.5in;
max-width: 100%;
margin: 0 auto;
padding: 0 0.75in;
box-sizing: border-box;
}
.section-title {
color: #2563eb;
font-size: 1.5rem;
font-weight: 600;
border-bottom: 2px solid #2563eb;
margin-bottom: 1rem;
padding-bottom: 0.25rem;
}
.skill-item {
display: inline-block;
border: 1px solid #2563eb;
color: #2563eb;
padding: 0.25rem 0.75rem;
margin: 0.25rem;
border-radius: 4px;
font-size: 0.875rem;
}
@media print {
body {
width: 100%;
padding: 0;
margin: 0;
}
.no-print {
display: none;
}
.print\:flex-row {
flex-direction: row !important;
}
.print\:text-left {
text-align: left !important;
}
.print\:items-end {
align-items: flex-end !important;
}
a {
text-decoration: none;
color: #1a1a1a;
}
* {
overflow: visible !important;
}
.page-break-inside-avoid {
page-break-inside: avoid;
}
}
</style>
</head>
<body class="print:bg-white">
<div class="w-full mx-auto py-8">
<!-- Header Section -->
<div class="mb-8">
<div class="flex flex-row items-center justify-between print:flex-row">
<div class="text-left print:text-left">
<h1 class="text-4xl font-bold text-[#2563eb] mb-2">Cyril Ian Icasiano</h1>
<h2 class="text-xl text-gray-700 font-medium">Data Engineer | ML Ops Specialist</h2>
</div>
<div class="flex flex-col items-end space-y-2 print:items-end">
<a href="mailto:[email protected]" class="text-gray-600 hover:text-blue-500 transition-colors">
<i class="fas fa-envelope mr-2"></i>[email protected]
</a>
<a href="tel:+639175051599" class="text-gray-600 hover:text-blue-500 transition-colors">
<i class="fas fa-phone mr-2"></i>+63 917 505 1599
</a>
<div class="text-gray-600">
<i class="fas fa-map-marker-alt mr-2"></i>Paranaque, Manila, NCR 1700
</div>
<a href="https://www.linkedin.com/in/ianicasiano" target="_blank" class="text-gray-600 hover:text-blue-500 transition-colors">
<i class="fab fa-linkedin mr-2"></i>linkedin.com/in/ianicasiano
</a>
<a href="https://www.github.com/cian0" target="_blank" class="text-gray-600 hover:text-blue-500 transition-colors">
<i class="fab fa-github mr-2"></i>github.com/cian0
</a>
<a href="https://personaexis.ai/portfolio/" target="_blank" class="text-gray-600 hover:text-blue-500 transition-colors">
<i class="fas fa-user-alien mr-2"></i>👽 🎮 🕹️ 👾 https://personaexis.ai/portfolio/
</a>
</div>
</div>
</div>
<!-- Summary Section -->
<div class="mb-8">
<h2 class="section-title">Professional Summary</h2>
<p class="text-gray-700 leading-relaxed">
Seasoned Data Engineer with over 10 years of expertise in building enterprise-scale data solutions and ML operations. Demonstrated success in designing and implementing robust data pipelines using Apache Airflow, DBT, and cloud platforms (AWS, GCP). Proven track record in developing over 200 data models and transformation pipelines, specializing in BigQuery, Snowflake, and PostgreSQL implementations. Strong background in DevOps practices, utilizing Terraform and Docker for infrastructure automation. Currently leading AI application development with focus on ML model optimization and deployment. Experienced in creating comprehensive analytics solutions using Looker Studio, PowerBI, and custom dashboards, translating complex data into actionable business insights across multiple industries including e-commerce, logistics, and regulatory compliance.
</p>
</div>
<!-- Technical Skills Section -->
<div class="mb-8">
<h2 class="section-title">Technical Skills</h2>
<div class="grid grid-cols-2 gap-4">
<div>
<h3 class="text-lg font-semibold text-gray-800 mb-3">Cloud & Infrastructure</h3>
<div class="flex flex-wrap gap-2">
<span class="skill-item">AWS</span>
<span class="skill-item">GCP</span>
<span class="skill-item">Docker</span>
<span class="skill-item">Terraform</span>
</div>
</div>
<div>
<h3 class="text-lg font-semibold text-gray-800 mb-3">Data Engineering</h3>
<div class="flex flex-wrap gap-2">
<span class="skill-item">Apache Airflow</span>
<span class="skill-item">Snowflake</span>
<span class="skill-item">BigQuery</span>
<span class="skill-item">PostgreSQL</span>
</div>
</div>
<div>
<h3 class="text-lg font-semibold text-gray-800 mb-3">Programming</h3>
<div class="flex flex-wrap gap-2">
<span class="skill-item">Python</span>
<span class="skill-item">JavaScript</span>
<span class="skill-item">NodeJS</span>
<span class="skill-item">VueJS</span>
</div>
</div>
<div>
<h3 class="text-lg font-semibold text-gray-800 mb-3">Analytics & BI</h3>
<div class="flex flex-wrap gap-2">
<span class="skill-item">Looker Studio</span>
<span class="skill-item">PowerBI</span>
<span class="skill-item">Google Analytics</span>
</div>
</div>
</div>
</div>
<!-- Experience Section -->
<div class="mb-8">
<h2 class="section-title">Professional Experience</h2>
<!-- Remote Philippines - Worldwide Palm Oil Regulatory Organization -->
<div class="mb-6 page-break-inside-avoid">
<div class="flex flex-col md:flex-row justify-between items-start md:items-center mb-2">
<h3 class="text-xl font-semibold text-gray-800">Remote Philippines - Worldwide Palm Oil Regulatory Organization</h3>
<span class="text-blue-500 font-medium">June 2024 - Present</span>
</div>
<h4 class="text-lg text-gray-600 mb-3">Data Engineer</h4>
<ul class="space-y-2">
<li class="flex items-start">
<i class="fas fa-trophy text-yellow-500 mt-1 mr-2"></i>
<span class="text-gray-700"><strong>Achievement:</strong> Developed 200 models and transformation pipelines within 3 months using DBT, SQL, BigQuery, and PostgreSQL</span>
</li>
<li class="flex items-start">
<i class="fas fa-trophy text-yellow-500 mt-1 mr-2"></i>
<span class="text-gray-700"><strong>Achievement:</strong> Created complex dashboards with polygon calculations and geopoints for mapping database using Looker Studio</span>
</li>
<li class="flex items-start">
<i class="fas fa-trophy text-yellow-500 mt-1 mr-2"></i>
<span class="text-gray-700"><strong>Achievement:</strong> Developed efficient migration pipeline solutions with complete data cleansing and validation strategy</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Design and implement sophisticated data transformation pipelines using Apache Beam and Google Cloud Dataflow</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Develop and maintain complex data models and transformations across warehouse layers using dbt</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Create comprehensive data validation frameworks and implement quality assurance systems</span>
</li>
<li class="flex items-start">
<i class="fas fa-tools text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-600"><strong>Tech Stack:</strong> Apache Beam, Google Cloud Dataflow, dbt, BigQuery, PostgreSQL, Python, SQL, YAML, Jinja, Looker Studio</span>
</li>
</ul>
</div>
<!-- Les Bonnes Choses -->
<div class="mb-6 page-break-inside-avoid">
<div class="flex flex-col md:flex-row justify-between items-start md:items-center mb-2">
<h3 class="text-xl font-semibold text-gray-800">Les Bonnes Choses</h3>
<span class="text-blue-500 font-medium">June 2023 - June 2024 · 1 yr</span>
</div>
<h4 class="text-lg text-gray-600 mb-3">Data Engineer (Part-time) · Remote</h4>
<ul class="space-y-2">
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Design and implement robust data pipelines using Apache Airflow, managing complex ETL processes for efficient data processing and transformation</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Expertly manage and optimize data storage solutions using Snowflake and Google BigQuery, ensuring data integrity and accessibility</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Develop sophisticated data analytics solutions using Looker Studio to create compelling visualizations and narratives for stakeholders</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Implement automation strategies using Python and JavaScript to streamline data collection and analysis processes</span>
</li>
<li class="flex items-start">
<i class="fas fa-tools text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-600"><strong>Tech Stack:</strong> UNIX, BigQuery, Looker Studio, Python, Apache Airflow (Cloud Composer), Snowflake</span>
</li>
</ul>
</div>
<!-- Glimp.AI -->
<div class="mb-6 page-break-inside-avoid">
<div class="flex flex-col md:flex-row justify-between items-start md:items-center mb-2">
<h3 class="text-xl font-semibold text-gray-800">Glimp.AI</h3>
<span class="text-blue-500 font-medium">June 2023 - January 2024</span>
</div>
<h4 class="text-lg text-gray-600 mb-3">Full Stack | DevOps, Data Analytics, Product Management, ML Ops</h4>
<ul class="space-y-2">
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Lead the development and operationalization of AI applications, with expertise in stable diffusion models, training, and fine-tuning</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Design and implement robust data pipelines and analytics platforms using Looker Studio and Google Analytics for actionable insights</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Act as product strategist, guiding application development from concept through deployment while ensuring business goal alignment</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Implement comprehensive automation solutions using AWS services to improve efficiency and reduce time-to-market</span>
</li>
<li class="flex items-start">
<i class="fas fa-tools text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-600"><strong>Tech Stack:</strong> Python, Terraform, AWS (EC2, ECR, SQS, Amplify, Lambda, Lightsail, DynamoDB), VueJS, Google Analytics, UNIX, Looker Studio, Docker</span>
</li>
</ul>
</div>
<div class="mb-6">
<div class="flex flex-col md:flex-row justify-between items-start md:items-center mb-2">
<h3 class="text-xl font-semibold text-gray-800">Locad</h3>
<span class="text-blue-500 font-medium">June 2023 - December 2023</span>
</div>
<h4 class="text-lg text-gray-600 mb-3">Data Engineer</h4>
<ul class="space-y-2">
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Developed data pipelines using Python, BigQuery, and Apache Airflow</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Implemented cloud functions and schedulers in GCP environment</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Created analytics dashboards using Looker Studio and integrated with VueJS frontend</span>
</li>
</ul>
</div>
<div class="mb-6">
<div class="flex flex-col md:flex-row justify-between items-start md:items-center mb-2">
<h3 class="text-xl font-semibold text-gray-800">EZIE App</h3>
<span class="text-blue-500 font-medium">July 2022 - December 2022</span>
</div>
<h4 class="text-lg text-gray-600 mb-3">BI Manager Consultant</h4>
<ul class="space-y-2">
<li class="flex items-start">
<i class="fas fa-trophy text-yellow-500 mt-1 mr-2"></i>
<span class="text-gray-700"><strong>Achievement:</strong> Successfully implemented end-to-end data pipeline solutions using AWS Lambda and Snowflake</span>
</li>
<li class="flex items-start">
<i class="fas fa-trophy text-yellow-500 mt-1 mr-2"></i>
<span class="text-gray-700"><strong>Achievement:</strong> Developed comprehensive analytics dashboards using D3.js and Looker Studio</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Built interactive analytics dashboards for logistics, claims, administrative, and financial data</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Developed complex data pipelines with strong SQL expertise for multiple data sources</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Led cross-functional collaboration and effectively communicated technical information to diverse audiences</span>
</li>
<li class="flex items-start">
<i class="fas fa-tools text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-600"><strong>Tech Stack:</strong> Python, Terraform, AWS Lambda, Google Analytics, UNIX, Looker Studio, Snowflake, JavaScript, D3.js</span>
</li>
</ul>
</div>
<div class="mb-6">
<div class="flex flex-col md:flex-row justify-between items-start md:items-center mb-2">
<h3 class="text-xl font-semibold text-gray-800">Real Deal Guild</h3>
<span class="text-blue-500 font-medium">November 2021 - June 2022</span>
</div>
<h4 class="text-lg text-gray-600 mb-3">Technical Lead</h4>
<ul class="space-y-2">
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Led development of blockchain solutions and NFT minting processes</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Managed AWS infrastructure including EC2, Lambda, and DynamoDB</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Developed analytics platform using VueJS and Looker Studio</span>
</li>
</ul>
</div>
<div class="mb-6">
<div class="flex flex-col md:flex-row justify-between items-start md:items-center mb-2">
<h3 class="text-xl font-semibold text-gray-800">Lazada Group</h3>
<span class="text-blue-500 font-medium">June 2019 - June 2021</span>
</div>
<h4 class="text-lg text-gray-600 mb-3">Manager - Performance Management, Strategy and Planning</h4>
<ul class="space-y-2">
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Led end-to-end business insights using Big Data technologies and data mining tools</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Developed prescriptive analytics and data science models for process optimization</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Designed KPI models and automated resolutions using Python and MaxCompute</span>
</li>
<li class="flex items-start">
<i class="fas fa-tools text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-600"><strong>Tech Stack:</strong> MaxCompute, Python (Pandas, Scipy, Numpy), Laravel + Vue, NodeJS, PowerBI, Qliksense</span>
</li>
</ul>
</div>
<div class="mb-6">
<div class="flex flex-col md:flex-row justify-between items-start md:items-center mb-2">
<h3 class="text-xl font-semibold text-gray-800">Lazada Group</h3>
<span class="text-blue-500 font-medium">August 2017 - June 2019</span>
</div>
<h4 class="text-lg text-gray-600 mb-3">Senior Associate, Performance Management and Planning</h4>
<ul class="space-y-2">
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Led end-to-end business insights and analytics using Big Data technologies</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Developed KPI models and automated resolutions using Python and MaxCompute</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Implemented BI solutions using PowerBI and Qliksense for data visualization</span>
</li>
</ul>
</div>
<div class="mb-6">
<div class="flex flex-col md:flex-row justify-between items-start md:items-center mb-2">
<h3 class="text-xl font-semibold text-gray-800">Imfree, Inc.</h3>
<span class="text-blue-500 font-medium">July 2015 - August 2017</span>
</div>
<h4 class="text-lg text-gray-600 mb-3">Mobile Software Architect</h4>
<ul class="space-y-2">
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Developed mobile applications using Android Studio and Objective C</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Implemented CI/CD pipelines using CircleCI and Docker</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Managed version control and deployment using Github and UNIX scripting</span>
</li>
</ul>
</div>
<div class="mb-6">
<div class="flex flex-col md:flex-row justify-between items-start md:items-center mb-2">
<h3 class="text-xl font-semibold text-gray-800">[24]7</h3>
<span class="text-blue-500 font-medium">October 2013 - June 2014</span>
</div>
<h4 class="text-lg text-gray-600 mb-3">Applications Engineer - Mobile</h4>
<ul class="space-y-2">
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Designed and developed new components for mobile application platform</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Developed frameworks for third-party application integration</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Researched emerging technologies in mobile applications and UI/UX</span>
</li>
</ul>
</div>
<div class="mb-6">
<div class="flex flex-col md:flex-row justify-between items-start md:items-center mb-2">
<h3 class="text-xl font-semibold text-gray-800">UST Global</h3>
<span class="text-blue-500 font-medium">August 2013 - September 2013</span>
</div>
<h4 class="text-lg text-gray-600 mb-3">Senior Software Developer</h4>
<ul class="space-y-2">
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Led software development following industry standards and best practices</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Participated in full SDLC including design, coding, testing, and documentation</span>
</li>
</ul>
</div>
<div class="mb-6">
<div class="flex flex-col md:flex-row justify-between items-start md:items-center mb-2">
<h3 class="text-xl font-semibold text-gray-800">EScience Corp.</h3>
<span class="text-blue-500 font-medium">January 2012 - July 2013</span>
</div>
<h4 class="text-lg text-gray-600 mb-3">Mid Software Analyst/Developer</h4>
<ul class="space-y-2">
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Implemented software solutions following methodologies and coding standards</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Managed version control and documentation processes</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Performed application monitoring and maintenance</span>
</li>
</ul>
</div>
<div class="mb-6">
<div class="flex flex-col md:flex-row justify-between items-start md:items-center mb-2">
<h3 class="text-xl font-semibold text-gray-800">Summit Media</h3>
<span class="text-blue-500 font-medium">August 2011 - January 2012</span>
</div>
<h4 class="text-lg text-gray-600 mb-3">Flash Developer</h4>
<ul class="space-y-2">
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Created in-house rich media applications and interactive content</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Collaborated with designers on web projects and digital media</span>
</li>
</ul>
</div>
<div class="mb-6">
<div class="flex flex-col md:flex-row justify-between items-start md:items-center mb-2">
<h3 class="text-xl font-semibold text-gray-800">WideOut Technology Services</h3>
<span class="text-blue-500 font-medium">June 2010 - July 2011</span>
</div>
<h4 class="text-lg text-gray-600 mb-3">Flash Developer</h4>
<ul class="space-y-2">
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Developed online rich media advertisements and interactive content</span>
</li>
<li class="flex items-start">
<i class="fas fa-check-circle text-blue-500 mt-1 mr-2"></i>
<span class="text-gray-700">Contributed to team standards and development methodologies</span>
</li>
</ul>
</div>
</div>
<!-- Education Section -->
<div class="mb-8">
<h2 class="section-title">Education</h2>
<div class="flex flex-col md:flex-row justify-between items-start md:items-center mb-2">
<h3 class="text-xl font-semibold text-gray-800">First Asia Institute of Technology and Humanities</h3>
<span class="text-blue-500 font-medium">2007 - 2010</span>
</div>
<h4 class="text-lg text-gray-600">Bachelor's degree, Computer Science</h4>
</div>
</div>
<script>
AOS.init({
duration: 1000,
once: true,
offset: 100
});
</script>
</body>
</html>