Explore >> Select a destination


You are here

melatonin.dev
| | natemcmaster.com
9.5 parsecs away

Travel
| | Blog posts about software development, plus some other stuff.
| | blog.dangl.me
9.2 parsecs away

Travel
| | Just a few days ago, I've blogged about running E2E tests for an Electron app. But, once tested and verified, the next step is deployment.If you've ever shipped an application for Windows users, you
| | icedev.pl
6.4 parsecs away

Travel
| | Many Certificate Authorities had recently tightened the requirements for using EV Code Signing Certificates. The industry standard is now that you need to either host your certificates private key on a physical USB token, or you can load it to the compliant Hardware Security Module (HSM). However, using a USB dongle would cause a lot of struggle with the modern Continuous Integration pipelines, as well as buying or renting the entire HSM and having to keep it physically connected at the office for the en...
| | gregorsuttie.com
64.9 parsecs away

Travel
| There are many ways to pass variables into an Azure Function. In this quick blog post I will show you how you can test the Azure Function locally with local settings and then use app settings from the Azure Portal and then also use values stored within Azure KeyVault incase we need to store and...