HB's Thoughts

If the Universe Is the Answer, What Is the Question?!

Tag - Typescript

11/28/2024

Simple Vue plugin for geo location Link to the article

When I write a plugin, I think of it as a standalone piece of code that has its own logic and is independent of where it will be used. This is not entirely true, of course, but when designing a plugin, I always start from this idea. After all, every system has its own logic and architecture that must be followed - especially for outgoing data.


Competence: Geek
11/26/2024

Vue Router & Main file Link to the article

When starting a new Vue project, I use the Quick Start section of the Vue website. Then, I make a few small changes before adding the project to the Source Control bank.


Competence: Pro
8/26/2024

Electron, TypeScript & Parcel Link to the article

Documentation for Electron is entirely in JavaScript, but that doesn't stop you from using TypeScript to generate that JavaScript. A few simple rules must be followed, mainly in the file loading paths. I have also prepared a small addition for the front-end part. Instead of the standard Electron HTML page, I will make a small compilation with Parcel.