Hi and welcome to my tech blog!

public async Task<string> Welcome(){
if (TotalVisits == 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
- Adding Hetzner StorageBox using SMB on Ubuntu
- Artifacts from GitHub Actions to Hetzner S3 Object Storage
- Hetzner KVM no console output
- 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
Latest comments
Dude! Thanks so much – I was using ECdsa and I did *something* wrong and kept getting SCHANNEL errors -…
Hi Patrick, That is awesome, so glad this helped you out 🙂
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…
Hi, my name is Niels, I am a passionate software developer from Denmark with a love for coding and solving real-world problems! I taught myself C# back in 2012 in my spare time and I loved it! I went on and graduated from Computer Science in 2016 where I got hired by
Hi Andrew, Thank you so much man I really appreciate you took the time to comment, and I am thrilled…