I am planning to migrate from LocalStorage to SQLite for Thermal application. Created a design of the database and relations with different tables. Need your feedback ๐๐ป to improve the data flow and how the structure can be improved further. Basic ...
If we want to use some token or APIs keys inside the electron application. The only possible way is to define it as an environment variable. And later access it using process.env.<variable_name> Locally, it can be done easily by creating a .env file....
I am trying to develop an app on ElectronJS, and a core part of the app is doing CPU intensive tasks which as we all know are blocking processes. Can someone suggest me some resources to tackle this? What are the best practices for such situtations?