Featured
State Management In Pure React
Posted on:September 7, 2021 at 01:32 PMState management in react without using any external library
Middleware with Async Thunk
Posted on:August 28, 2021 at 02:25 PMHandling async operation inside react's useReducer
Conditional checking of props
Posted on:August 8, 2021 at 10:36 AMEliminating invalid props combination by using typescript
Recent Posts
Renaming Local and Remote Git Branches
Posted on:July 15, 2025 at 10:00 AMHow to properly rename a Git branch locally and update the remote branch to match
Using Ctrl+X, Ctrl+E for Better Terminal Command Editing
Posted on:June 29, 2025 at 02:30 PMHow to use Ctrl+X, Ctrl+E to open your default editor for editing complex terminal commands
Configuring the Alt Key for Command Line Navigation in iTerm2
Posted on:June 15, 2025 at 12:00 PMHow to fix Alt key navigation shortcuts in iTerm2 on macOS for better command line productivity
next lint vs next build
Posted on:May 20, 2025 at 05:02 AMDifference in behavior between next lint and next build when using TypeScript.