A blog about computer stuff
-
Troubleshooting a large increase in Epi SQL Server calls
Recently spent some time investigating massive database dependency counts on an Epi CMS site that was using Geta Tags.
Published
-
Notes on my part of the EWCW Cloud talk
Maybe you listened in to the Cloud talk on Monday of the Episerver World Community Week and wondered what I was talking about?
Published
-
Putting custom data in Azure Table Storage from Episerver
It's completely normal to feel not so good when thinking about Entity Framework migrations or Episerver's Dynamic Data Store.
Published
-
Episerver Stockholm Meetup on Wednesday November 20
The two sessions are on Auth0 and Episerver .NET Core & Content Delivery API. We still have a few seats available. Welcome to our new office at Magnus Ladulåsgatan 3!
Published
-
Boilerplate admin MVC plugin with Tailwind CSS
I just put a Webpack project with Tailwind config and an Alloy-ready starter view with a setup mimicking Episerver's design up on Github.
Published
-
Adding a custom Episerver Forms consent element type
Having a site wide form policy consent text and checkbox available might be useful when editors start using Episerver Forms.
Published
-
Alloy startpage with Tailwind CSS lab
I've really taken a liking to Tailwind CSS and to help spread the word I did a quick lab of using it on the Alloy startpage.
Published
-
Content Delivery API and Custom Authorization
Episerver Content Delivery API 2.x allows us to customize the authorization flow. Here's an example of how you can get and validate an access token using an external service and avoid all that similar stuff that bloated your Epi app when using 1.x.
Published
-
Using the Handlebars templates with SendGridForEpi
SendGrid has marked Substitutions as Legacy and switched to Handlebars for the transactional templates.
Published
-
Add an Epi site to the IdentityServer4 combined quickstart using OIDC
IdentityServer4 is now available for and aligned with ASP.NET Core 2.0 - with some breaking changes. They've also added a combined quickstart that makes it's a lot faster to accomplish what I did earlier in my proof-of-concept post using the 1.x version.
Published