Postman is a popular tool for testing APIs. However, when testing an API like Optimizely Graph that I will be consuming in the front-end I prefer to do this with JS + Fetch. This allows me to identify any quirks involved in consuming the API in...
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...
If using an early version of CMS 12, like 12.0, you will get an SQL error after upgrading to newer patch versions. The fix for this is minor locally using SQL: CREATE PROCEDURE dbo.netSoftLinksGetBroken AS BEGIN SELECT 1; END GO This will create t...