• Home
  • About Me
  • Tags
  • Contact

Git

A collection of 2 posts

#git #productivity #web #laravel

Mastering Code Quality in Laravel: Pint with Git Hooks and Docker

Mastering Code Quality in Laravel: Pint with Git Hooks and Docker (image by pexels) Introduction As developers, we all know how important clean, consistent code is for maintaining a large-scale Laravel application. Not only does well-formatted code boost readability, but it also ensures team-wide consistency and helps avoid pesky formatting debates during code reviews. Enter Pint, a powerful tool introduced by the Laravel ecosystem to automatically format PHP code according to opinionated best practices. ...

Author Paul Isaris
#git #productivity

Git commits: An Effective Style Guide

Introduction Git commits are one of the most underrated features of Git. Pause for a moment and think; When was the last time you had to revert your code to an earlier point in time? Did you have a hard time finding that commit that messed up your code? Was that because of unclear, mixed commit messages? When that commit was found, did you also realize that you included several file changes in that particular commit, resulting in a headache when trying to rebase back to that commit? ...

Author Paul Isaris
Page 1 of 1 
Paul Isaris
Latest Posts Twitter Github LinkedIn