SZN 4

Behind the Red Carpet: 25 Years of Hosts, Hustle, and Highlights
Not Your Music Industry Puppet: Cutting the Strings with Jae Camilo
function openVideo(id) { document.getElementById("videoModal").style.display = "flex"; document.getElementById("videoFrame").src = "https://www.youtube.com/embed/" + id + "?autoplay=1"; } function closeVideo() { document.getElementById("videoModal").style.display = "none"; document.getElementById("videoFrame").src = ""; }

SEASON 3

Speaking into Existence: Steffi Michelle
Laugh, Learn, Repeat: Milly Tamarez
Renaissance Aybar: Linda Aybar
// Open video modal on card click document.querySelectorAll('.jwnc-card').forEach(card => { card.addEventListener('click', () => { const videoId = card.getAttribute('data-video'); document.getElementById('videoModal').style.display = 'flex'; document.getElementById('videoFrame').src = "https://www.youtube.com/embed/" + videoId + "?autoplay=1"; }); }); // Close modal document.getElementById('videoModal').addEventListener('click', () => { document.getElementById('videoModal').style.display = 'none'; document.getElementById('videoFrame').src = ""; });

SEASON 2

The Evolution of Voices: 23 Years of the HBO New York Latino Film Festival with Calixto Chinchilla
Breaking Barriers and Building Bridges: Julissa Contreras’ Theatrical Odyssey
Discovering the Essence of “Playing Sam”
Rx for Success: A Dominican Doctor’s Prescription for Making It in the USA
Embracing Identity Amidst the Flames: A Firefighter’s Journey with Devon Chisholm
NYC Housing Crisis or FALSE SCARCITY? with Clark Kent
From Darkness to Strength: Yolanda’s Unyielding Journey PART 1
From Darkness to Strength: Yolanda’s Unyielding Journey PART 2
Just Words – Surviving Fentanyl: Loss, Recovery, and Resilience
Nurturing Spirituality, Music, and Parenthood with Checkarelli
Unveiling the Multifaceted Journey of Oscar Martinez Part 1
Unveiling the Multifaceted Journey of Oscar Martinez Part 2
Redefining Professionalism and Embracing Authenticity in the Corporate World with Pabel Martinez
Caucus in Orbit: Lunar Landings and Urban Expansion with Clark Kent & Ramz McFly
A Conversation with Civil Rights Activist Jim Hill
POD‑TENTIAL – Jason Enrique on Sports, Wellness and Real‑life Wins
“Mangu Aqui 2” Indie Filmmaking, Community Support and Red Carpet Premiere
function openVideo(id) { document.getElementById("videoModal").style.display = "flex"; document.getElementById("videoFrame").src = "https://www.youtube.com/embed/" + id + "?autoplay=1"; } function closeVideo() { document.getElementById("videoModal").style.display = "none"; document.getElementById("videoFrame").src = ""; } function scrollRow(containerId, direction) { const container = document.getElementById(containerId); const scrollAmount = container.offsetWidth * 0.8; container.scrollBy({ left: direction * scrollAmount, behavior: "smooth" }); }

SEASON 1

Harm Reduction Programs in Harlem and Washington Heights: A Community Perspective Part 1
Harm Reduction Programs in Harlem and Washington Heights: A Community Perspective Part 2
Triggering audiences, Franks insight on Music – Special Guest Frank Knight Part 1
Triggering audiences, Franks insight on Music – Special Guest Frank Knight Part 2
Networking, consistency and persistence – Special Guest Michael Diaz Part 1
Networking, consistency and persistence – Special Guest Michael Diaz Part 2
Experiential Wisdom, Algorithms and Art – Special Guest Homeboy Sandman
Word Manifesting Thought – Special Guest Chitzel Ortega
Politics = Sports Wrestling Entertainment – Special Guest Clark Kent
Film Production & Communications - Special Guest Alfonsina Isidor Sos
Gymbition: Dorothy Davis on Fitness, Acting, and a Decade of Friendship
Turning Your Passion Into A Career - Special Guest German
Art & Personal relationships - Special Guest New York Dose
Human Optimization via psychedelics (mushrooms) - Special Guest Alberto
Behind the kitchen playing with fire - Special Guest Chef Dario Morillo
Mental Health (gaslighting patient to client) - Special Guest Bruce Leo
Youth wanting to grow and break new ground - Special Guest Falcon
Breaking Barriers & Bringing the Funny Conversation w/ Multi-Talented Artist Jerry Diaz
function openVideo(id) { document.getElementById("videoModal").style.display = "flex"; document.getElementById("videoFrame").src = "https://www.youtube.com/embed/" + id + "?autoplay=1"; } function closeVideo() { document.getElementById("videoModal").style.display = "none"; document.getElementById("videoFrame").src = ""; } function scrollRow(seasonId, direction) { const container = document.getElementById(seasonId); const scrollAmount = container.offsetWidth * 0.8; container.scrollBy({ left: direction * scrollAmount, behavior: "smooth" }); }