HTML - Should you use <br> or <br/> as line break?
I recently realised that I had some old posts on my blog with some line break tags (<br/>) in them, however what I had »
I recently realised that I had some old posts on my blog with some line break tags (<br/>) in them, however what I had »
It took me way too long to figure out how to link to a headline further down in my blog post within markdown. I hope I »
I recently had to make an endpoint for a deletion of a resource, for this I wanted to use the HTTP Verb DELETE. However I had »
In this post I demonstrate how you can POST or PUT JSON using the HTTPClient in C#. The simplest way to do this is using the »
It is quite easy to send XML using the HttpClient in asp.net core. In order to do this you need to use the StringContent object, »
If you are a blogger on software you are likely going to share some code snippets. Without highlighting code can be hard to read and your »
I recently found out that my blog was slow according to google pagespeed. I scored below 50, but I could have sworn that when I created »
I will start with a small disclaimer: it is always up to the client how to handle redirects. Most of the time they handle status codes »
In this post I will present the different HTTP status code groups, which are the groups 1xx (100-199), 2xx (200-299), 3xx (300-399), 4xx (400-499) and 5xx »
Last week I was making a new “about” page for my blog using Ghostblog pro. When I uploaded the file I saw an empty white area »