© 2022 Hashnode
#electron
TL;DR Writing this Desmos-like desktop app I will repeat JavaScript course from scratch, as well as touching pre-algebra in JavaScript syntax . I'll guess the best way to learn something, do yours on the basis of something that already exis…
A lot of people have been asking how to do electron in vite vue 3 so here it is. Step 1: Were going to go straight a head and create a Vite project by running: // run this and choose vue as your template, // you can choose typescript or js.…
React is a javascript library for building user interfaces developed by facebook React can be used to develop 1. Websites React is largely used by big tech companies to develop their websites some of…
Contents: Intro Using Modules Limitations and Workarounds Some time ago, I had an idea to take my Electron application to new heights - server-side updates. Having a completely network-updatable app using something like JSDelivr, where u…
1. Introduction & POC How do we package the electron app with django? you may be more eager to know the answer if you have completed reading "Electron + Django ( Part 1 ), desktop app integrate JavaS…
Introduction & Concept Building a desktop app from Electron and Django is actually building a web application, which uses Electron as the front-end by a local browser and Django as the backend. Then,…
Starting with Mojave 10.14, Apple has introduced serious changes in app publication. They are about signing and notarizing the apps. If your application is bad in the eyes of Apple, final users will s…
The 2N7000 and BS170 are two N-channel enhancement-mode MOSFETs with differing lead configurations and current ratings that are utilized for low-power switching applications. Other variations 2N7002, …
Hello! Wish you have a wonderful day! Today I would like to have a discussion about the difference between BC547 vs 2N2222 Transistor. What is a BC547 Transistor? The BC547 transistor is a general-p…
A brief introduction of what I faced. I was working on my personal project (link mentioned below) which has a video playing component and I wanted a way to run my custom subtitles in a separate component over HTML tag. Video tag offers a t…