UNDER CONSTRUCTION

Hey there! I'm Dave Mamon.

Your new favorite
const roles = [ "Web Designer.", "Digital Marketer.", "Videographer.", "Content Creator.", "Filmmaker." ]; const roleText = document.getElementById("roleText"); let roleIndex = 0; let charIndex = 0; let isDeleting = false; function typeEffect() { const currentRole = roles[roleIndex]; const visibleText = isDeleting ? currentRole.substring(0, charIndex--) : currentRole.substring(0, charIndex++); roleText.innerHTML = visibleText + '|'; let delay = isDeleting ? 50 : 100; if (!isDeleting && charIndex === currentRole.length + 1) { delay = 1200; isDeleting = true; } else if (isDeleting && charIndex === 0) { isDeleting = false; roleIndex = (roleIndex + 1) % roles.length; delay = 500; } setTimeout(typeEffect, delay); } typeEffect();

Over the course of my career, I've delivered results for brands and businesses all across Dubai in the realms of video production, website creation, digital marketing, and beyond.As a highly versatile full-stack creative, I provide a one-stop solution for all of your multimedia needs. Sounds like what you're looking for? Let's tell your story.

Send a Message

WHO I've WORKED WITH

I've had the privilege of collaborating with various UAE-based brands, agencies, organizations, and venues in crafting compelling stories through visual and digital media. Here are a few.

document.head.insertAdjacentHTML("beforeend", ``);