We had a client moving from an On-Prem v11 Optimizely instance to DXP v12 and we had a lot of blobs (over 40 GB) needing uploading to DXP as a part of the conversion. This was my first experience doing both a version and environment upgrade and I leaned heavily on Optimizely support to […]
Optimizely
Decoding DI in Optimizely CMS 12
DI or Dependency Injection is a complex topic, not just in Optimizely CMS, but in general in .net core implementations. Some aspects we get, like the different ways dependencies can be injected and which is better over others, while some leave us scratching our heads. Often times we end up doing a lot of troubleshooting, […]
Optimizely CMS – Custom form element with dependencies
Optimizely CMS comes with a package called Episerver.Forms that enables you to incorporate easy to build forms within a CMS website. There is a built in form container that supports standard built in form elements like input fields, checkboxes, radio buttons, select lists, buttons etc. And just like any other feature, Episerver Forms also come […]
Optimizely Configured Commerce(Spire): Integrating Third-Party NPM Packages
It is frequently necessary to use external libraries and packages in the constantly changing world of web development. For Spire, integrating third-party NPM packages into the system smoothly requires following certain procedures and considerations. Understanding the Setup within Spire Third-party NPM packages can be installed within Spire’s framework by clients and partners. It’s not quite […]
Optimizely CMS – Working with special symbols in TinyMCE
If you’ve worked with Optimizely CMS, you might be pretty familiar with TinyMCE. Its the amazing rich text editor that works seamlessly with Optimizely CMS. And some of you may have worked with some or other form of customization with it in projects, be it adding additional styles, work with different plugins, format the toolbar […]
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 […]
New Year’s Resolution: Say Goodbye to WordPress
WordPress, which began as a blogging platform, is now one of the most popular content management systems on the web. Its popularity is largely due to its being free and familiar for most digital marketers and IT professionals. However, as a DXP (Digital Experience Platform) consultant, I believe that WordPress is not the best choice […]
Automate Endpoints Creation in Optimizely Configured Commerce with PowerShell
Creating custom storefront APIs in the backend often involves a time-consuming process of crafting multiple files. Our PowerShell script automates endpoint creation to streamline this, generating the necessary classes and interfaces effortlessly. Let’s explore in this blog how to automate endpoint creation in Optimizely Configured Commerce with PowerShell. The Endpoints Optimizely Configured Commerce interacts with […]
Dialing-in Your AI with Optimizely Feature Experimentation
If you’re in technology, AIs are everywhere nowadays. At work, I use an AI to help me make proof of concepts, sometimes in communicating with other AIs. At home, I use Google’s Bard to help with those day-to-day mental chores such as meal planning. Even at play, when indulging in some Gran Turismo there’s an […]
Data-Driven Testing in Katalon Studio: A Comprehensive Guide
What is Data-Driven Testing? Data-driven testing is a testing technique that involves executing the same test script or test case with multiple sets of input data. The primary goal is to verify that the application behaves as expected across various data combinations. By doing this, you can uncover potential issues, such as data-related bugs, and […]
Mastering Feature Personalization for Native Mobile Apps and Web Applications
Fresh from the latest experimentation and personalization conferences, it’s evident that while artificial intelligence (AI) is the top trend, personalization remains a pivotal factor in your website and native mobile app. Surprisingly, many companies still underutilize this powerful tool. They may experiment with geo-targeting and content tweaks but struggle to see the direct impact on […]
Adding custom external plugin to TinyMce
We recently completed an upgrade project, and one of the notable changes we made was incorporating TinyMCE into its own NuGet package. With the latest version, several adjustments have been made to the implementation process. During the upgrade, we also had to relocate a custom plugin within the editor. Since I referred to various online […]