TYTarun Yadavintarunyadav.hashnode.dev·Jan 3, 2022 · 3 min readGit: Cheat Sheet (advanced)If you find git confusing, I created this little cheat sheet! Please, note that I voluntary skipped the basic commands like git commit, git pull/push... This cheat sheet is intended for "advanced" usage of git. 🧠Navigation - Go to the previous b...01R
TYTarun Yadavintarunyadav.hashnode.dev·Sep 3, 2021 · 3 min readdeclarative vs imperative programmingWhen working with React, we have undoubtedly come across the term declarative. It is also mention in the React documentation. Declarative programming is one of the reasons, why React is so a powerful library. Imperative programming is a way in which ...01E