Kenn Jacobsen discusses integrating Umbraco content with Relewise for personalized search and recommendation, using Umbraco webhooks and Cloudflare Workers to push product data to Relewise API. The process involves setting up webhooks, creating a Cloudflare Worker project, and pushing products to Relewise using JavaScript SDK. He emphasizes the ease of integration without requiring .NET development and highlights the Relewise demo store as a useful feature.
Kenn Jacobsen discusses the necessity of managing non-production environments and protecting them from unauthorized access using Cloudflare Access. He outlines the steps to enable and configure Cloudflare Access for Cloudflare Pages, highlighting its effectiveness despite some documentation challenges.
Kenn Jacobsen discusses the challenges of implementing content preview in a statically generated site paired with a headless CMS. He outlines the setup, enabling SSR, fetching preview content, and protecting the preview environment, emphasizing the importance of a secure and user-friendly preview experience.
Kenn Jacobsen discusses building an Astro blog powered by Umbraco with minimal effort. He provides steps for setting up the blog template, integrating Umbraco as the headless CMS, and connecting Astro with Umbraco. He also suggests improvements for the setup.
Kenn Jabobsen shares their experience with Cloudflare Pages, using Umbraco as a headless CMS and Azure App Services for free hosting. They build a cafe website with a static site generator, Astro, and fetch data from the Umbraco Delivery API. They deploy the site to Cloudflare Pages and set up webhooks for automatic content deployment.