Saturday, June 28, 2025
30.9 C
Singapore

Third Installment of The Best of Singapore video series

The final instalment of The Best of Singapore series shares stories of individuals whom, driven by love, do the best that they can, every single day.
It features interviews with:
  • Iqbal, a construction worker from Bangladesh
  • Andy Hoon, a third-generation coffee shop entrepreneur who helms Yellow Submarines, a local fast-food concept joint
  • Kenneth and Yew Jin, voluntary members of the National Day Parade fireworks media team

Enjoy!

[fvplayer src=”http://youtube.com/watch?v=7gKtAM9wVnM”]

See also  Spectacular Lion King-themed wildlife and safari tours offered by luxury travel operators

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });