© 2026 Hashnode
Remember how we talked about Git workflows and Linux scripting? Well, it’s time to take things to the next level—like teaching your Git repo to make you coffee. (Okay, maybe not coffee—but close.) Welcome to the powerful combo of Git hooks + Linux sc...

Eslint is a tool for identifying and fixing bugs in javascript code. When working in a team, it ensures that all team member adhere to set of rules or guidelines, catching errors before code is committed. For example, you can define rule for single q...
