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 try to concoct a Raspberry Pi Magic Mirror guide, by building a Magic Mirror using Blazor Web...
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. In this Electron tutorial, we show you how to configure a warning that tells the user not to shut down an application when it’s updating—proactively eliminating problems and saving...