A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
Optimizely CMS Easy RSS Feed Integration Library — Now in v2 A while ago I launched a NuGet-package called DavidHome.RssFeed to make RSS feed generation from Optimizely CMS really easy . Back then, I focused on a simple, opinionated design:...
While checking Application Insights earlier this year, I stumbled upon a strange exception in my Optimizely site. At first, I thought it might be a misconfigured redirect or some leftover test code — but after digging in, it turned out to be an ...
Beware of Overusing OnStatusChanged in Optimizely CMS Scheduled Jobs Optimizely CMS allows you to create scheduled jobs — a powerful feature often used to automate repetitive tasks such as product imports. Sometimes, we even use them for one-off...
Introduction When building a .NET web application, it's common to use the combination of UseExceptionHandler and UseStatusCodePagesWithReExecute in your Startup.cs to serve user-friendly error pages: app.UseExceptionHandler("/errorhandler/500");...
A while back, our team encountered a puzzling production bug: URLs generated by the UrlResolver would randomly differ depending on who accessed them. The bug has since been fixed , and a patch is now available for installation. After some initial...