Sitecore Rendering Engine - From Request to Response
Continuing on my previous blog posts, in this post I want to continue down the request handling flow to see how the Layout Service request is triggered and how that results in a page being rendered. ##...
View ArticleExploring Sitecore Headless Services
A while ago I wanted to test the possibilities with Sitecore Headless and in the mean time also learn a new platform and even language. I decided to build a simple mobile app based on content coming...
View ArticleBuilding a Flutter App on Sitecore Headless
Based on the knowledge gathered in my previous post, we can now start building a Flutter App. *Note: The approach I took to build this Flutter App is not what I would use in any production-like...
View ArticleSitecore OrderCloud - Which SDK should I use?
Over the past few weeks I have been playing around with Sitecore OrderCloud. I learned that there are multiple ways on how you can build an application around the OrderCloud APIs. If you want to start...
View ArticleExploring the OrderCloud .NET SDK
While I explore the capabilities of OrderCloud I am taking notes as to what I do and how different tools from OrderCloud work. In this blog post I will share some of the things I learned about the .NET...
View ArticleA first look at the OrderCloud Catalyst library
In this part we will be discussing the OrderCloud Catalyst library. This Catalyst library can be very helpful when creating a middleware application which acts as the gateway between your frontend...
View ArticleSharing my thoughts about the OrderCloud Headstart application
When you get a demo from Sitecore about OrderCoud, they will probably do this based on the Headstart demo application. They might even suggest you use it as a starting point for your implementation.\...
View ArticleDefining an OrderCloud platform architecture
With the knowledge from the three previous blog posts, about the OrderCloud SDK, Catalyst and Headstart, in our pocket we can start looking at ways to design the architecture of an OrderCloud based...
View ArticleGenerating unique placeholders in Sitecore Headless
For a while now I have been working with Sitecore Headless, to be precise the .NET Rendering Host version of it. It has been a great experience so far, but every now and then I do come across a feature...
View ArticleSitecore scaled environment loses session
Last week I came across a tricky issue which took me several days to fix. We had created a login functionality where a user would be logged in against a 3rd party service, after which we created a...
View ArticleMy SUGCON 2023 takeaways
I'm looking back at a great two days at SUGCON Europe 2023. The conference was packed with great sessions from both Sitecore and community members. Yet again I learned a lot from those sessions and got...
View ArticleAutomated Sitecore content synchronization using Item as Resources
Synchronizing content between Sitecore environments, especially copying production content to non-production environments, has always been challenging. The introductions of serialization tools, such as...
View ArticleSitecore ASP.NET Core SDK made open-source
A couple of weeks ago, Sitecore made the .NET Core variant of their Headless Rendering SDK open-source on GitHub. If you haven't seen it yet, check it out here: With the release (or the planning of)...
View Article