My articles
Explore all my articles in different platforms.

Deep Dive into Git File Stages
December 13, 2025
Git organizes file changes in three stages: the Working Directory where files are edited, the Staging Area where selected changes are prepared for commit, and the Repository where commits are permanently stored, allowing controlled and organized version history.

Introducing Debouncing & Throttling
December 13, 2025
Learn the essentials of debouncing and throttling: two simple techniques to tame rapid events like typing and scroll, reduce wasted work, and boost UI performance.

Custom Hooks: Simplify and Organize
December 13, 2025
If you work with React and face code repetition or difficulty organizing logic inside Components, Custom Hooks are the smart solution for you. You’ll learn how to separate logic into reusable functions, making your code cleaner, easier to maintain, and simplifying collaboration for you and your team.
