Month: July 2024
Hangfire background tasks for .NET – Part 4: Hangfire Dashboard
Time to improve our monitoring and management of background jobs with Hangfire Dashboard.
Doing SSH right (on Windows)
Windows now ships with OpenSSH, making life easier for all of us. Generating an SSH Keypair I generate my SSH keys with the following considerations in mind: You now have a private key file and a public key file (.pub). The private key file never leaves your computer. The permissions for the public key are…

