How to preload Google fonts using Google API
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 »
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 »
Almost 5 years ago I made a post on the null-conditional operator [https://peterdaugaardrasmussen.com/2016/05/28/c-the-null-conditional-operator-and-the-road-to-avoid-nested-if-statements-2/] (?:) in C#. Now I am following up »
In this post I show how to select and cast values from a column containing JSON so that you can work with the fields as you »
Almost 5 years ago I made a post on the null conditional operator [https://peterdaugaardrasmussen.com/2016/05/28/c-the-null-conditional-operator-and-the-road-to-avoid-nested-if-statements-2/] (?:) in C#. Now I am following »