Short post this one I promise! Some editors requested that they wanted to be able to log out easily. By default you first need to go to edit mode to be able to log out. If you instead want to extend Episervers quick navigation with a log out link ...
Digital Transformation and why should you care? Noone can have escaped the massive changes around the world lately where record stores are a vanishing memory and Spotify a shooting star. A previously unknown company Storytell buys the ancient...
Want to speed up your website? Caching external calls and database calls is usually a great way to start. Writing caching code gets pretty boring and messy if you have plenty of repositories you want to cache. So if you want to keep your code both...
So you have built a great website for your customer, but is it secure? Code review your solution for these top issues. Added some levels to indicate in what order I would do them in. Level A - Most important fixes / low effort that all sites...
Glimpse is a great tool for checking what is going in under the hood in your application. Unlike the Chrome F12 tools, Glimpse can actually tell you what is going on on the server side, like What is the stored in session? How long was the executio...