Blog Posts
Thoughts, experiments, and deep dives into modern software engineering practices.
Showing 4 posts
Why Senior Engineers Use Git Worktrees Instead of git stash
Git worktrees empower engineers to work on multiple branches of the same repository in parallel. By eliminating the need to constantly rely on git stash, developers can avoid confusion, stay focused on their tasks, and move faster in the development process.
Nano Stores: Share state among browser tabs, React.js guide.
A comprehensive guide to writing maintainable TypeScript code with advanced patterns and practical examples.
Mother of all JavaScript Array methods. Array.reduce() — Part 1
Understanding when to use SSR, SSG, and ISR in Next.js applications for optimal performance and SEO.
React Context API vs Zustand State Manager
This article will show a practical performance comparison between the usage of React Context API and the Zustand State Manager library by solving one scenario with the above-mentioned approaches.