Welcome to our latest blog post, where we dive into the realm of PowerShell scripting to empower you to efficiently update existing items. In today’s fast-paced digital landscape, the need to manage and modify data swiftly and accurately is more crucial than ever. Whether you’re a seasoned IT professional or just starting your journey into […]
Back-End Development
Remove all Sitecore Language Versions Except One Using Powershell
In the Sitecore CMS, we can add new versions of any item, and we can add as many versions as needed. There are 2 types of versions available in Sitecore Numbered version – versions of items in the same language Language version – versions of an item in a different language Problem In some cases, […]
Empowering HCL Commerce with Spring Boot: Unleashing the Power of Modern E-commerce
INTRODUCTION: In the ever-evolving landscape of e-commerce, adopting modern technologies is essential to stay competitive and deliver a seamless online shopping experience. HCL Commerce, a robust e-commerce platform, can be further empowered by integrating with Spring Boot—a powerful framework for building Java-based microservices. In this blog post, we’ll explore the synergy between HCL Commerce and […]
HCL Commerce Spring Framework
INTRODUCTION: The Power of the Spring Framework: The Spring Framework is a lightweight, open source programming and configuration model for developing Java based enterprise applications. This framework is used in HCL Commerce for building and configuring Management Center, including the managing of URL requests from Management Center to retrieve and process object data. Management Center […]
Add Configuration for Non-Docker Desktop
Configuring applications outside of Docker desktop environments needs to be done carefully. For seamless integration, we must know how to add the required configurations. In this article, we will explore the essential steps to successfully add configuration for a non-Docker desktop environment, ensuring efficiency and reliability in our development workflow. As Vikrant Punwatkar explained in […]
SSO for Alfresco Share
What is single sign-on (SSO)? Single sign-on (SSO) is a session and user authentication service that permits a user to use one set of login credentials — for example, a username and password — to access multiple applications. SSO can be used by enterprises, small and midsize organizations, and individuals to ease the management of multiple credentials. […]
Apply CSS classes in Rich Text Editor Sitecore
Rich text in Sitecore refers to the capability of the Sitecore content management system (CMS) to handle and display formatted text content with various styling options. It enables content editors to create and manage content that includes not just plain text, but also a range of formatting elements such as headings, paragraphs, lists, links, images, […]
How to Craft Your Own Tailored Drupal Service: A Step-by-Step Guide
Service: A service is any object managed by the services container. Services in Drupal help decouple reusable functionality, making them pluggable and replaceable by registering them with a service container. Services act as unsung heroes, playing a crucial role in maintaining the smooth functioning of the Drupal system. There are Core services available in Drupal. […]
DI-Y: Crafting Code with Multiple Services Using IEnumerable in Dependency Injection
Registering Services for IEnumerable Injection Service Registration Fundamentals Service registration is the process of telling the DI container how to create instances of a service, typically done at application startup. Registering Services for IEnumerable When services implement a common interface, you can register them in such a way that the DI container can provide an […]
Part 2: Essential Spring Boot Concepts
Introduction: In the second installment of our Spring Boot blog series, we delve into the fundamental concepts that form the backbone of any Spring Boot application. From managing dependencies with Maven or Gradle to working with data using Spring Data and mastering the intricacies of RESTful web services, we leave no stone unturned. So, fasten […]
Optimizely Configured Commerce – Customizing Elasticsearch v7 Index
The Optimizely configured commerce introduces Elasticsearch v7 for a better search experience. In the dynamic landscape of the Commerce world, there is always room for extended code customization. Optimizely offers detailed instructions on customizing Elasticsearch v7 indexes. There are a lot of advantages to using Elasticsearch v7. some are Improved Performance Security Enhancements Elasticsearch SQL […]
Forget Okta? Well, It Might Not Forget You : Solving Remember Device Issues
Why Okta? Who can forget Okta? It is basically a household name at many enterprise companies. Even if you don’t know about Okta, you probably recognize the name. Okta is a cloud-based identity and access management platform that provides secure user authentication and authorization services. It enables organizations to manage and control access to various […]