In my last two blogs, we discussed the Introduction to Sitecore Content Serialization and Sitecore CLI configuration for SCS. In this blog, we are going to configure the Sitecore for Visual Studio. SVS is also introduced with Sitecore 10 release, and it’s a Visual Studio extension, which gives you a graphical view to interact with […]
Innovation + Product Development
Sitecore Content Serialization Series – Episode 2 – Setup using CLI (Command Line Interface)
In the previous blog, we talked about Introduction to Sitecore Content Serialization, and in this blog, we are going to discuss the configuration required for Sitecore CLI. The Sitecore command line interface is newly introduced with Sitecore 10 release. This tool helps us to communicate with the Sitecore instance and push/pull and publish the serialized […]
Sitecore Content Serialization Series – Episode 1 – Introduction
In this blog, let’s talk about the introduction to Sitecore Content Serialization. During development, developers move the content changes between numerous environments. Previously this can be done using Unicorn and TDS, and it worked well, but there was only one problem it’s not compatible with each other. As If we configure any one of the […]
Apex PMD: Streamlining Salesforce Apex Code Quality with Static Code Analysis
Maintaining clean and robust code is critical to ensuring long-term success in today’s fast-paced software development world. For Salesforce developers, Apex PMD (Programming Mistake Detector) is a powerful static code analysis tool that can significantly enhance code quality by identifying potential issues, enforcing best practices, and promoting consistent coding standards. Here, we will explore streamlining […]
The Neuroscience of Success: The Secret to Fearless App Modernization
In a comedy special, Jerry Seinfeld once humorously said, “I saw a study that said speaking in front of a crowd is considered the number one fear of the average person. I found that amazing. Number two was death. Death was number two? This means to the average person if you have to be at […]
Local HTTPS for Optimizely, IIS, and Kestrel using certificates (Pt 1)
Wasn’t it around 2006 when HTTPS started becoming popular? You’d go to a secure page and almost always see a message saying, “This page contains both secure and nonsecure items. Do you want to display the insecure items?” 1 “Helpful” people online posted how to disable the error. Then browsers got smarter and just stopped […]
Optimizely Blocks As Properties: How To Hide Irrelevant Fields
We recently ran into an issue when using shared blocks as properties on pages; some of the block’s properties don’t make any sense in this context and can lead to some confusion with editors. Instead of creating another version of the block to use specifically as a local block, I created a simple feature to […]
Optimizely CMS 12 upgrade takeaways!
I’ve now written several blog posts about my experience with Optimizely CMS 12 upgrade process on several different projects. Each project has taught me something new and made me encounter things I hadn’t before. One of my earlier upgrade projects this year had very unique challenges that I wrote about here. This time around, I’m […]
My Very First JavaScript Code
“I can Talk JavaScript, I can walk JavaScript, I can Laugh JavaScript because JavaScript is a very Funny Language.” It’s really a fun writing JavaScript code in the beginning like you can show a pop-up alert, can set a condition to show results and you can also do mathematical calculations in the console. Just press […]
HCL Commerce Customization Capabilities: Empowering Businesses with Tailored E-commerce Solutions
Introduction: In the competitive world of e-commerce, delivering a personalized and flawless shopping experience is consummate to success, businesses face the challenge of delivering unique and individualized shopping experiences to their customers. Businesses must figure out how to give their customers distinctive and personalized purchasing experiences in the rapidly changing world of e-commerce. Formerly known […]
Optimizely CMS 12 – Content Delivery API Integration
In the Optimizely Content Management System (CMS), a headless approach is achieved using content delivery API. This handy package can get the data into JSON format using the REST API. In Single Page, Application, and content delivery, API works very well with JavaScript languages like React, Vue, and Angular. A headless system can work with […]
Enhancing PowerApps with SVG Icons
Introduction: PowerApps is a versatile low-code platform that enables users to create custom applications without requiring extensive coding knowledge. To enhance the visual appeal of PowerApps, incorporating Scalable Vector Graphics (SVG) icons proves to be a valuable option. SVG icons bring several advantages, including scalability, flexibility, and a wide range of customization options. In this […]