Must-Have Plugins for WordPress Sites

Building Wordpress sites can be a lot of fun, even for the novice developer. The great thing about WordPress development is that you can code your own custom-built solutions to create virtually any functionality your project may require. There’s also plethora of plugins available for the WordPress community to aid you in your development. When first starting off … Read more

GIT Aliases and Shortcuts

It’s easy to create an alias or shortcut in GIT. You can easily save yourself valuable time and keystrokes by learning how to setup your own shortcuts with the most common examples below. Just copy and paste these commands into your GIT shell. Shorten checkout command git config –global alias.chk checkout git chk will now be a shortcut … Read more