How to Find Post ID in WordPress

When using WordPress, there may be a time when a plugin will ask you for a post ID. How do you find post ID in WordPress (WP)? The post ID is not something that everyone will need to know, however you might need to know where to find the post ID if a plugin asks for...

Finding Files in Linux

A common command to use in filtering objects in the file system is known as “find”. This can sort through the file system by utilizing a simple conditional mechanism. Find is useful when searching for a file or directory on your file system.  Also, when using the...

Different Types of Git Workflows

Different Types of Git Workflows Every team that collaborates on projects usually has some kind of “workflow”. Workflow is the approach or method that collaborators share when they divide and conquer a project. A productive team has a well energized and efficient...