Upgrading to the latest version of Electron js using Node
02-03-2026 - Andrés Cruz
The Electron team tends to update its framework frequently and go from one version to another and in this post we are going to see how we can update the project
Electron.js Event Guide: Control the lifecycle and navigation
21-11-2025 - Andrés Cruz
How do events work in Electron.js? Master the Main process, WebContents, and detect network states, window loading and closing with this practical guide.
The globalShortcut module can register (or override) a global keyboard shortcut with the operating system; let's see how to use it and recommendations for its use in Windows and MacOS.
Tutorial for creating your first application with Electron.js
19-11-2025 - Andrés Cruz
Discover how to create your first window in a modern desktop application with Electron.js. This JavaScript framework lets you develop cross-platform software using web technologies like HTML, CSS, and JavaScript.
Being able to send messages through events between processes is useful to perform operations that can only be executed on one of the sides but that we need to communicate.
Conditional statements (x-if, x-show) and loops (x-for) in Alpine JS
19-11-2025 - Andrés Cruz
We will learn how to use conditional statements in Alpine JS using x-if and x-show, and when to use one or the other, how to use x-for for listings, and how to use the template tag as a fundamental HTML element for using these directives.