The Work

Projects & Live Demos

Real integrations. Real data. Because anyone can claim they understand APIs — this proves it.

← Return to the Dojo
Live API Integration

Real-Time Crypto Prices

Fetching live data from the CoinGecko public API — no page reload needed. This is the kind of lightweight data integration I build into growth dashboards and marketing tools.

🔴 Live Data Source: CoinGecko API

Crypto Market Pulse

Pulled live via fetch() from CoinGecko's public REST endpoint. Prices update every 60 seconds automatically.

Calling the API...
Connecting to CoinGecko API...
// The actual fetch call powering this widget const endpoint = 'https://api.coingecko.com/api/v3/simple/price' + '?ids=bitcoin,ethereum,solana' + '&vs_currencies=usd' + '&include_24hr_change=true' + '&include_market_cap=true'; const response = await fetch(endpoint); const data = await response.json(); // → { bitcoin: { usd: 65432, usd_24h_change: 2.4 }, ... }
Case Studies

Selected Work

Campaigns, automation builds, and growth systems — detailed write-ups coming soon.

Marketing Automation

HubSpot Lead Scoring Engine

Built a multi-touch lead scoring model for a SaaS company, reducing sales cycle by 30% by routing only marketing-qualified leads to the sales team.

ABM Campaign

Account-Based Marketing for Enterprise

Designed and executed a 6-touch ABM sequence targeting Fortune 500 procurement leads, generating 12 qualified opportunities in 8 weeks.

SEO & Analytics

Organic Growth System

Built a programmatic SEO content engine using structured data and API-fed pages, growing organic sessions by 220% in 6 months with zero ad spend.