Tutorials
These articles are focused on learning how to do something — usually to learn a technology, or how to implement a project.
Improve Your WordPress Code
Wanna improve how you write your WordPress code? This article will describe some techniques.
Name Validation Regex for People’s Names
One thing that web developers aren’t very good at, is allowing people to correctly spell their own names in forms. Let’s see how we can improve things!
How To Customize Your Terminal
The terminal has been developed over many years, so their wasn’t a single design vision that developed it. You previously learned what to customize in your terminal. What you’ll learn today is how to customize your terminal to make it more consistent. The terminal application I’m using is iTerm2. Create Your Theme Profile This first … Read more » How To Customize Your Terminal
Function Key Mappings In Vim
I enjoy using Vim. While I use PHPstorm to fulfill most of my programming needs, I still use Vim quite a bit. Recently I was making some improvements to Opal my command line framework. I wanted to improve my Vim user experience. So I decided to add some function key mappings to trigger commands. This … Read more » Function Key Mappings In Vim