Jack Jenkins and Jake Barker-daish talking about the UFC

Jack Jenkins: Blood & Money in the UFC

Jack Jenkins is rising in the UFC after 2 fights and 2 wins as we head into the Sydney UFC card in September. Jack just beat a really trick opponent in Jamall Emmers at a UFC Fight Night in Jacksonville which has now given momentum to our Australian star leading into his next confirmed fight at UFC Sydney. Jack and I have had a crazy few weeks hanging out with the Nelk Boys which we dive into along with discussing his stardom in the UFC and how Jack is chasing his dream of being a UFC World Champion. I think this guy could be a cultural icon soon and the best part about Jack is his humility and genuine love for combat sports. I hope you enjoy the show 🙂

Listen below

Watch below

Subscribe and review on your favourite podcast app

Who is behind the show?

Related Articles

gif video of different types of people listening
jQuery(document).ready(function($) { var playerContainer = $('#auscast-player-container'); var player = $('#auscast-player'); // Show player and store session $('#play-auscast').click(function() { playerContainer.slideDown(); sessionStorage.setItem('auscastPlaying', 'true'); sessionStorage.setItem('auscastSrc', player.attr('src')); }); // Keep the player open and playing across page reloads if (sessionStorage.getItem('auscastPlaying') === 'true') { playerContainer.show(); player.attr('src', sessionStorage.getItem('auscastSrc')); } // Close player $('#close-auscast-player').click(function() { playerContainer.slideUp(); sessionStorage.removeItem('auscastPlaying'); sessionStorage.removeItem('auscastSrc'); player.attr('src', ''); // Stop playback }); // Stop stream when another audio plays $('audio, video').on('play', function() { player.attr('src', ''); sessionStorage.removeItem('auscastPlaying'); sessionStorage.removeItem('auscastSrc'); }); });