Owain Williams describes a method for handling redirects during a site migration to Umbraco 13 using middleware and a client-maintained CSV file as the source of truth. The middleware reads the CSV to map old URLs to new ones, logging redirects with Serilog. The implementation is straightforward, ensuring efficient URL management.
Owain Williams shares insights from recent projects, including the ability to have Dynamic Blocklist labels in Umbraco 13 using Angular, and a tip for adding custom styles within the Rich Text Editor via appSettings.config, with a tool for creating the config.
Owain Williams attended Codegarden 2024 in Denmark with the Gibe team. The week included travel, workshops, social events, and the conference. He felt happier and more connected this year, but noted some areas for improvement, and praised the organization and social aspects of the event.
Owain Williams needed a sitemap index for his website with different query parameters. He fixed the caching issue by using the query string as a cache key and implemented a lock to prevent concurrent modification of the sitemap object, preventing potential DDOS attacks.
Owain Williams discusses creating a solution to convert running paces from kilometers to miles using Umbraco and C#. They faced challenges with IEnumerable<BlockList> and eventually used an extension method with regex and tests for accuracy.
Owain Williams discusses their experience at Codegarden, an event for tech enthusiasts, and how they overcome introverted tendencies to network and meet new people. He shares stories of creating a t-shirt with attendees' names, organizing the uBuddy scheme, and creating a virtual "Secret Stage" with Lego minifigs. He encourages others to network and have fun at the event.