91³Ô¹ÏÍø

Watch CBS News

South Florida chef teaching young people lessons that go far beyond the kitchen

Cooking is an essential life skill and one that brings people together. One South Florida chef is teaching young people across South Florida and around the world lessons that go far beyond the kitchen.

For the past 12 years, Dario Stephen, better known as "Chef D," has been serving up more than meals — he's teaching students the fundamentals of cooking one class at a time.

"I try to influence them with a lot of love, a lot of passion, and a skill they will have for the rest of their lives," Chef D said. "We're making my special southern chicken pisciotta."

The students learned about fresh ingredients and how to turn a simple chicken dish into something truly special.

"Woo! It's sizzling! We're gonna flip, we're going to flip to good. If I can do this, and it holds, your sauce is ready," said Chef D as he instructed the students.

It's not just the food that keeps students coming back, it's the flavor Chef D brings to the classroom.

"He's really fun, he's upbeat," said student Reynold Dieunne. "He's always encouraging us."

"Since I'm going to college next year, I really want to learn how to cook, so I don't waste money and waste my time," added Aurelee Georgel, another student.

Teaching life lessons that go beyond the kitchen

Five days a week, Chef D visits a school — sometimes two schools a day — as part of an after-school program connected to Barry University.

"Chef D is energetic, very energetic," said Hillary Pierre, a youth enrichment director at Barry University. "He's interactive, the kids love Chef D. You could be in a bad mood, and the moment he walks in, he brings that ball of energy."

Beyond recipes, Chef D is teaching life lessons that carry far beyond the kitchen.  

"I teach resilience because a lot of times they're going to make mistakes and I teach them broken crayons still color," he said. "So even though they've made a mistake they can correct it, they can fix it, they can add something to it and make it still work."

Chef D's mission doesn't stop here in South Florida: He's taking his cooking tour worldwide, with youth cooking camps planned in Colombia, Dubai and Sharjah in the months ahead.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });