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.
Huw Reddick, an Umbraco MVP, shares his journey into the Umbraco community, his work history, open-source collaboration, Umbraco projects, learning, and motivation. He emphasizes the importance of community and knowledge sharing.
Owain Williams discusses the issue of limiting the number of tags an editor can pick in the backoffice using a Tag Property Editor in Umbraco. They explore using a Contentment Data List property editor with Umbraco Tags as the data source to solve the problem.
Owain Williams reflects on their experience at Umbraco Spark conference, including a pre-event run, the event itself, the relaxed atmosphere, the after party, and socializing with friends. They also mention the flight delay and productive wait at the airport.
Owain Williams encountered issues when installing Umbraco 14 Beta, including a problem with the nuget source, a need to upgrade Visual Studio, and a file path length error, which was resolved with a PowerShell script.