Articles in category "Tools & Productivity"
How to End a Process by Port Number
Nov 18, 2023
Sometimes you need to kill a process by port number. This is how you do it.
How to See When a File Was Deleted or Changed with Git Log
Nov 14, 2023
Ever needed to trace exactly what happened to a rogue file? Well, there's a Git command for that!
Essential Tools for Productive Software Development
Feb 15, 2023
Boost your efficiency in software development with these essential productivity tools and best practices.
Git Version Control Best Practices
Feb 14, 2023
Version control is an essential tool for software developers. This guide explores best practices, including trunk-based development and Git stash, to help you manage your code effectively.