pre-commit vs. CI
Compares using pre-commit hooks vs. CI pipelines for automating code checks, discussing trade-offs like speed, feedback, and handling slow tests.
Compares using pre-commit hooks vs. CI pipelines for automating code checks, discussing trade-offs like speed, feedback, and handling slow tests.
Integrating the Bandit security tool for automated code checks and improving the user sign-up flow in a Django SaaS project.
A guide to setting up a custom pre-commit Git hook for iOS projects to prevent common issues like misplaced views and focused tests.
A guide to using Git pre-commit hooks to automatically run tools like xUnique on Xcode project files, preventing merge conflicts.
A guide to setting up a pre-commit Git hook to automatically lint JavaScript files with JSHint, ensuring code quality across a team.