Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.
Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World
Here's how you can use a simple publishing event to generate content using OpenAI. The code is pretty simple - I will avoid getting into too many details as Tomas has done a wonderful job of explaining it in his blog post here: https://www.gulla.n...
Decorator pattern is one of my favorite design pattern for backend code development. From wikipedia: A decorator pattern is a design pattern that allows a behavior to be added to an individual object dynamically, without affecting the behavior of...
I am sure you have been asked by clients to create a scheduled job that generates a report and sends it to third party system for further processing. One of our client asked us to generate a daily report of all the completed orders for further...
If you are working with Optimizely DXP sites, take a few minutes to consider whether you really need sticky sessions. Here is how to disable them and what happens after.
For customers with large catalogs and complex taxonomies, managing product to category assignments can be a very time consuming task. Optimizely PIM allows you to manage category assignments within the application or by import but also has a dynam...
Optimizely will deprecate the Cross-Browser Testing feature on the 25th of April 2023. As of this writing, cross-browser testing only has 0.54% user adoption rate and 1.38% account adoption rate. In fact, the actual percentages are even lower as...
I had previously successfully used multi-stage YAML pipelines for CMS 11 projects. These YAML pipelines are great as they can be easily ported across projects for quick and consistent setup of CI/CD workflows. Build and Package for .NET 5+ In the...
This blog post continues the previous blog on the ODP (Optimizely Data Platform) implementation. ODP by default provides a lot of tracking events. You can... The post ODP (Optimizely Data Platform) Custom events tracking appeared first on Naveed...