📢 Anuncios 📚 Libros 🎓 Cursos 🏷️ Categorías

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

Electron 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.

Continuar leyendo


Communication between process in Electron.js

19-11-2025 - Andrés Cruz

Communication between process in Electron.js

Electron 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.

Continuar leyendo


Tutorial for creating your first application with Electron

19-11-2025 - Andrés Cruz

Tutorial for creating your first application with Electron

Electron We will create our first window using Electron.js

Continuar leyendo


Introduction to events in Electron.js

21-11-2025 - Andrés Cruz

Introduction to events in Electron.js

Electron We will present the use of events in Electron for both sides, main process and web page, key events when the DOM is ready, you are disconnected or connected, we will see them in detail

Continuar leyendo


Debug (devTools) application in Chrome Electron.js

29-07-2023 - Andrés Cruz

Debug (devTools) application in Chrome Electron.js

Electron We will see how to activate the debug bar in Google Chrome.

Continuar leyendo


Build an app for production in Electron.js

05-12-2023 - Andrés Cruz

Build an app for production in Electron.js

Electron 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.

Continuar leyendo


Keyboard Shortcuts: Shortcut in Electron.js

21-11-2025 - Andrés Cruz

Keyboard Shortcuts: Shortcut in Electron.js

Electron 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.

Continuar leyendo


Activate the developer console in Chrome (Debug) of a window in Electron.js

27-07-2023 - Andrés Cruz

Activate the developer console in Chrome (Debug) of a window in Electron.js

Electron We will know how to open the developer console in a window in Electron.

Continuar leyendo


How does Electron JS work in creating desktop applications for Mac and Windows?

23-07-2023 - Andrés Cruz

How does Electron JS work in creating desktop applications for Mac and Windows?

Electron Electron is a framework that you MUST know to create desktop applications IF or IF working with JavaScript, specifically Node.

Continuar leyendo


Enabling integration with Node in Electron.js

22-07-2023 - Andrés Cruz

Enabling integration with Node in Electron.js

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

Continuar leyendo