Jatin's blog
Browse categories →Thoughts, ideas, and tutorials.
Loading posts…
Thoughts, ideas, and tutorials.
Loading posts…
March 17, 2023
ReactStyling is the very fundamental requirement of any website. Without styles, your website looks ugly. And React application is no exception. In React, there are different ways we can apply styles to components. In Next.js: _app.tsx Next.js is the React Framework for the Web by Vercel. The _app.tsx is the root component where we can […]
Read more →March 17, 2023
ReactIn React, Components are the basic build blocks, one of the core concepts. We build user interfaces (UI) through components. React lets us combine the markup, CSS, and JavaScript into custom “components,” reusable UI elements for your app. Similar to HTML tags, you can use components like the following to design the pages. A React […]
Read more →March 16, 2023
SitecoreThe JSS is part of the headless development suite of Sitecore products, which allows modern development workflows for producing applications and systems which follow the Jamstack architecture. Applications developed with JSS consume the content, and personalization, from Sitecore, delivered through Sitecore Headless Services or Sitecore Experience Edge for XM. The JSS also consumes data from […]
Read more →January 21, 2022
SitecoreWhile working on the Sitecore projects, I have found that many developers do not follow best practices while creating templates/fields/items which should cause issues later on. Once the project started with bad naming conversions, it is hard to change the name of templates/fields/items as well as the folder structure. Here in the article, I’m providing […]
Read more →For the very first time when I started setting up the JSS application on my local system, most of the steps went well. However, when I executed the .\up.ps1 command, after downloading all the images and setting up the containers, I got the following error for the certificate. After putting some thoughts, I was reminded […]
Read more →The JSS, Sitecore JavaScript Rendering SDKs, represent a set of JavaScript packages that add first-class support for JavaScript frameworks and enable the development of modern applications that consume data from Sitecore. JSS extends the dynamic, component-based layout model of Sitecore to the front-end frameworks for building robust applications. To undetstand the value front-end frameworks add […]
Read more →Sitecore providers different caching options for the renderings to cache the HTML. One of them is the Vary by Data. Most of the developers consider that when we enable this option for caching, the HTML of the rendered rendering is cached by the data source item and some other factors which generate the cache key. […]
Read more →Hello, Sitecore devs! Recently I got a chance to work on a Sitecore project where the local development environment is on Docker. We set up the project with Sitecore 10.1 on Docker and started the development work. At one level we stuck up with the configuration file changes required to apply during the docker image […]
Read more →Today, in this article, I will showcase how you can set up the Publishing Service Module for the Dockerized Sitecore. Here in this article, I’ll present step by step setup of the publishing service module inside the dockerized Sitecore. Let’s get started!!!! I am using the Boilerplate code repository below for this tutorial, provided for […]
Read more →Challenge I just started working on a new project with Sitecore + Docker. In this project, one of the requirements is to use the Coveo search instead of Solr search. While we have a regular Sitecore setup for the development or production, the Coveo setup is straightforward. But I have Docker as the development environment […]
Read more →28 posts total