Hi and welcome to my tech blog!

public static string Welcome(){ if (GetTotalVisits() == 1) return "Welcome to my blog!"; else return "Welcome back, so nice to see you again :)"; }
So this is my little corner of the internet where I get to ramble about my crazy projects as well as helpful tips and tricks that others might find useful!
Latest news
Latest Articles
- AWS RDS database inaccessible when offline
- Forcing site to use HTTPs using .htaccess
- Running .AspNet Core 5 as a windows 10 service
- CWP Admin panel SSL using Let’s Encrypt (apache only)
- Saving files with different encoding in Visual Studio 2019
- CentOS 7 installing ConfigServer Firewall and Login Failure Deamon
- AspNet Core starting Kestrel with Generated SelfSigned certificate
- DotNet Core/Standard Detecting the current OS.
- Issue when upgrading dotnet core 2.2 to 3.1: must provide a value for Configuration microsoft.aspnetcore.razor.design\2.2.0
- NDepend for Visual Studio
Latest comments
Thank you very much. I was looking for such a solution for a while. I was afraid I had to…
Hi Magnus, Thank you for your comment 🙂 There is no way unfortunately for you to get a green browser…
Thanks Niels for your example. I must admit I’ve tried numerous ways to get a local RPI4 (as well as…
Hi Calin, Thank you very much for your comment. You are correct, I have corrected the variable naming in the…
Hi Patrick, That is awesome, so glad this helped you out 🙂