A blog about computer stuff
-
Speaking at the April Optimizely Stockholm Developer Meetup
I'm taking part in waking up the Optimizely Stockholm Developer Meetup group again.
Published
-
Matching ChromeDriver NuGet package with Chrome version
I got tired of a Selenium quality control xUnit test project often breaking because of Chrome auto-updating and looked around for a solution.
Published
-
Migrating from Providers to CMS 12 ASP.NET Identity with cookie tweaks
Some notes after upgrading a multi-site solution to .NET 6.0 including changing cookie name and setting domain value dynamically with a custom ICookieManager.
Published
-
Check out Record Collector
My dotnet static site generator used to build this site. -
A project structure for Razor Pages and View Components with CMS 12
Some might have missed that Razor Pages can be used with an Optimizely CMS app so I thought I'd explore some options and find a streamlined setup that works with Visual Studio tooling.
Published
-
Trying out imgproxy together with CMS 12 to resize images
I stumbled over the very interesting tool imgproxy and decided to try it out to optimize images on the fly from and behind an Optimizely CMS app.
Published
-
Using SQL to identify embedded resources for your CMS site's CSP
It's good practice these days to add a Content Security Policy and couple it with the consent dialog. Both should include all third parties a site might have embedded.
Published
-
Hosting this blog on Azure and switching to a static site setup
My experiences from hosting an Optimizely CMS site on Azure and moving to a generated static site on Netlify.
Published
-
SendGridForEpi fixed to work with CMS 12
The versions published on Optimizely's NuGet now has a version 2.0.2 that is compatible with .NET 6.0 and CMS 12.4.2 or newer.
Published
-
Webperf ratings for blogs of Optimizely MVPs
I've mashed up my open source project Record Collector with the great Webperf Core test routine.
Published
-
Please do this with your Swagger-enabled Web APIs
Quite often I encounter APIs that have a Swagger UI but lacking much of the rest (hehe) of the Swagger tooling support.
Published