Skip to content

Commit

Permalink
add new job
Browse files Browse the repository at this point in the history
  • Loading branch information
masdzub committed Feb 28, 2024
1 parent fc96cc5 commit c8285b7
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 7 deletions.
Binary file removed assets/CV_Ahmad Dzubayyan.pdf
Binary file not shown.
Binary file added assets/CV_Ahmad_Dzubayyan.pdf
Binary file not shown.
22 changes: 19 additions & 3 deletions assets/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ new Vue({
el: '#app',
data: {
fullName: 'Dzubayyan Ahmad',
jobTitle: 'Senior Technical Support Specialist',
jobTitle: 'System Administrator',
email: '[email protected]',
phoneNumber: '+62 881 08 000 81 80',
website: 'https://masdzub.com',
gravatarURL: 'https://www.gravatar.com/avatar/509d3b6019d078eb39f42d51e7024abc?s=300',
description: 'Technical Support Specialist, Half Sysadmin based in Yogyakarta, Indonesia',
description: 'System Administrator based in Bali, Indonesia',

skillsData: {
basic: [
Expand All @@ -32,12 +32,28 @@ new Vue({
]
},
experiences: [
{
title: 'System Administrator',
company: '@World Host Group',
companyLink: 'https://worldhost.group/',
startDate: '2022/10',
endDate: 'present',
descriptionItems: [
'Monitored system and procedural processes encompassing Abuse, SSL, migration, cPanel license, and other issues.',
'Maintain a high level of customer service and support for all technical issues, including troubleshooting and problem resolution.',
'Migrate account hosting to balancing resource and migration from outside into our server and new server.',
'Diagnose and troubleshoot errors and technical glitches in client applications or systems. Effectively fixing issues to ensure client satisfaction and minimal downtime.',
'Implemented rigorous security measures, including screening for domain and hosting abuse such as fraud, phishing, spamming, and other illicit activities, ensuring a secure hosting environment for clients.',
],
employmentStatus: "Contract",
workStatus: "On-Site"
},
{
title: 'Sr. Technical Support Specialist',
company: '@DomaiNesia',
companyLink: 'https://domainesia.com',
startDate: '2022/10',
endDate: 'Present',
endDate: '2024/01',
descriptionItems: [
'Developed and implemented technical support processes and procedures to enhance efficiency and effectiveness.',
'Monitored system and procedural processes encompassing Abuse, SSL, migration, cPanel license, and other issues.',
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Dzubayyan Ahmad's Resume">
<meta name="twitter:description" content="Senior Technical Support Specialist Resume">
<meta name="twitter:description" content="Resume of Dzubayyan Ahmad">
<meta name="twitter:image" content="https://masdzub.com/assets/masdzub.jpg">

<meta property="og:title" content="Dzubayyan Ahmad's Resume">
<meta property="og:description" content="Senior Technical Support Specialist Resume">
<meta property="og:description" content="Resume of Dzubayyan Ahmad">
<meta property="og:image" content="https://masdzub.com/assets/masdzub.jpg">
<meta property="og:url" content="https://masdzub.com">
<meta property="og:url" content="https://masdzub.com/">

<meta name="description" content="Dzubayyan Ahmad's Senior Technical Support Specialist Resume">
<meta name="description" content="Resume of Dzubayyan Ahmad">
<meta name="keywords" content="resume, technical support, specialist, Dzubayyan Ahmad, skills, experiences, education">
<meta name="author" content="Dzubayyan Ahmad">
<meta name="theme-color" content="#1a202c">
Expand Down

0 comments on commit c8285b7

Please sign in to comment.