ADVERTISEMENT

Nuggets coach Malone completes journey to NBA title

Published Jun 14, 2023 03:17 am
DENVER (AFP) -- Michael Malone never doubted his determination to reach the pinnacle of the NBA even when his father tried to persuade him to pursue another career. *Head coach Michael Malone of the Denver Nuggets speaks with media after a 94-89 victory against the Miami Heat in Game Five of the 2023 NBA Finals to win the NBA Championship at Ball Arena on Monday, June 12, in Denver, Colorado. (AFP)*


Malone, 51, who led the Denver Nuggets to their first ever championship on Monday, June 12, clearly recalls being told by his NBA coach father, Brendan, not to follow him into the profession. "He told me not to get into this business. I should have listened to him. It's a crazy job," Malone said in 2018. On Monday, Malone's decision to ignore his father's advice paid off as Denver completed a 4-1 series victory over the Miami Heat in the NBA Finals. It marked the glorious highpoint of a lifetime spent in basketball, with his formative years spent closely observing his father's career. "I grew up in a gym, with a ball. I was quickly an apprentice, watching him work every day," Malone said of absorbing his father's wisdom at close hand. His first job was at age 24 on a Baltimore high school team. A year later, in 1994, Oakland University hired him.  But those positions were unpaid, so he sold sneakers and washed windows to make ends meet and pondered giving up the coaching dream to join the police, a family tradition. Malone was eventually hired as an assistant on college staffs at Providence and Manhattan before landing an NBA assistant's job in 2001 to Jeff Van Gundy in New York. "Passion, intensity, knowledge emanated from him," said Van Gundy. Malone communicates easily and in the same way both with stars like LeBron James (in Cleveland from 2005-2010) and with other players. At Golden State in 2012, he was named the league's top assistant. The next year, Malone became an NBA head coach at Sacramento, which ended early in his second season. In 2015, Malone bounced back to Denver, where the young Nikola Jokic arrived. "He gave me everything, showed me the way. We have built a strong relationship. It's more than basketball," said the Serbian star, whom Malone visited the following summer at his home in Serbia to get to know him better. Malone cultivated that paternal man-management side on the advice of Gregg Popovich, a five-time NBA champion coach with San Antonio. "He told me: 'Always stay true to yourself. You're feisty and emotional, like me. But my players know I love them," Malone said.  "After lashing out at them, I kiss them and pat them on the back. You have to make them understand that you love them and that you care about them first as people.'"

Related Tags

Michael Malone Denver Nuggets
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.