Showing 10 of 52 results found
Claude Code for Sitecore Developers: CLAUDE.md, Context, and Real-World Workflows

Claude Code for Sitecore Developers: CLAUDE.md, Context, and Real-World Workflows

June 27, 2026

How I set up Claude Code on Sitecore XM Cloud projects — from CLAUDE.md and context hygiene to slash commands that scaffold components and run parallel code reviews.

SitecoreSitecore XM CloudAIClaudeDeveloper Tools
Sitecore Publishing Service: Diagnosing and Resolving HTTP 408 Timeout Errors

Sitecore Publishing Service: Diagnosing and Resolving HTTP 408 Timeout Errors

May 31, 2026

Intermittent HTTP 408 errors in Sitecore Publishing Service on Managed Cloud can silently kill publishing jobs. Here is what causes them, how to diagnose them, and the path to fixing them.

SitecoreSitecore XPPublishing ServiceManaged CloudTroubleshooting
SUGCON Europe 2026 — SitecoreAI, Security, and the New Developer Experience

SUGCON Europe 2026 — SitecoreAI, Security, and the New Developer Experience

April 26, 2026

A comprehensive session-by-session recap of SUGCON Europe 2026 in London: MCP, agentic workflows, migration strategies, post-quantum cryptography, web security, and the future of the Sitecore platform.

SitecoreSitecoreAISUGCONConferenceCommunity
Two GitHub Accounts in SourceTree — Zero Headaches

Two GitHub Accounts in SourceTree — Zero Headaches

April 20, 2026

A plain-English guide to managing two GitHub accounts in SourceTree using SSH keys, so each repo always knows exactly who it's talking to.

GitGitHubSSHSourceTreeDevTools
Marketpalce App: How I Built an Excel to JSON Custom Field for Sitecore XM Cloud/ SitecoreAI

Marketpalce App: How I Built an Excel to JSON Custom Field for Sitecore XM Cloud/ SitecoreAI

March 8, 2026

Learn how I built a Sitecore Marketplace application that acts as a custom field, allowing editors to upload Excel or CSV files and store the data as a dynamic table in Sitecore without complex server-side parsing.

SitecoreSitecore XM CloudSitecoreAIMarketplace App
Sitecore Lift and Shift Scripts for XM Cloud and Sitecore AI

Sitecore Lift and Shift Scripts for XM Cloud and Sitecore AI

March 6, 2026

Useful PowerShell scripts for developers migrating to Sitecore XM Cloud or Sitecore AI: layout reports, controller rendering inventory, SXA variant conversion, and copying variants to headless—with sanitized examples using master DB and sitecore/content/tenant/site paths.

SitecoreSitecore XM CloudSitecoreAILift and Shift
How I Built an AI-Powered Sitecore Component Assistant

How I Built an AI-Powered Sitecore Component Assistant

February 14, 2026

A RAG-based Sitecore Component Librabry Assistant that answers component questions from actual documentation so your team can ask it instead of you. Learn how I built it with Vercel, Upstash Vector, and OpenAI—including chunking strategy, metadata filtering, and retrieval—and get back to the work only you can do.

SitecoreSitecore XM CloudNext.jsVercelAI
Troubleshooting Sitecore AI Design Studio

Troubleshooting Sitecore AI Design Studio

January 22, 2026

A comprehensive guide to resolving common issues when working with Sitecore AI Design Studio and Next.js rendering hosts on Vercel. Learn about CSP blocking, middleware conflicts, rendering host configuration, and Vercel deployment protection problems with practical solutions.

SitecoreSitecore XM CloudSitecoreAINext.jsVercel
Sitecore Search Limitations: What You Should Know Before You Start

Sitecore Search Limitations: What You Should Know Before You Start

December 14, 2025

Important limitations and gotchas to be aware of when working with Sitecore Search, including source limitations, API push constraints, multi-locale considerations, website crawler issues, and webhook limitations. Learn from real-world experience to avoid common pitfalls.

SitecoreSitecore SearchSitecore XM CloudSitecoreAI
Sitecore Search API Crawler with Pagination for Multisite Data

Sitecore Search API Crawler with Pagination for Multisite Data

December 12, 2025

A technical guide on configuring Sitecore Search API crawler to index data for different sites, different locales, and support pagination. This blog provides ready-to-use code snippets for trigger extractors, location extractors, request extractors, and document extractors.

SitecoreSitecore SearchSitecore XM CloudSitecoreAI