Dark Mode

My VSCode Setup – Plugins, Icons, Fonts & Theme

vscode-extensions-icons-fonts-themes

Some useful and interesting Visual Studio Code extensions and add-ons that will spice up your development experience. Operator Mono font with ligatures for VSCode.

Implementing Undo-Redo Functionality in Redux using Immer

Learn how to implement undo/redo functionality in a redux reducer using Immer – an immutable library that generates patches and inverse patches that allows us to move back and forth between the changes performed in the redux reducer.