Learning F#: How to make a snake game in the console
My favorite way to learn new things is by diving headfirst into a concept and start hacking away! The classic mobile game Snake should be a good challenge for a beginner F# developer.…
My favorite way to learn new things is by diving headfirst into a concept and start hacking away! The classic mobile game Snake should be a good challenge for a beginner F# developer.…
If you are doing manual updates directly to your Episerver database, or performing an upgrade that updates the database schema it could be a good idea to have a backup from the exact time right before the change is made. In Azure, you always have!…
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…