Welcome to my digital garden 🌱
I'm a front-end engineer at Secondmind based in Riga, Latvia. I build side projects, explore new stuff, and write about code. I enjoy reading, running, and spending time with my family in my free time.
Welcome to my digital garden 🌱
I'm a front-end engineer at Secondmind based in Riga, Latvia. I build side projects, explore new stuff, and write about code. I enjoy reading, running, and spending time with my family in my free time.
🎓 Codecademy.com exercise answers
How to use Redux-Persist with Redux-Toolkit
JavaScript 9
## Modes
**Vim** has two modes insertion mode and command mode. The editor begins in command mode, where the cursor movement and text deletion and pasting occur. Insertion mode begins upon entering an insertion or change command. **`[ESC]`** returns the editor to command mode (where you can quit, for example by typing **`:q!`**). Most commands execute as soon as you type them except for "colon" commands which execute when you press the ruturn key.
## Quitting
* **`:x`** Exit, saving changes <br/>