ARTICLES
How I manage Pinia stores
Tips and explanations how I tend to manage my state in Pinia stores.
webdev
typescript
vue
pinia
Accessing website's window object in Chrome extension
Chrome extension execution worlds explained.
webdev
chrome
Reading HID data from Arctis 7+ headphones
Getting Chatmix dial position using Rust language.
hardware
rust
Quicker way to open new repo in GitKraken
You'll need to find a new hobby for all that saved time.
webdev
git
gitkraken
Why type casting in TypeScript is generally a bad idea?
Explains behind the scenes of TypeScript casting. Why and when it is a bad idea to use them.
webdev
typescript