INITIALISING DHAKA, BANGLADESH
Growth Engineer  ·  MMXXVI

Muraduzzaman

I rank sites, then build the software that compounds the traffic.
0000
READY
Available for select work
Dhaka, Bangladesh  ·  available worldwide
Growth Engineer  ·  Dhaka  ·  working globally

Hi, I'm Muraduzzaman. A growth engineer — SEO, automation, and the software that makes them work together.

Seven years ranking sites on Google, 20+ products shipped as a solo developer. I write the SEO brief, build the tooling behind it, and ship the web experience it lands on.

00 years in SEO technical, on-page, off-page
00 products shipped SaaS, scrapers, themes, apps
00 platforms automated search, social, maps, outreach
01 operator end-to-end delivery
01   About The short version
Muraduzzaman — Growth Engineer, Dhaka
Muraduzzaman Growth Engineer · Dhaka

A marketer

who codes.

I'm Muraduzzaman — a growth engineer based in Dhaka, working with clients globally. For seven years I've worked inside the machinery of SEO: technical audits, content architecture, link systems, and the conversion flows they feed.

Over time I wanted fewer handoffs. So I learned to code — Python, JavaScript, Kotlin, Liquid, FastAPI, Playwright, Three.js — enough to build the scrapers, extensions, and web experiences I used to outsource.

Today I work across search and software as a single operator: the SEO brief, the tooling that feeds it, and the site it lands on.

SEO· AEO· GEO· AUTOMATION· AI· CODE
03   Code A look under the hood

The code I actually ship.
Four excerpts.

Short extracts from four of my production systems — a lead classifier, a scheduler, a Chrome extension, and a Shopify section. Four different languages, one operator.

01 classifier / forex_classifier.py

Lead classifier

15-point scoring engine from Forex Lead Finder

PYTHON · EXCERPT
01def score_profile(profile, posts):
02    # bio keyword = +10 · post keyword = +10
03    # trading pair = +10 · MT4 / MT5 = +5 · hashtag = +5
04    score = 0
05    for kw in BIO_KEYWORDS:
06        if kw in profile.bio.lower():
07            score += 10
08    for post in posts:
09        if any(p in post for p in PAIRS):
10            score += 10
11    return score  # ≥ 15 kept · < 15 discarded
accepts ~26% · discards ~74%
02 scheduler.py

Six-hour scheduler

APScheduler loop that drives the scraper

PYTHON · EXCERPT
01from apscheduler.schedulers.blocking import BlockingScheduler
02from main import run_multi_platform
03
04scheduler = BlockingScheduler(timezone="UTC")
05
06@scheduler.scheduled_job("interval", hours=6)
07def tick():
08    # four runs per day — enough signal, low ban risk
09    run_multi_platform(platforms=["reddit", "babypips",
10                                  "tradingview", "forexfactory"])
11
12scheduler.start()
four harvests per day · indefinite runtime
03 extension / content.js

Chrome extension

DOM injection for ProWorkSpace on Upwork

JAVASCRIPT · EXCERPT
01// inject the enhancement panel into the Upwork proposal page
02const observer = new MutationObserver(() => {
03    const host = document.querySelector("[data-cy='cover-letter']");
04    if (!host || host.dataset.pws) return;
05    host.dataset.pws = "1";
06    host.append(renderPanel(host));
07});
08observer.observe(document.body, { childList: true, subtree: true });
09
10// the panel calls our AI endpoint, streams tokens back
11async function renderPanel(host) { /* … */ }
idempotent · SPA-safe · no polling
04 sections / product-grid.liquid

Storefront section

Hand-authored Liquid from the AYVA Dawn fork

LIQUID · EXCERPT
01{%- comment -%} no apps · no bloat · 50 products {%- endcomment -%}
02<section class="ayva-grid" data-tone="{{ section.settings.tone }}">
03  <h2 class="ayva-h">{{ section.settings.heading }}</h2>
04  <ul class="ayva-grid__list">
05    {%- for product in collections[section.settings.collection].products limit: 12 -%}
06      <li>{%- render 'ayva-card', product: product -%}</li>
07    {%- endfor -%}
08  </ul>
09</section>
zero third-party apps · <50 kb css
Four tiles. Four languages. Four of my 20+ shipped systems.
02   Selected Work 2024 — 2026

Six selected projects. Built solo. Shipped end-to-end.

01 SHIPPED · 2024

ProWorkSpace

AI SaaS for Upwork freelancers — built end-to-end.

A Chrome extension paired with a marketing site, Stripe billing, and an admin panel. Live and monetized, with an acquisition-to-conversion funnel I designed and built myself.

  • Liveproduction
  • Solobuilder
  • E2Eext + site + admin
Stack Chrome Ext · JS · Node · Stripe
Read case study
02 SHIPPED · 2024

Forex Lead Finder

Multi-platform lead scraping and scoring.

A Python system that scrapes Reddit, TradingView, BabyPips, ForexFactory, and LinkedIn in parallel, scores each profile against a 15-point classifier, and writes qualified leads to a SQLite warehouse every six hours. Flask UI, REST API, XLSX/CSV export.

  • 5source platforms
  • 15-ptclassifier
  • 6 hharvest loop
Stack Python · Flask · Playwright · SQLite
View case study
03 SHIPPED · 2025

AYVA

Shopify Dawn fork — minimalist storefront.

A custom Shopify theme built on a Dawn fork, with hand-written Liquid sections and a migrated catalogue of 50 products. No third-party apps, optimized for speed and control.

  • 50products migrated
  • 0third-party apps
  • 95Lighthouse mobile
Stack Liquid · Shopify · Dawn
View case study
04 SHIPPED · 2026

BrandiVibe

Three.js brand front-end plus a 24/7 autonomous AI Sales Brain.

Two-layer system. A WebGL brand site with cursor-aware motion, paired with a GPT-4o-driven sales engine that writes a daily SEO article, scans four startup feeds hourly for ICP-fit leads, deep-researches each one, and runs a Resend warmup-curve cold-email sequence with self-learning A/B tests. Zero daily human input.

  • 24/7autonomous
  • lead feeds, hourly
  • GPT-4oresearch + outreach
Stack Three.js · GPT-4o · Resend · Koyeb · GitHub-persisted state
Read the case study
05 SHIPPED · 2024

Email Outreach Engine

Lead acquisition pipeline with deliverability guardrails.

A Playwright collector pulls emails from Facebook Groups and Instagram hashtags into a queue, and a webmail sender rate-capped at 50 per day pushes outreach through without tripping deliverability limits.

  • 50 / dsender rate cap
  • 2collection sources
  • Queuew/ dedupe
Stack Playwright · Webmail · Rate limit
View case study
06 SHIPPED · 2024

Google Maps Lead Extractor

Local business data pipeline.

A SerpAPI-driven CLI that searches any geography and keyword combination, paginates results cleanly, and writes enriched CSVs suitable for direct use by a sales team.

  • Anygeo + keyword
  • Autopagination
  • CSVenriched export
Stack Python · SerpAPI · CSV
View case study
04   Capabilities What you can hire me to build

Six things I build. Start to finish.

Every engagement is scoped, priced, and delivered by one operator. No handoffs, no hidden freelancers, no agency tax.

Available

Growth website

WebGL / 3D / motion-driven brand sites, hand-built. No templates, no bloat — the site you're on right now is the proof.

Typical build 2–4 wks
Available

SEO reboot

Technical audit → content architecture → internal linking → ranked. Seven years in the machinery of Google search, now with AEO and GEO layered in.

Engagement 4–12 wks
Available

Lead scraper

Python pipelines for Reddit, LinkedIn, Maps, Instagram, or any source with a URL. Scoring, storage, export — the whole bucket.

Typical build 5–10 days
Available

Chrome extension

End-to-end SaaS: manifest v3, content scripts, UI, Stripe billing, admin panel. Shipped, live, and monetized for ProWorkSpace.

Typical build 3–6 wks
Available

Shopify theme

Hand-coded Dawn forks. No third-party apps, no pre-built kits — just Liquid, CSS, and the speed that follows from owning every file.

Typical build 2–3 wks
Available

AI workflow

n8n, custom Python, or LLM-orchestrated agents: scrape → enrich → classify → route → outreach. End-to-end, production-ready.

Typical build 1–2 wks
05   Experience Seven years, and counting

Seven years, three roles and an independent practice.

  1. 01
    Jan 2025 — Present

    Senior SEO & Digital Marketing Specialist — Innohedge

    Building and operationalising AI-driven marketing systems across SEO and content workflows. Developed automated content pipelines, prompt frameworks, and data-enriched keyword systems to scale organic acquisition. Implemented n8n-based automation for lead flow, content distribution, and reporting. Applied AEO and GEO strategies to capture emerging AI-driven search visibility.

  2. 02
    May 2021 — Mar 2025 · 3 yrs 10 mos

    Senior SEO & Digital Marketing Specialist — Print Britannia

    Architected the SEO and content ecosystem that ranked high-value commercial keywords and converted organic traffic into revenue. Built structured keyword clusters, internal linking systems, and conversion-focused landing flows. Optimised site performance and search visibility using data-driven analysis tied to revenue KPIs.

  3. 03
    Jul 2023 — Present

    Independent Consultant — Upwork & direct

    Delivers SEO systems, AI-driven content infrastructure, and custom automation solutions for global clients. Builds integrated workflows combining search strategy, data pipelines, and web execution — replacing the need for multiple vendors with a single, unified system.

  4. 04
    Jan 2019 — May 2021 · 2 yrs 4 mos

    SEO & Digital Marketing Specialist — Image Retouching Lab

    Led digital marketing execution across SEO, content, and social channels. Managed team operations, campaign rollout, and engagement strategy. Improved brand visibility and client acquisition through structured content and search optimisation.

06   Credentials Certifications & education
Certifications
  • HubSpot Academy — SEO & Digital Marketing 2024
  • Skillshare — Google Ads & Meta Ads Mastery 2024
  • Coursera — Branding & Social Media Marketing 2024
  • Semrush Academy — SEO Crash Course, Brian Dean 2023
  • UY Lab Dhaka — Digital Marketing & SEO 2018
Education
  • LLB — Bangladesh Islami University, Dhaka 2019
  • HSC — Khilgaon Model University College 2015
  • SSC — Haider Ali School and College 2013
07   Recognition Receipts, rankings, results

The proof, not just the pitch.

A little evidence that the positioning on this site is backed by actual results — award, search rankings, analytics, performance scores, and an unusual one: a Wikidata profile.

Award
Top Performer of the Month
JK Lifestyle · July 2025 · awarded to Muraduzzaman
SERP
USA rank #1
“best clipping path service” · commercial intent keyword
Reach
6 countries / 30 days
GA4 · DE · UK · FR · TR · US · SE
Lighthouse
95 perf · 100 best-practices
Client mobile site · third-party verified
Upwork
5.0 rating · retained
Full-time engagement since July 2023 · verified client
Wikidata
Listed as an entity
Unusual credential for an independent operator
08   Praise Verified Upwork review
09   Get in touch Currently available

If you'd like to work together,
say hello.

I'm currently available for select engagements — SEO, automation, AI workflows, or full-stack web projects that need one person who can see all the moving pieces.

Two versions of the CV: the portfolio PDF matches this site's dark aesthetic (best for founder-clients and creative agencies); the ATS PDF is single-column, plain-contrast, and safe for Workday / Greenhouse / Lever resume parsers.