MVP 2024
Technology

Timeline
Sitecore Content Hub DAM: A Fun Dive into Automated File Handling with Sitecore Content Hub and Azure Functions!
This blog post explores advanced automation techniques for managing digital assets in Sitecore Content Hub DAM. It provides a step-by-step guide on using Azure Functions to automate tasks such as setting appropriate headers and updating external component links, enhancing asset management efficiency. The article includes practical code examples and emphasizes the benefits of automation, including improved consistency, time savings, and performance optimization.
Sitecore Content HubMoving External Components to Azure: A Recipe for Simplified Deployments
This blog post outlines a streamlined approach to managing external React components in Sitecore Content Hub DAM by migrating them to Azure Storage. It provides a step-by-step guide on uploading gzipped JavaScript and CSS files to Azure, setting appropriate properties, creating a Stored Access Policy, and generating a Container SAS URL. The article emphasizes the benefits of this method, including simplified deployments and efficient access management.
Sitecore Content HubSUGCON 2024: A Two-Day Extravaganza
his blog post provides an in-depth overview of SUGCON 2024, highlighting key sessions and insights from the event. It covers topics such as Sitecore XM Cloud's user-friendly interface, AI's role in marketing strategy, and best practices for executing large-scale digital transformations. The article also emphasizes the importance of collaboration and technological innovation within the Sitecore community.
Sitecore Content HubThe Culinary Coder's Chronicle
This LinkedIn newsletter, "The Culinary Coder's Chronicle," offers a unique blend of culinary arts and coding insights. It features articles that draw parallels between cooking techniques and software development practices, providing readers with innovative perspectives on problem-solving and creativity in technology. The newsletter aims to inspire professionals by exploring the synergies between these two disciplines.
Sitecore Content HubThe Curious Case of Misplaced Orders
When Sitecore Content Hub 4.2 was freshly served, developers like us were eager to dive into the new features, especially those related to extending capabilities with React. However, the excitement quickly turned into a mild frustration as we scoured the documentation for React examples, only to find the kitchen seemingly bare. It felt like being promised a gourmet meal but ending up with an empty plate.
Sitecore Content HubRestaurant of Mistaken Orders Blog
This blog offers a collection of over 50 articles, including 17 published in 2024, focusing on Sitecore Content Hub DAM. It provides insights into advanced configurations, metadata management, workflow optimization, and integration strategies, serving as a valuable resource for professionals seeking to enhance their understanding and application of Sitecore Content Hub DAM.
Sitecore Content Hubch-apply-search-filter
ch-apply-search-filters Component The ch-apply-search-filters is a React functional component designed to seamlessly integrate with Sitecore's ContentHub SDK. It listens for specific events, such as SEARCH_FINISHED, and applies pre-configured search filters based on the event details.
Features Event-Driven Filtering: The component listens to the SEARCH_FINISHED event. Once the event fires, it checks the event's search identifier and, if matching, applies the configured filters. Configurable F...
Sitecore Content Hub