Writing
Articles and longer notes. Most of these started as things I wanted to understand better — state management, migrations, performance, and how I set up Obsidian.
Articles and longer notes. Most of these started as things I wanted to understand better — state management, migrations, performance, and how I set up Obsidian.
How I made Obsidian feel like Bear
Four things I use so Obsidian feels like a writing app, not a cockpit. Steal what you want; skip the rest.
How to transform thousand of files confidently
Yes.. we will be talking about codemods, what are codemods and how to write a transformation script?
Improve web performance if you are using re-exports
Re-exporting a lot of components from a single file is a pattern followed by many developers to organise their codebase.
Understanding how jotai's state management works
Today we are going to talk about jotai, an atomic state management solution for React JS.