De fleste som kjenner Donald Duck, har kanskje på ett eller annet tidspunkt ønsket seg en kopi av hakkespettboken til Ole, Dole og Doffen. Dette oppslagsverket, som etter sigende inneholder all kunnskap i verden kan vise oss hvordan dagens sikkerhetsutfordringer kan løses.…
For noen måneder siden var det ikke fritt frem for å opprette SQL-databaser i Azure-regionen Norway East. For min private blogg endte jeg derfor opp med AppService i Norge og database i Sveits. Nå tenkte jeg det var på tide å samle bloggen i én region, men hvordan gjør man egentlig det?…
There's no built-in way to log SSL data with Azure Application Insights. APIs for SSL analytics exist and that data could be sent in with the "Azure Monitor HTTP Data Collector API".…
When deploying your site to Episerver DXP, there are so many options. Some are quite fast, some are super slow. I show how to deploy to the Integration environment the fast way, using Azure DevOps.…
When deploying your site to Episerver DXP, there are so many options. I show how to deploy using Azure DevOps, the deployment API, and Epinova's DXP deployment extension.…
Vi har fått en ny ansatt! Torger Angeltveit kommer opprinnelig fra Bergen, men flyttet til Oslo for 5 år siden for å studere. 1.desember startet han som frontendutvikler hos oss, velkommen skal du være!…
I have become fond of Windows Terminal, but it lacks a few key features:
* Syncing of settings across different Windows user accounts
* Saved tabs and split panes
* Git integration
I have a setup for Windows Terminal that looks like the image below, with multiple tabs and panes with predefined startup…
Episerver is perhaps not the most used platform for developer blogs, but adding code snippets can be useful in other scenarios too.
Adding syntax highlighting to TinyMCE is easy, using the Code Sample plugin. It works well with both Prism.js and Highlight.js, two popular syntax highlighters…
After completing part 1, setting up syntax highlighting with the bare minimum, it's time to let your code shine. Highlight.js has 95 different styles, or themes. Find one that you like, and adjust the link to the CSS file with the name of the style. I like Tomorrow Night Bright…
I would like to display the name of the programming language in the top right corner. One problem with this is, that I do not want to add any extra markup. I want to use the unmodified Code Sample plugin, I want to be able to change or reposition the label…