28-07-2023 - Andrés Cruz
Electron.js We'll create a simple example with HTML and CSS for an Electron.js application.
27-07-2023 - Andrés Cruz
Electron.js The globalShortcut module can register (or override) a global hotkey with the operating system, let's see how to use it.
27-07-2023 - Andrés Cruz
Electron.js We will know how to open the developer console in a window in Electron.
26-07-2023 - Andrés Cruz
Electron.js We will create a list of chats in the Electron.js application
25-07-2023 - Andrés Cruz
Electron.js In this section, we are going to build the list of contacts programmatically using JavaScript.
24-07-2023 - Andrés Cruz
Electron.js We will know how to communicate the main process with the rendering process.
24-07-2023 - Andrés Cruz
Electron.js We will see how to send data from the main process to the rendering process to initialize a list.
23-07-2023 - Andrés Cruz
Electron.js We are going to know the steps to create a project in Electron.js.
23-07-2023 - Andrés Cruz
Electron.js Electron is a framework that you MUST know to create desktop applications IF or IF working with JavaScript, specifically Node.
22-07-2023 - Andrés Cruz
Electron.js Node integration with Electron refers to the ability to access Node.js resources from within the rendering process.