SSanjayinsanjayk-blog.hashnode.dev·May 9 · 8 min readReact Virtual DOM ExplainedReact is popular because it lets developers build user interfaces declaratively. Instead of imperatively changing DOM nodes whenever state changes, we describe what the UI should look like for a given00
SSanjayinversion-control-101-git-basics.hashnode.dev·Jan 29 · 4 min readVersion Control 101: A Comprehensive Guide to Git Basics and Essential commandsWhat is Version Control Version control is a system that records changes to a file or set of files over time so that you can recall specific versions later. It allows you to revert selected files back to a previous state, revert the entire project ba...00