by Lucy Bennett | Dec 10, 2019 | Development, Linux, WordPress
What is WordPress Multisite? WordPress(WP) Multisite is a feature that lets users create a “Network” of subsites from a single install of WP. This allows users to use subdomains (also known as subdirectories) of the exact same root domain (for example:...
by Rahul Nagare | Nov 18, 2019 | Development
A question that comes up with developers is how to use git reset– hard HEAD to revert to previous commit. Luckily there is an easy solution to follow to correct this. First of all git reset — hard is a very dangerous command because it eliminates all of...
by Rahul Nagare | Sep 3, 2019 | Development
For those of you who use some form of version control, merge conflicts are familiar. Git is exceptional at auto-merging conflicts. However, there are some cases in which Git is unable to determine what needs to be done automatically. In that situation a manual merge...
by Rahul Nagare | Aug 14, 2019 | Development
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...
by Rahul Nagare | Aug 8, 2019 | Development
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...
by Lucy Bennett | Jul 13, 2019 | Development
Running a WordPress agency is tough business. You have to manage an entire team and keep the workflow going, you have to manage your clients to ensure they’re satisfied, and you have to manage the day-to-day operations so you’re business doesn’t go under. But don’t...