
Remapping Optimizely Dynamic Data Store
Optimizely DDS is a powerful feature for storing and retrieving custom .NET objects. Adding new properties to an object type class that is missing mapping attributes can be a challenge, but by... 0 comments
All articles in the code samples category
Which topic are you interested in?
Optimizely DDS is a powerful feature for storing and retrieving custom .NET objects. Adding new properties to an object type class that is missing mapping attributes can be a challenge, but by... 0 comments
If you are like me and have an inner purpose to enhance the life of the editors using your applications, this one is for you. 0 comments
In this article we go through how to setup a Sanity Studio v3 project as well as a plugin project complete with our own custom typings, and link them together. 0 comments
This article we will cover how to run visual tests on your .NET application with Blazor components and Percy. 0 comments
In this article we learn how to use the NPM package Swiper to implement a touch slider with navigation controls. 0 comments
In a project using Webflow the client wanted to have the possibility to have different recipients based on choices made in the form and also different recipients for each form. We found a limitatio... 0 comments
We talk a lot about how UX is so important for the end users – and it is, but don’t forget the experience your editors have when they are creating pages for users. 0 comments
Feature flagging in Optimizely allows gradual rollout of new features, or performing A/B/n tests, without need for deploying new code. 0 comments
If you use the AdaptiveImageConverter or SingleImageConverter JSON converters for PropertyList properties, you need to make some minor changes to avoid errors when adding or editing items. 0 comments
When you create a new Flutter app using the command "Flutter create", it generates a template app. It is a great place to start, but you often want to change the name from com.example.app that is... 0 comments