02-08-2023 - Andrés Cruz
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.
01-08-2023 - Andrés Cruz
Electron.js We will create an application in Electron JS using HTML and CSS.
01-08-2023 - Andrés Cruz
Electron.js We are going to create the following HTML and CSS for the application we are building.
31-07-2023 - Andrés Cruz
Electron.js We will create our first window using Electron.js
30-07-2023 - Andrés Cruz
Electron.js We will see how to install and configure Bootstrap in a project in Electron.js
30-07-2023 - Andrés Cruz
Electron.js We will present the use of events in Electron for both sides, main process and web page.
29-07-2023 - Andrés Cruz
Electron.js We will create a list of contacts in the Electron.js application.
29-07-2023 - Andrés Cruz
Electron.js We will see how to activate the debug bar in Google Chrome.
28-07-2023 - Andrés Cruz
Electron.js We are going to create the contact list for the Electron.js application using Bootstrap 5.
05-12-2023 - Andrés Cruz
Electron.js 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.