Tag: Git
-

Git – My cheatsheet
Git is a powerful tool for version control, widely used by developers to manage code changes collaboratively. Whether you’re working on a solo project or as part of a team, mastering a few essential Git commands can significantly enhance your workflow. In this article, we’ll explore some useful Git commands that every developer should know,…
-

Streamline your dev workflow with Husky
As developers, we’re always on the lookout for tools and tricks that can shave off precious minutes from our workflow, ensuring that we maintain our focus on writing clean, efficient code rather than getting bogged down by repetitive tasks. One such tool that has become an indispensable part of the modern developer’s toolkit is Husky,…
