Visual Studio 2022 will be in preview this summer!
Most developers I meet use Visual Studio for making .Net applications and in November this year Visual Studio will have a new release. For over two »
Most developers I meet use Visual Studio for making .Net applications and in November this year Visual Studio will have a new release. For over two »
Today my disqus recommendations suddenly looked like the following on my pages: As you can see, in the above the recommendations are a lot wider than »
For some reason I can never remember how to do this, so I decided to write this post about it. Often you want to freeze the »
I recently went through the performance issues I had in lighthouse or Google pagespeed. One of those was that I did not preload Google fonts which »
You are likely here because of Google lighthouse or pagespeed telling you that you need to use "font-display: swap;". You can of course add »
Small tables in markdown can be a good way to present data on your blog. I use it for this blog which is based on Ghost »
To years ago I wrote the blog post "I now have 100 visitors on my blog every day [https://peterdaugaardrasmussen.com/2018/10/23/i-now-have-a-100-visitors-every-day-average-on-a-week/ »
Looking for Kent in Gothic 3? Yes, I could not find him either and there was little help elsewhere, so I made this page after I »
I recently had to redirect between some components in an Angular application and I figured it would be a better user experience if the state was »
You are likely using the || and && operator everyday without thinking about what the | and & operators do. This is rightly so, as there are »