Posts
All the articles I've posted.
Handling Asynchronous Operations in MobX
Posted on:March 9, 2025 at 06:22 PMA comprehensive guide to handling asynchronous operations in MobX, including patterns, best practices, and type-safe implementations
Understanding MobX - A Comprehensive Guide
Posted on:March 9, 2025 at 02:45 PMA comprehensive guide to understanding MobX state management, including integration with Next.js and SSR support
Invalid character in header content ["Location"] Next.js
Posted on:February 10, 2025 at 09:22 AMHandling invalid character in location header with Next.js
Understanding n & (n - 1)
Posted on:January 16, 2025 at 03:22 PMUnderstanding n & (n - 1)
Handling negative values with remainder operator
Posted on:January 1, 2025 at 05:31 PMHow to handle negative values with remainder operator?
Bit Manipulation
Posted on:May 23, 2024 at 03:22 PMBit manipulation in javascript
How to list recently switched branches in git
Posted on:May 20, 2024 at 05:22 AMlist recently switched brances in git
Copy file from another branch using git checkout
Posted on:May 10, 2024 at 03:22 PMcopy file contents using git
Printing Page on Chrome Desktop and Android
Posted on:March 20, 2023 at 12:58 PMUse window.print API to print a document on Chrome Desktop and Android, and the differences in the sequence of printing events.
Custom hook for data fetching
Posted on:November 1, 2022 at 02:25 PMUsing custom hook for data fetching