It’s C# Advent time and I’ve been looking for a project to explore the .NET fringe. After at least five minutes of deliberation, I decided it would be a great idea to make a Magic Mirror with Blazor Web Assembly and a Raspberry Pi running Raspbian. Commence project...
TL;DR: We dig into the different types of code signing certificates, coding the updater, configuring your package.json, and how to initiate a build/deployment when using Electron with Electron Forge. Have you found yourself signing an Electron app lately? The process...
TL;DR: Electron is awesome but Electron updating needs to be configured to work well. If an update is in progress, with a few simple steps, you can configure a warning that tells the user not to shut down an application when it’s updating—proactively eliminating...