Featured
-
State Management In Pure React
State management in react without using any external library
-
Middleware with Async Thunk
Handling async operation inside react's useReducer
-
Conditional checking of props
Eliminating invalid props combination by using typescript
Recent Posts
-
What is Lerp? (Linear Interpolation)
A guide to understanding the concept of 'lerp' (Linear Interpolation) and its math.
-
Web Clipboard Notes (Summary)
Notes from the article explaining how the web clipboard works and how apps like Google Docs and Figma implement copy-paste.
-
Renaming Local and Remote Git Branches
How to properly rename a Git branch locally and update the remote branch to match
-
Using Ctrl+X, Ctrl+E for Better Terminal Command Editing
How to use Ctrl+X, Ctrl+E to open your default editor for editing complex terminal commands