NBA Basketball School

Learn to Play the NBA Way

Certified

Coaches

Official NBA

Curriculum

Quality

Programs

Why Join
NBA Basketball
School Dubai

NBA Basketball School offers world-class training for male and female players aged 6 to 18 across two branches in Dubai. Our structured programs follow official NBA methodology, ensuring every session meets the highest standards of skill development, gameplay strategy, and athletic performance.

What Makes NBA Basketball School Dubai Unique?

Join NBA Basketball School Dubai today and train the NBA way!

meet our coaches

HERNANDO PLANELLS

Technical Director

Godlove Chamcham

Head coach - DAA Branch

Mariana Guedes

Coach

Jade Leitao

Coach

Kevin Sancho

Coach

Wavy Kuveya

Coach

Jeff Mepico

Coach

Carlo Navarrete

Coach

Susana Ferreira

Operations Director - Team Sports

Karena Martin

Operations Executive

Subscribe to our newsletter

Don't miss new updates in your email

document.addEventListener('DOMContentLoaded', function () { function setupForm(form) { const program = form.querySelector('select[name="bu"]'); const school = form.querySelector('.school-options'); if (!program || !school) { return; } // Hide initially school.style.display = 'none'; program.addEventListener('change', function () { console.log('Program selected:', this.value); if (this.value === 'Stryx ASA (After School Activities)') { school.style.display = 'block'; } else { school.style.display = 'none'; school.querySelectorAll('input[type="radio"]').forEach(function (radio) { radio.checked = false; }); } }); } document.querySelectorAll('.wpcf7-form').forEach(setupForm); });