-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
363 lines (327 loc) · 15.5 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
352
353
354
355
356
357
358
359
360
361
362
363
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>Faris Helmi Resume</title>
<meta content="" name="description" />
<meta content="" name="keywords" />
<!-- Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect" />
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet" />
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet" />
<link href="assets/vendor/aos/aos.css" rel="stylesheet" />
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet" />
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet" />
<!-- Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet" />
</head>
<body class="index-page">
<header id="header" class="header dark-background d-flex flex-column">
<i class="header-toggle d-xl-none bi bi-list"></i>
<div class="profile-img">
<img src="assets/img/my-profile-img.png" alt="" class="img-fluid rounded-circle" />
</div>
<a href="index.html" class="logo d-flex align-items-center justify-content-center">
<!-- Uncomment the line below if you also wish to use an image logo -->
<!-- <img src="assets/img/logo.png" alt=""> -->
<h1 class="sitename">Faris Helmi</h1>
</a>
<div class="social-links text-center">
<a href="https://www.linkedin.com/in/ffarishelmi/" class="linkedin"><i class="bi bi-linkedin"></i> </a>
<a href="https://github.com/ffarishelmi?tab=repositories" class="github">
<i class="bi bi-github"></i>
</a>
</div>
<nav id="navmenu" class="navmenu">
<ul>
<li>
<a href="#hero" class="active"><i class="bi bi-house navicon"></i>Home</a>
</li>
<li>
<a href="#about"><i class="bi bi-person navicon"></i> About</a>
</li>
<li>
<a href="#skills"><i class="bi bi-code-slash navicon"></i> Skills</a>
</li>
<li>
<a href="#education"><i class="bi bi-mortarboard navicon"></i> Education</a>
</li>
<li>
<a href="#experience"><i class="bi bi-briefcase navicon"></i> Professional Experience</a>
</li>
<li>
<a href="#portfolio"><i class="bi bi-images navicon"></i> Portfolio</a>
</li>
</ul>
</nav>
</header>
<main class="main">
<!-- Hero Section -->
<section id="hero" class="hero section dark-background">
<img src="assets/img/background.png" alt="" data-aos="fade-in" class="" />
<div class="container" data-aos="fade-up" data-aos-delay="100">
<h2>Faris Helmi</h2>
<p>
I'm
<span class="typed" data-typed-items="Data Scientist, Data Analyst"></span><span class="typed-cursor typed-cursor--blink" aria-hidden="true"></span><span class="typed-cursor typed-cursor--blink" aria-hidden="true"></span>
</p>
</div>
</section>
<!-- /Hero Section -->
<!-- About Section -->
<section id="about" class="about section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>About</h2>
<p>
Recent Computer Science graduate with hands-on experience in diverse IT projects. Skilled in executing complex database
queries using SQL, analyzing data and developing models using Python, and creating data visualization dashboard.
Delivered actionable insights to guide strategic decisions. Proficient in Data Analysis and Machine Learning. Can work
with cross-functional teams and manages projects. Eager to learn new tools and technologies, dedicated to driving
business growth through data-driven solutions.
</p>
</div>
<!-- End Section Title -->
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row gy-4 justify-content-center">
<div class="col-lg-4">
<img src="assets/img/my-profile-img.png" class="img-fluid" alt="" />
</div>
<div class="col-lg-8 content">
<h2>Data Scientist & Analyst.</h2>
<p>I can provide a concise report on the condition or performance of your business based on data, and actionable insights. Build statistical or machine learning models, to make predictions or find patterns needed to increase value to your business.</p>
<div class="row">
<div class="col-lg-6">
<ul>
<li>
<i class="bi bi-chevron-right"></i>
<strong>Phone:</strong> <span>+62 81285886131</span>
</li>
<li>
<i class="bi bi-chevron-right"></i>
<strong>Email:</strong>
<span>[email protected]</span>
</li>
<li>
<i class="bi bi-chevron-right"></i>
<strong>City:</strong> <span>Bogor</span>
</li>
</ul>
</div>
<div class="col-lg-6">
<ul>
<li>
<i class="bi bi-chevron-right"></i> <strong>Age:</strong>
<span>22</span>
</li>
<li>
<i class="bi bi-chevron-right"></i>
<strong>Degree:</strong> <span>Bachelor's in Computer Science</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /About Section -->
<!-- Skills Section -->
<section id="skills" class="skills section light-background">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Skills</h2>
<p>Proficient in executing complex database queries using SQL, manipulating data with Python, and creating dashboards. Experienced in developing machine learning models using various libraries and tools.</p>
</div>
<!-- End Section Title -->
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row skills-content">
<div class="col-lg-6">
<ul class="skills-list">
<li><span>Database (SQL, MySQL, BigQuery)</span></li>
<li><span>Python Programming Language</span></li>
<li><span>Tools (Linux, Anaconda, Google Colab)</span></li>
<li><span>Dashboard Visualization (Tableau, PowerBI, Looker)</span></li>
<li><span>Git & Github</span></li>
<li><span>Data Wrangling</span></li>
<li><span>Statistical Data Analysis</span></li>
<li><span>Machine Learning (Supervised, Unsupervised)</span></li>
</ul>
</div>
</div>
</div>
</section>
<!-- /Skills Section -->
<div class="resume" id="education">
<h2 class="resume-title">Education</h2>
<div class="resume-item">
<h4>Data Science & Machine Learning</h4>
<h5>Final Score 80.68</h5>
<p><em>Purwadhika Digital Technology School</em></p>
</div>
<div class="resume-item">
<h4>Bachelor's in Computer Science (2020 - 2024)</h4>
<h5>GPA 3.96</h5>
<p><em>Nasional University</em></p>
</div>
</div>
<div class="resume" id="experience">
<h2 class="resume-title">Professional Experience</h2>
<div class="resume-item">
<h4>System Administrator (Contract)</h4>
<h5>August - December 2023</h5>
<p><em>PT Kinema Systrans Multimedia. Batam, Indonesia.</em></p>
<ul>
<li>Trained participants in Red Hat Enterprise Linux System Administration, Artificial Intelligence, Cybersecurity, and
IBM Cloud. Participants included students from various universities. Utilized both theory and practice with the goal of
preparing participants for international certification in expertise from Red Hat and IBM.</li>
<li>Spearheaded project design initiatives and formulated guidelines for participants. Also served as a judge to assess
participants' project presentations.</li>
<li>Led a team to design and implement the IBM Cloud Essential course curriculum, assigning tasks to team members to
mentor student groups.</li>
</ul>
</div>
<div class="resume-item">
<h4>Cybersecurity Instructor (Freelance)</h4>
<h5>February - October 2021</h5>
<p><em>PT Boer Technology. Bogor, Indonesia.</em></p>
<ul>
<li>Instructed 35 students in CompTIA Linux+ and Security+ over three months, followed by guiding and preparing
approximately 60 students for the CompTIA CySA+ certification exam in a one-week online course.</li>
<li>Coached two cohorts of students, each in Linux and Cybersecurity, based on CompTIA certification over three months.
Subsequently, guided and prepared approximately 160 students for the CompTIA CySA+ certification exam in a three-day
course.</li>
</ul>
</div>
<div class="resume-item">
<h4>Network Engineer (Internship)</h4>
<h5>December 2018 - March 2019</h5>
<p><em>PT Bonet Utama. Bogor, Indonesia.</em></p>
<ul>
<li>Architected and deployed an intranet and internet network solution in a school serving more than two thousand users.</li>
<li>Configured Mikrotik routers, Cisco switches, and Ubiquiti access points.</li>
<li>Ensured network availability, stability, and speed.</li>
</ul>
</div>
</div>
<!-- Portfolio Section -->
<section id="portfolio" class="portfolio section light-background">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Portfolio</h2>
<p>I have worked on developing a predictive model that increased bank term deposit profits by 24%, building a travel
insurance claim prediction model to enhance decision-making and minimize company losses, and conducting a pricing
strategy analysis to boost customer retention and profitability for a SaaS company.
These projects highlight my ability to leverage data science techniques to solve real business problems and drive
meaningful results.</p>
</div>
<!-- End Section Title -->
<div class="container">
<div class="isotope-layout" data-default-filter="*" data-layout="masonry" data-sort="original-order">
<!-- End Portfolio Filters -->
<div class="row gy-4 isotope-container" data-aos="fade-up" data-aos-delay="200">
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-app">
<div class="portfolio-content h-100">
<img src="assets/img/portfolio/project1.png" class="img-fluid" alt="" />
<div class="portfolio-info">
<h4>Project 1</h4>
<a class="preview-link" data-bs-toggle="modal" data-bs-target="#exampleModal1"><i class="bi bi-zoom-in"></i></a>
<a href="https://github.com/ffarishelmi/Potential-Customer-Prediction-to-Open-Term-Deposit" target="_blank" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="exampleModal1" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-xl">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title fs-5" id="exampleModalLabel">Capstone</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<iframe src="assets/pdf/presentation1.pdf" frameborder="0" width="100%" height="500px"></iframe>
</div>
</div>
</div>
</div>
</div>
<!-- End Portfolio Item -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-product">
<div class="portfolio-content h-100">
<img src="assets/img/portfolio/project2.png" class="img-fluid" alt="" />
<div class="portfolio-info">
<h4>Project 2</h4>
<a class="preview-link" data-bs-toggle="modal" data-bs-target="#exampleModal2"><i class="bi bi-zoom-in"></i></a>
<a href="https://github.com/ffarishelmi/Travel-Insurance-Claim-Prediction" target="_blank" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="exampleModal2" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-xl">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title fs-5" id="exampleModalLabel">Capstone2</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<iframe src="assets/pdf/presentation2.pdf" frameborder="0" width="100%" height="500px"></iframe>
</div>
</div>
</div>
</div>
</div>
<!-- End Portfolio Item -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-branding">
<div class="portfolio-content h-100">
<img src="assets/img/portfolio/project3.png" class="img-fluid" alt="" />
<div class="portfolio-info">
<h4>Project 3</h4>
<a class="preview-link" data-bs-toggle="modal" data-bs-target="#exampleModal3"><i class="bi bi-zoom-in"></i></a>
<a href="https://github.com/ffarishelmi/SaaS-Customer-Segmentation-and-Discount-Analysis" target="_blank" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="exampleModal3" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-xl">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title fs-5" id="exampleModalLabel">Capstone3</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<iframe src="assets/pdf/presentation3.pdf" frameborder="0" width="100%" height="500px"></iframe>
</div>
</div>
</div>
</div>
</div>
<!-- End Portfolio Item -->
</div>
<!-- End Portfolio Container -->
</div>
</div>
</section>
<!-- /Portfolio Section -->
</main>
<!-- Scroll Top -->
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Preloader -->
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/typed.js/typed.umd.js"></script>
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/imagesloaded/imagesloaded.pkgd.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>