World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
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...
Logging might not be sexy. Logging might not always be fun. But sure is important. In a big project with multiple integrations, this is an essential tool that saves 100s of hours and quite a lot of frustration and blame games. Episerver has great...