{"id":1814,"date":"2026-05-10T10:53:19","date_gmt":"2026-05-10T03:53:19","guid":{"rendered":"https:\/\/learningwithdzul.com\/?page_id=1814"},"modified":"2026-05-11T23:20:00","modified_gmt":"2026-05-11T16:20:00","slug":"dzul-fiqram-portfolio-career","status":"publish","type":"page","link":"https:\/\/learningwithdzul.com\/en\/portfolio\/dzul-fiqram-portfolio-career\/","title":{"rendered":"Career &amp; Experience"},"content":{"rendered":"<div class=\"wp-block-group alignfull is-layout-flow wp-block-group-is-layout-flow\">\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Dzul Fiqram Nur &#8211; Digital Marketing Portfolio<\/title>\n    <style>\n        \/* CSS Reset & Variables *\/\n        :root {\n            --primary-color: #2c3e50;\n            --secondary-color: #e67e22;\n            --text-color: #333;\n            --bg-color: #f8f9fa;\n            --white: #ffffff;\n            --transition: all 0.3s ease;\n        }\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;\n        }\n        body {\n            background-color: var(--bg-color);\n            color: var(--text-color);\n            line-height: 1.6;\n            overflow-x: hidden !important; \/* Mencegah munculnya scroll horizontal *\/\n        }\n        a {\n            text-decoration: none;\n            color: inherit;\n        }\n        .container {\n            width: 90%;\n            max-width: 1200px;\n            margin: auto;\n            padding: 0 20px;\n        }\n        \n        \/* Typography *\/\n        h1, h2, h3 {\n            color: var(--primary-color) !important;\n            margin-bottom: 15px !important;\n            text-transform: none !important; \n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important; \n            font-weight: 700 !important;\n        }\n        h2 {\n            font-size: 2.5rem !important;\n            text-align: center !important;\n            margin-bottom: 40px !important;\n            position: relative !important;\n        }\n\n        \/* Hero Section *\/\n        #hero {\n            background: var(--primary-color);\n            color: var(--white);\n            padding: 100px 0;\n            text-align: center;\n        }\n        #hero h1 {\n            color: #ffffff !important; \n            font-size: 3rem !important;\n            margin-bottom: 10px !important;\n            font-weight: 800 !important;\n        }\n        #hero p {\n            color: #ffffff !important; \n            font-size: 1.2rem;\n            margin-bottom: 30px;\n            opacity: 0.9;\n        }\n        .btn {\n            display: inline-block;\n            background: var(--secondary-color);\n            color: var(--white);\n            padding: 12px 30px;\n            border-radius: 25px;\n            font-weight: bold;\n            transition: var(--transition);\n        }\n        .btn:hover {\n            background: #d35400;\n            transform: translateY(-2px);\n        }\n\n        \/* Sections: BREAKOUT FULL WIDTH TRICK *\/\n        section, footer {\n            padding: 80px 0;\n            width: 100vw !important;\n            position: relative !important;\n            left: 50% !important;\n            right: 50% !important;\n            margin-left: -50vw !important;\n            margin-right: -50vw !important;\n            box-sizing: border-box !important;\n        }\n        \n        \/* Background Selang-Seling *\/\n        #about, #skills {\n            background-color: #ffffff !important; \n        }\n        #experience, #portfolio {\n            background-color: #f8f9fa !important; \n        }\n        \n        \/* About Section *\/\n        #about p {\n            font-size: 1.1rem;\n            text-align: center;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        \/* Portfolio Grid *\/\n        .timeline {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 20px;\n        }\n        .card {\n            background: var(--white);\n            padding: 30px;\n            border-radius: 8px;\n            box-shadow: 0 4px 6px rgba(0,0,0,0.05);\n            border-left: 4px solid var(--secondary-color);\n        }\n        .card h3 { margin-bottom: 5px; }\n\n        \/* Experience Grid & Accordion *\/\n        .experience-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n            gap: 25px;\n            margin-top: 40px;\n        }\n        .exp-card {\n            background: #ffffff;\n            padding: 25px;\n            border-radius: 8px;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.03);\n            border-left: 4px solid #e67e22; \n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        .exp-card:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 6px 20px rgba(0,0,0,0.06);\n        }\n        .exp-card.edu {\n            border-left: 4px solid #2c3e50; \n        }\n        .exp-card h3 {\n            color: #2c3e50 !important;\n            font-size: 1.25rem !important;\n            margin-bottom: 8px !important;\n            line-height: 1.3 !important;\n            margin-top: 0 !important;\n        }\n        .exp-card .meta {\n            color: #7f8c8d;\n            font-size: 0.95rem;\n            margin-bottom: 15px;\n        }\n        details.impact-accordion {\n            margin-top: 15px;\n        }\n        details.impact-accordion summary {\n            cursor: pointer;\n            color: #e67e22;\n            font-weight: 600;\n            font-size: 0.95rem;\n            outline: none;\n            display: inline-block;\n            transition: color 0.3s;\n        }\n        details.impact-accordion summary:hover {\n            color: #d35400;\n        }\n        details.impact-accordion summary::marker {\n            color: #e67e22;\n        }\n        .impact-content {\n            margin-top: 15px;\n            padding-top: 15px;\n            border-top: 1px dashed #ecf0f1;\n            font-size: 0.9rem;\n            color: #444;\n            animation: fadeIn 0.3s ease-in-out;\n        }\n        .impact-content ul {\n            margin-left: 20px;\n            margin-top: 8px;\n            padding-left: 0;\n        }\n        .impact-content li {\n            margin-bottom: 6px;\n        }\n        @keyframes fadeIn {\n            from { opacity: 0; transform: translateY(-5px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        \/* Skills Section *\/\n        .skills-container {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 15px;\n        }\n        .skill-tag {\n            background: var(--white);\n            border: 1px solid #ddd;\n            padding: 8px 20px;\n            border-radius: 20px;\n            font-size: 0.95rem;\n            color: var(--primary-color);\n            font-weight: 500;\n        }\n\n        \/* Contact Section Fixes *\/\n        #contact {\n            background: var(--primary-color);\n            color: var(--white);\n            text-align: center;\n        }\n        #contact h2 { \n            color: #ffffff !important; \n        }\n        #contact > div > p {\n            color: #ffffff !important;\n        }\n        .contact-links {\n            display: flex;\n            justify-content: center;\n            gap: 30px;\n            margin-top: 30px;\n            flex-wrap: wrap;\n        }\n        .contact-card {\n            background: rgba(255,255,255,0.1);\n            padding: 20px 40px;\n            border-radius: 8px;\n            transition: var(--transition);\n            text-decoration: none !important;\n            border: none !important;\n            box-shadow: none !important;\n        }\n        .contact-card:hover {\n            background: rgba(255,255,255,0.2);\n        }\n        .contact-card h3 { \n            color: #e67e22 !important; \n            margin-bottom: 5px !important;\n            text-decoration: none !important;\n        }\n        .contact-card p { \n            color: #ffffff !important;\n            text-decoration: none !important;\n            margin: 0 !important;\n        }\n\n        \/* Footer *\/\n        footer {\n            text-align: center;\n            padding: 20px;\n            background: #1a252f;\n            color: #ccc;\n            font-size: 0.9rem;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            #hero h1 { font-size: 2.2rem !important; }\n            h2 { font-size: 2rem !important; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <section id=\"hero\">\n        <div class=\"container\">\n            <h1>Dzul Fiqram Nur<\/h1>\n            <p>SEO &#038; Performance Marketing Professional<\/p>\n            <a href=\"#contact\" class=\"btn\">Work With Me<\/a>\n        <\/div>\n    <\/section>\n\n    <section id=\"about\">\n        <div class=\"container\">\n            <h2>About Me<\/h2>\n            <p>I am a digital marketing professional with over 4 years of experience, specializing in content marketing, SEO\/AIO\/GEO, and performance marketing. Throughout my career, I have successfully managed numerous campaigns as the main PIC, handling everything from strategy development to end-to-end execution and evaluation. I have experience working across both B2B and B2C segments in various industries including media, banking, agencies, and IT.<\/p>\n        <\/div>\n    <\/section>\n\n    <section id=\"experience\">\n        <div class=\"container\">\n            <h2>Experience &#038; Education<\/h2>\n            <div class=\"experience-grid\">\n                \n                <div class=\"exp-card\">\n                    <h3>Senior SEO Executive<\/h3>\n                    <div class=\"meta\">Caspian Digital Solution Sdn Bhd | 2026 &#8211; Present<\/div>\n                    <details class=\"impact-accordion\">\n                        <summary>View Details &#038; Impact<\/summary>\n                        <div class=\"impact-content\">\n                            <p>Managing comprehensive SEO optimization for the international market (Malaysia), handling technical issues, on-page optimization, and keyword research.<\/p>\n                        <\/div>\n                    <\/details>\n                <\/div>\n\n                <div class=\"exp-card\">\n                    <h3>Digital Marketing Strategist<\/h3>\n                    <div class=\"meta\">PT IDstar Cipta Teknologi | 2023 &#8211; 2026<\/div>\n                    <details class=\"impact-accordion\">\n                        <summary>View Business Impact<\/summary>\n                        <div class=\"impact-content\">\n                            <p>Spearheaded end-to-end digital marketing strategies since joining in 2023, driving massive growth in both organic visibility and company revenue:<\/p>\n                            \n                            <p style=\"margin-top: 12px; color: #e67e22; font-weight: 600;\">\ud83d\udcc8 Phase 1: Scale-up &#038; Traffic Boom (2023 vs 2024)<\/p>\n                            <ul style=\"margin-top: 5px;\">\n                                <li><strong>+853% SEO Impressions &#038; +628% Clicks:<\/strong> Skyrocketed website visibility to over 8.7 million impressions through comprehensive technical and content optimization.<\/li>\n                                <li><strong>+149% Organic Traffic &#038; +107% Sessions:<\/strong> Attracted over 147,000 purely organic traffic to the website.<\/li>\n                                <li><strong>+90.38% Organic Leads:<\/strong> Successfully converted traffic into high-quality leads consistently without additional ad spend.<\/li>\n                            <\/ul>\n\n                            <p style=\"margin-top: 15px; color: #27ae60; font-weight: 600;\">\ud83d\udcb0 Phase 2: Revenue &#038; Business Impact (2024 vs 2025)<\/p>\n                            <ul style=\"margin-top: 5px;\">\n                                <li><strong>+1,855% Conversion Value:<\/strong> Drove exponential growth in transaction value from IDR 212 Million to <strong>IDR 4.2 &#8211; 6 Billion<\/strong>.<\/li>\n                                <li><strong>3,357% Marketing ROI:<\/strong> Drastically multiplied campaign ROI efficiency compared to the previous year.<\/li>\n                                <li><strong>+646% Conversion Rate:<\/strong> Improved lead quality (organic &#038; ads), directly impacting the <em>Close Won<\/em> ratio (from 1 to 7 high-value B2B deals).<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/details>\n                <\/div>\n\n                <div class=\"exp-card\">\n                    <h3>Digital Marketing Mentor<\/h3>\n                    <div class=\"meta\">PT Linimuda Inspirasi Negeri | 2022 &#8211; Present<\/div>\n                    <details class=\"impact-accordion\">\n                        <summary>View Details &#038; Impact<\/summary>\n                        <div class=\"impact-content\">\n                            <ul style=\"margin-top: 0;\">\n                                <li>Managed 5\u20137 groups per batch (monthly) to assist in creating digital marketing bootcamp projects, successfully bringing one group to the top 6 of the batch.<\/li>\n                                <li>Provided guidance and support to participant groups in analyzing MSMEs, including conducting SWOT analysis, 4C business analysis, identifying business problems, and defining KPIs and targets.<\/li>\n                                <li>Assisted participant groups in developing strategies to increase social media growth for MSMEs, including creating audience personas, brand strategies, competitor analyses, content pillars, and digital activation plans (e.g., advertising in Meta Ads).<\/li>\n                                <li>Guided participant groups in evaluating digital activation projects, including measuring KPIs, providing insights on digital marketing projects, and offering recommendations for improvement.<\/li>\n                            <\/ul>\n                        <\/div>\n                    <\/details>\n                <\/div>\n\n                <div class=\"exp-card\">\n                    <h3>Content Specialist<\/h3>\n                    <div class=\"meta\">PT Bank Amar Indonesia Tbk | 2022 &#8211; 2023<\/div>\n                    <details class=\"impact-accordion\">\n                        <summary>View Details &#038; Impact<\/summary>\n                        <div class=\"impact-content\">\n                            <p>Crafted persuasive copywriting and content campaign materials for digital banking products (e.g., Senyumku).<\/p>\n                        <\/div>\n                    <\/details>\n                <\/div>\n\n                <div class=\"exp-card\">\n                    <h3>SEO Content Writer<\/h3>\n                    <div class=\"meta\">Makassar Terkini | 2021 &#8211; 2022<\/div>\n                    <details class=\"impact-accordion\">\n                        <summary>View Details &#038; Impact<\/summary>\n                        <div class=\"impact-content\">\n                            <p>Optimized news article content for search engines, significantly driving an increase in organic reader traffic.<\/p>\n                        <\/div>\n                    <\/details>\n                <\/div>\n\n                <div class=\"exp-card edu\">\n                    <h3>Business Management Telecommunication &#038; Informatic<\/h3>\n                    <div class=\"meta\">Telkom University | 2017 &#8211; 2022<\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section id=\"skills\">\n        <div class=\"container\">\n            <h2>Technical Skills &#038; Tools<\/h2>\n            <div class=\"skills-container\">\n                <div class=\"skill-tag\">SEO Strategy &#038; Keyword Research<\/div>\n                <div class=\"skill-tag\">SEO\/AIO\/GEO<\/div>\n                <div class=\"skill-tag\">Content Writer &#038; Copywriter<\/div>\n                <div class=\"skill-tag\">Meta Ads &#038; Google Ads<\/div>\n                <div class=\"skill-tag\">A\/B Testing<\/div>\n                <div class=\"skill-tag\">Content Planner<\/div>\n                <div class=\"skill-tag\">Social Media Management<\/div>\n                <div class=\"skill-tag\">Push Notification &#038; Email Marketing<\/div>\n                <div class=\"skill-tag\">WordPress<\/div>\n                <div class=\"skill-tag\">Basic CSS &#038; HTML<\/div>\n                <div class=\"skill-tag\">Google Analytics &#038; Looker Studio<\/div>\n                <div class=\"skill-tag\">Meta Business Analytics<\/div>\n                <div class=\"skill-tag\">Hotjar &#038; Microsoft Clarity<\/div>\n                <div class=\"skill-tag\">Strategic Planning<\/div>\n                <div class=\"skill-tag\">Public Speaking &#038; Mentoring<\/div>\n                <div class=\"skill-tag\">Risk Management Forex Market<\/div>\n                <div class=\"skill-tag\">Technical Analysis Forex Market<\/div>\n                <div class=\"skill-tag\">Meta Trader 4\/5<\/div>\n                <div class=\"skill-tag\">SEMrush\/Ahrefs\/Ubbersuggest<\/div>\n                <div class=\"skill-tag\">Google Looker<\/div>\n                <div class=\"skill-tag\">Screaming Frog<\/div>\n                <div class=\"skill-tag\">AI Tools (Claude, ChatGPT, Gemini)<\/div>\n                <div class=\"skill-tag\">Mailchimp<\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section id=\"portfolio\">\n        <div class=\"container\">\n            <h2>Portfolio Highlights<\/h2>\n            <div class=\"timeline\">\n                <div class=\"card\">\n                    <h3>SEO Optimization &#038; Organic Growth<\/h3>\n                    <p>Successfully managed website optimizations, resulting in traffic growth up to +218% and generating leads both nationally and internationally across B2B sectors (IT, Logistics, Banking). Achieved multiple Top 1-3 SERP rankings and Featured Snippets.<\/p>\n                <\/div>\n                <div class=\"card\">\n                    <h3>Performance Marketing (Meta Ads)<\/h3>\n                    <p>Executed high-performing Meta Ads campaigns (e.g., Coretax Automation, UiPath, Josys) with extensive A\/B testing on creatives and copy. Achieved low CPL and generated over 500+ B2B leads targeting C-Levels and Decision Makers.<\/p>\n                <\/div>\n                <div class=\"card\">\n                    <h3>Copywriting &#038; Landing Page Creation<\/h3>\n                    <p>Crafted compelling copy for ad banners (Senyumku\/Amar Bank) and landing pages (Ngegame App), conducting competitor research and user validation to maximize conversion rates.<\/p>\n                <\/div>\n            <\/div>\n            <div style=\"text-align: center; margin-top: 40px;\">\n                <p><em>For detailed analytics, traffic growth charts, and visual creatives, please request my full PDF portfolio.<\/em><\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n<style>\n    .org-section-custom {\n        padding: 40px 0;\n        background-color: #ffffff;\n        width: 100%;\n        text-align: center;\n    }\n\n    .org-section-custom h2 {\n        font-size: 2.5rem !important;\n        color: #2c3e50 !important;\n        margin-bottom: 40px !important;\n        font-weight: 700 !important;\n        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;\n    }\n\n    .org-grid-custom {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 20px;\n        text-align: left;\n    }\n\n    .org-card-custom {\n        background: #ffffff;\n        padding: 25px;\n        border-radius: 8px;\n        box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n        border-left: 5px solid #e67e22;\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n\n    .org-card-custom:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 8px 25px rgba(0,0,0,0.1);\n    }\n\n    .org-card-custom.dark-border {\n        border-left-color: #2c3e50;\n    }\n\n    .org-card-custom h3 {\n        color: #2c3e50 !important;\n        font-size: 1.2rem !important;\n        margin-bottom: 8px !important;\n        margin-top: 0 !important;\n        font-weight: 700 !important;\n    }\n\n    .org-card-custom .meta-info {\n        color: #7f8c8d;\n        font-size: 0.9rem;\n        margin: 0;\n    }\n<\/style>\n\n<div class=\"org-section-custom\">\n    <h2>Organizational Experience<\/h2>\n    \n    <div class=\"org-grid-custom\">\n        <div class=\"org-card-custom dark-border\">\n            <h3>Member Empowerment Staff<\/h3>\n            <p class=\"meta-info\">HMI Badko West Java | 2022 \u2014 2023<\/p>\n        <\/div>\n\n        <div class=\"org-card-custom dark-border\">\n            <h3>External Department Staff<\/h3>\n            <p class=\"meta-info\">BPL HMI Cab. Bandung | 2021 \u2014 2022<\/p>\n        <\/div>\n\n        <div class=\"org-card-custom\">\n            <h3>Minister of Literacy, Research, and Strategic Action<\/h3>\n            <p class=\"meta-info\">Student Executive Board Telkom University | 2020 \u2014 2021<\/p>\n        <\/div>\n\n        <div class=\"org-card-custom dark-border\">\n            <h3>Head of Research and Science Division<\/h3>\n            <p class=\"meta-info\">HMI Management, Telkom University | 2019 \u2014 2020<\/p>\n        <\/div>\n\n        <div class=\"org-card-custom\">\n            <h3>Strategic Research and Action Ministry Staff<\/h3>\n            <p class=\"meta-info\">Student Executive Board Telkom University | 2019 \u2014 2020<\/p>\n        <\/div>\n\n        <div class=\"org-card-custom\">\n            <h3>Head of Internal Relations Division<\/h3>\n            <p class=\"meta-info\">IKEMAP BARAYA | 2018 \u2014 2020<\/p>\n        <\/div>\n\n        <div class=\"org-card-custom\">\n            <h3>Vice Cabinet Secretary (Junior Staff)<\/h3>\n            <p class=\"meta-info\">Student Executive Board Telkom University | 2018 \u2014 2019<\/p>\n        <\/div>\n\n        <div class=\"org-card-custom dark-border\">\n            <h3>Chairman of Student Representative Council<\/h3>\n            <p class=\"meta-info\">SMAN 13 Pangkep | 2016 \u2014 2017<\/p>\n        <\/div>\n\n        <div class=\"org-card-custom dark-border\">\n            <h3>President of Student Council<\/h3>\n            <p class=\"meta-info\">SMAN 13 Pangkep | 2015 \u2014 2016<\/p>\n        <\/div>\n    <\/div>\n<\/div>\n\n    <section id=\"contact\">\n        <div class=\"container\">\n            <h2>Get In Touch<\/h2>\n            <p>Let&#8217;s connect and discuss how I can help your business grow.<\/p>\n            <div class=\"contact-links\">\n                <a href=\"mailto:dzulfiqram18@gmail.com\" class=\"contact-card\">\n                    <h3>Email<\/h3>\n                    <p>dzulfiqram18@gmail.com<\/p>\n                <\/a>\n                <a href=\"https:\/\/wa.me\/6285341997941\" target=\"_blank\" class=\"contact-card\">\n                    <h3>WhatsApp<\/h3>\n                    <p>+62 85341997941<\/p>\n                <\/a>\n                <a href=\"https:\/\/www.linkedin.com\/in\/dzulfiqramnur\/\" target=\"_blank\" class=\"contact-card\">\n                    <h3>LinkedIn<\/h3>\n                    <p>Connect with me<\/p>\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <footer>\n        <p>&copy; 2026 Dzul Fiqram Nur. All Rights Reserved.<\/p>\n    <\/footer>\n\n<\/body>\n<\/html>\n<\/div>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>Dzul Fiqram Nur &#8211; Digital Marketing Portfolio Dzul Fiqram Nur SEO &#038; Performance Marketing Professional Work With Me About Me [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1729,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-1814","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Dzul Fiqram - Experience, Career &amp; Education<\/title>\n<meta name=\"description\" content=\"Lihat portfolio Dzul Fiqram sebagai Digital Marketing di awal perjalanan kariernya di tahun 2022 sampai sekarang. Apa saja impactnya\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/learningwithdzul.com\/en\/portfolio\/dzul-fiqram-portfolio-career\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Dzul Fiqram - Experience, Career &amp; Education\" \/>\n<meta property=\"og:description\" content=\"Lihat portfolio Dzul Fiqram sebagai Digital Marketing di awal perjalanan kariernya di tahun 2022 sampai sekarang. Apa saja impactnya\" \/>\n<meta property=\"og:url\" content=\"https:\/\/learningwithdzul.com\/en\/portfolio\/dzul-fiqram-portfolio-career\/\" \/>\n<meta property=\"og:site_name\" content=\"Learning With Dzul\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-11T16:20:00+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/learningwithdzul.com\\\/portfolio\\\/dzul-fiqram-portfolio-career\\\/\",\"url\":\"https:\\\/\\\/learningwithdzul.com\\\/portfolio\\\/dzul-fiqram-portfolio-career\\\/\",\"name\":\"Dzul Fiqram - Experience, Career & Education\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wheat-ferret-291440.hostingersite.com\\\/#website\"},\"datePublished\":\"2026-05-10T03:53:19+00:00\",\"dateModified\":\"2026-05-11T16:20:00+00:00\",\"description\":\"Lihat portfolio Dzul Fiqram sebagai Digital Marketing di awal perjalanan kariernya di tahun 2022 sampai sekarang. Apa saja impactnya\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/learningwithdzul.com\\\/portfolio\\\/dzul-fiqram-portfolio-career\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/learningwithdzul.com\\\/portfolio\\\/dzul-fiqram-portfolio-career\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/learningwithdzul.com\\\/portfolio\\\/dzul-fiqram-portfolio-career\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Beranda\",\"item\":\"https:\\\/\\\/learningwithdzul.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Portfolio\",\"item\":\"https:\\\/\\\/learningwithdzul.com\\\/portfolio\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Career &amp; Experience\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/wheat-ferret-291440.hostingersite.com\\\/#website\",\"url\":\"https:\\\/\\\/wheat-ferret-291440.hostingersite.com\\\/\",\"name\":\"Learning With Dzul\",\"description\":\"Berbagi ilmu, cerita, dan perjalanan belajar skill digital dan financial\",\"publisher\":{\"@id\":\"https:\\\/\\\/wheat-ferret-291440.hostingersite.com\\\/#\\\/schema\\\/person\\\/73f98add6062e109069f1b2ac78dbdbb\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/wheat-ferret-291440.hostingersite.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/wheat-ferret-291440.hostingersite.com\\\/#\\\/schema\\\/person\\\/73f98add6062e109069f1b2ac78dbdbb\",\"name\":\"Dzul fiqram\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/learningwithdzul.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Gemini_Generated_Image_i98risi98risi98r-e1774165721900.webp\",\"url\":\"https:\\\/\\\/learningwithdzul.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Gemini_Generated_Image_i98risi98risi98r-e1774165721900.webp\",\"contentUrl\":\"https:\\\/\\\/learningwithdzul.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Gemini_Generated_Image_i98risi98risi98r-e1774165721900.webp\",\"width\":710,\"height\":714,\"caption\":\"Dzul fiqram\"},\"logo\":{\"@id\":\"https:\\\/\\\/learningwithdzul.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Gemini_Generated_Image_i98risi98risi98r-e1774165721900.webp\"},\"description\":\"Dzul Fiqram adalah seorang Digital Marketer yang berpengalaman lebih dari 4 tahun, khususnya di bidang SEO dan Content Marketing. Selain itu ia juga merupakan praktisi aktif di pasar finansial sejak 2024, khususnya perdagangan emas (XAUUSD). Melalui learningwithdzul.com, Dzul berbagi wawasan teknis dan edukasi strategis untuk membantu audiens memahami dunia digital marketing dan trading secara mendalam.\",\"sameAs\":[\"http:\\\/\\\/learningwithdzul.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Dzul Fiqram - Experience, Career & Education","description":"Lihat portfolio Dzul Fiqram sebagai Digital Marketing di awal perjalanan kariernya di tahun 2022 sampai sekarang. Apa saja impactnya","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/learningwithdzul.com\/en\/portfolio\/dzul-fiqram-portfolio-career\/","og_locale":"en_US","og_type":"article","og_title":"Dzul Fiqram - Experience, Career & Education","og_description":"Lihat portfolio Dzul Fiqram sebagai Digital Marketing di awal perjalanan kariernya di tahun 2022 sampai sekarang. Apa saja impactnya","og_url":"https:\/\/learningwithdzul.com\/en\/portfolio\/dzul-fiqram-portfolio-career\/","og_site_name":"Learning With Dzul","article_modified_time":"2026-05-11T16:20:00+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/learningwithdzul.com\/portfolio\/dzul-fiqram-portfolio-career\/","url":"https:\/\/learningwithdzul.com\/portfolio\/dzul-fiqram-portfolio-career\/","name":"Dzul Fiqram - Experience, Career & Education","isPartOf":{"@id":"https:\/\/wheat-ferret-291440.hostingersite.com\/#website"},"datePublished":"2026-05-10T03:53:19+00:00","dateModified":"2026-05-11T16:20:00+00:00","description":"Lihat portfolio Dzul Fiqram sebagai Digital Marketing di awal perjalanan kariernya di tahun 2022 sampai sekarang. Apa saja impactnya","breadcrumb":{"@id":"https:\/\/learningwithdzul.com\/portfolio\/dzul-fiqram-portfolio-career\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/learningwithdzul.com\/portfolio\/dzul-fiqram-portfolio-career\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/learningwithdzul.com\/portfolio\/dzul-fiqram-portfolio-career\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Beranda","item":"https:\/\/learningwithdzul.com\/"},{"@type":"ListItem","position":2,"name":"Portfolio","item":"https:\/\/learningwithdzul.com\/portfolio\/"},{"@type":"ListItem","position":3,"name":"Career &amp; Experience"}]},{"@type":"WebSite","@id":"https:\/\/wheat-ferret-291440.hostingersite.com\/#website","url":"https:\/\/wheat-ferret-291440.hostingersite.com\/","name":"Learning With Dzul","description":"Berbagi ilmu, cerita, dan perjalanan belajar skill digital dan financial","publisher":{"@id":"https:\/\/wheat-ferret-291440.hostingersite.com\/#\/schema\/person\/73f98add6062e109069f1b2ac78dbdbb"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wheat-ferret-291440.hostingersite.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/wheat-ferret-291440.hostingersite.com\/#\/schema\/person\/73f98add6062e109069f1b2ac78dbdbb","name":"Dzul fiqram","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/learningwithdzul.com\/wp-content\/uploads\/2026\/03\/Gemini_Generated_Image_i98risi98risi98r-e1774165721900.webp","url":"https:\/\/learningwithdzul.com\/wp-content\/uploads\/2026\/03\/Gemini_Generated_Image_i98risi98risi98r-e1774165721900.webp","contentUrl":"https:\/\/learningwithdzul.com\/wp-content\/uploads\/2026\/03\/Gemini_Generated_Image_i98risi98risi98r-e1774165721900.webp","width":710,"height":714,"caption":"Dzul fiqram"},"logo":{"@id":"https:\/\/learningwithdzul.com\/wp-content\/uploads\/2026\/03\/Gemini_Generated_Image_i98risi98risi98r-e1774165721900.webp"},"description":"Dzul Fiqram adalah seorang Digital Marketer yang berpengalaman lebih dari 4 tahun, khususnya di bidang SEO dan Content Marketing. Selain itu ia juga merupakan praktisi aktif di pasar finansial sejak 2024, khususnya perdagangan emas (XAUUSD). Melalui learningwithdzul.com, Dzul berbagi wawasan teknis dan edukasi strategis untuk membantu audiens memahami dunia digital marketing dan trading secara mendalam.","sameAs":["http:\/\/learningwithdzul.com"]}]}},"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false},"uagb_author_info":{"display_name":"Dzul fiqram","author_link":"https:\/\/learningwithdzul.com\/en\/author\/dzulfiqram18gmail-com\/"},"uagb_comment_info":0,"uagb_excerpt":"Dzul Fiqram Nur &#8211; Digital Marketing Portfolio Dzul Fiqram Nur SEO &#038; Performance Marketing Professional Work With Me About Me [&hellip;]","_links":{"self":[{"href":"https:\/\/learningwithdzul.com\/en\/wp-json\/wp\/v2\/pages\/1814","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/learningwithdzul.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/learningwithdzul.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/learningwithdzul.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/learningwithdzul.com\/en\/wp-json\/wp\/v2\/comments?post=1814"}],"version-history":[{"count":20,"href":"https:\/\/learningwithdzul.com\/en\/wp-json\/wp\/v2\/pages\/1814\/revisions"}],"predecessor-version":[{"id":1868,"href":"https:\/\/learningwithdzul.com\/en\/wp-json\/wp\/v2\/pages\/1814\/revisions\/1868"}],"up":[{"embeddable":true,"href":"https:\/\/learningwithdzul.com\/en\/wp-json\/wp\/v2\/pages\/1729"}],"wp:attachment":[{"href":"https:\/\/learningwithdzul.com\/en\/wp-json\/wp\/v2\/media?parent=1814"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}