Anuncios Libros Cursos Categorías

Debug (devTools) application in Chrome Electron.js

03-03-2026 - Andrés Cruz

Debug (devTools) application in Chrome Electron.js

We will learn how to open the developer console in a window in Electron so that we can debug our apps.


Enabling integration with Node in Electron.js

03-03-2026 - Andrés Cruz

Enabling integration with Node in Electron.js

Node integration with Electron refers to the ability to access Node.js resources from within the rendering process.


Upgrading to the latest version of Electron js using Node

02-03-2026 - Andrés Cruz

Upgrading to the latest version of Electron js using Node

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


Deployment, Packaging and Distributing of an Electron.js application to production

23-01-2026 - Andrés Cruz

Deployment, Packaging and Distributing of an Electron.js application to production

We are going to learn how to generate a ready-to-use production application through an executable; for this, we will use the Electron builder package.


Electron.js Event Guide: Control the lifecycle and navigation

21-11-2025 - Andrés Cruz

Electron.js Event Guide: Control the lifecycle and navigation

How do events work in Electron.js? Master the Main process, WebContents, and detect network states, window loading and closing with this practical guide.


Keyboard Shortcuts: Shortcut in Electron.js

21-11-2025 - Andrés Cruz

Keyboard Shortcuts: Shortcut in Electron.js

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

Tutorial for creating your first application with Electron.js

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.


Communication between process in Electron.js

19-11-2025 - Andrés Cruz

Communication between process in Electron.js

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

Conditional statements (x-if, x-show) and loops (x-for) in Alpine JS

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.