Ramiro's Sitecore Blog
Sitecore MVP Technology 2026
Create custom tokens for the content editor
Sometimes we have to use custom tokens in the standard values to accomplish the requirement, in this article, we are…
Add an additional database to your Sitecore instance
Sometimes we need to add a new database in our Sitecore instance, so let’s see how to do it The…
Setting up custom placeholders in the layout service
Usually, we need to create components, such as containers, to place other components and display our content in a structured…
Retrieving child items using GraphQL
If you’re thinking of creating a new menu navigation for your website, here is an easy way to do it…
Adding variants to your headless SXA component with Next.JS
In my last blog post, I talked about how to implement a new component so, doing the same steps, but…
Implementing a new component in Headless SXA and Next.js
Implementing a new component in our Next.JS application with Headless SXA differs greatly from our traditional MVC Sitecore solution. As…
Implementing Next.js application with Sitecore SXA Headless
To work with the Sitecore Next.js version you must have installed the following pre-requisites: and we have to have defined…
Configure Headless SXA in Sitecore Standalone
I know is simple when you are using docker because it comes already configured and ready to work with, but…
Using package references in your Sitecore Project
Part of the upgrade in a Sitecore project is to remove the package.config file and change the way how we…
Take out Gulp from the Helix Solution
One of the critical things when we do an upgrade to our Sitecore Instance is to upgrade the code and…