white-square

The Health/Tech Blog

Dive into the latest and most exciting developments in AI, data, and healthcare technology.

healthtechedge-podcast-thumbnail-new-1
Podcast / Healthcare Innovation
Why Healthcare Keeps Cycling Between Building In-House and Bringing in Partners
Watch Video
healthtechedge-podcast-thumbnail-new-1
Podcast / Innovation
AI, Medicare Advantage, and the Future of the Medical Profession
Watch Video
healthtechedge-podcast-thumbnail-new-1
Podcast / AI Innovation
Revolutionizing Dining Safety with AI
Watch Video
video slide thumbnail 1
Podcast / Healthcare Innovation
Why Healthcare Keeps Cycling Between Building In-House and Bringing in Partners
Watch Video
video slide thumbnail 2
Podcast / Innovation
AI, Medicare Advantage, and the Future of the Medical Profession
Watch Video
video slide thumbnail 3
Podcast / AI Innovation
Revolutionizing Dining Safety with AI
Watch Video

Ready to discuss your project?

Let's talk
in HubSpot's Site footer HTML, below the footer markup. Runs the mobile menu + nav scroll state. ============================================================ */ (function(){ var nav = document.getElementById('pec-nav'); var burger = document.getElementById('pec-burger'); var drawer = document.getElementById('pec-drawer'); var closeBtn = document.getElementById('pec-drawer-close'); if(burger){ if(drawer){ burger.addEventListener('click', function(){ drawer.classList.add('pec-open'); document.body.style.overflow='hidden'; }); function close(){ drawer.classList.remove('pec-open'); document.body.style.overflow=''; } if(closeBtn) closeBtn.addEventListener('click', close); drawer.querySelectorAll('a').forEach(function(a){ a.addEventListener('click', close); }); } } if(nav){ function onScroll(){ nav.classList.toggle('pec-scrolled', window.scrollY > 40); } window.addEventListener('scroll', onScroll, {passive:true}); onScroll(); } })();