MVP 2024
Technology
Timeline
The Culinary Coder’s Chronicle – July 2025 Edition
This July 2025 edition of our tech newsletter brings you the latest enhancements in Sitecore Content Hub DAM, new AI‑driven features across Sitecore’s product suite (CDP, Personalize, XM Cloud), community highlights, and a dash of broader tech trends in Digital Asset Management and Digital Experience Platforms. The goal: keep you informed and inspired about the evolving tools that make content operations more efficient and intelligent.
Sitecore Content HubSUGCON 2024 was a two-day extravaganza that brought together the brightest minds in the Sitecore community to explore the latest in digital experience innovation.
SUGCON 2024 was an exciting two-day event that brought together some of the brightest minds in the Sitecore community to discover the latest innovations in digital experiences. I plan to use my blog to inform and educate people mainly about Sitecore Content Hub. In the future, I aim to cover more topics around all things Sitecore. For example, you might see a five-day exploration series, and I’ll also include more technical content along the way. Looking forward to sharing this journey with you!...
Sitecore Content HubMastering Sitecore Content Hub DAM
Mastering Sitecore Content Hub DAM is the ultimate guide for clients, content managers, and developers seeking to harness the full power of Sitecore's Digital Asset Management (DAM) system. This comprehensive resource takes you step-by-step through configuring, managing, and scaling Content Hub DAM to streamline content operations, improve collaboration, and maximize ROI.
Sitecore Content HubGithub
You'll find some code projects primarily related to Sitecore Content Hub DAM, including React code, helpful snippets, or other code discussed in the Blog. I'm excited to share more publicly, although sometimes I don't have permission. However, this year I plan to share much more code because I believe it's important to inspire both new and experienced developers about the wonderful world of Sitecore.
Sitecore Content HubSitecore 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