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
VS Code Dev Containers is an extension that allows you to use a Docker container as a full-featured development environment. Instead of installing tools like DotNet, SQL and Optimizely CMS directly on your local machine, you run them inside a...
GraphQL is transforming how developers query and deliver content from Optimizely CMS. But let's be honest—there's a learning curve. Between understanding GraphQL syntax, navigating Optimizely Graph's specific schema, and figuring out authenticatio...
In Optimizely CMS, extending claims via IClaimsTransformation can silently override Optimizely's own virtual-role claims transformer, so you should either enrich claims at sign-in or use a single combined transformer that preserves both behaviors.
Introduction Building on Part 1's content modeling and querying practices , this Part 2 focuses on the security and performance considerations essential for running Optimizely Graph in production environments. We'll explore authentication strategi...
In one of my current project which we are going to upgrade from Optimizely 11 I needed to get an overview of the content and which content types we have, are some unused etc. In order to do that I did a scheduled job that will go through the sites...
With Optimizely CMS 13 now available in preview, extension developers need to understand what changes are required to make their packages compatible with the new version. In this post, I'll walk through the specific changes I made to migrate ...
Optimizely CMS 13 is currently available as a preview. If you want a clean sandbox on .NET 10, the fastest path today is to scaffold a CMS 12 “empty” site using the official templates (because the templates/CLI are still on the CMS 12 generation),...
Learn how to build and integrate custom tools with Optimizely Opal using the Opal Tools SDK. This tutorial walks through creating tools, handling authorization, and leveraging AI reasoning.