Electron auto update introduction
Step by step guide on using Electron Auto Update to distribute new versions of your application to your users.
Electron lets you use all the web tech from HTML to Javascript in a native package. In other words, as a web developer, you can now make your own app without having to learn how to get an OS running or code with OS-specific programming languages.
Step by step guide on using Electron Auto Update to distribute new versions of your application to your users.
Recently I released my first Electron application. When my application was ready to be released, it was required to have it notarized by Apple, or else nobody could use my your application. Although there are quite a few articles on this matter, it still took...
Over the years, I've SSH'ed into dozens of servers to execute Laravel Artisan commands. Creating some bash shortcuts made things a bit easier, luckily. On some occasions, though, clients did not support SSH, and in other cases, they did, but it was a terrible process...