Tutorials
These articles are focused on learning how to do something — usually to learn a technology, or how to implement a project.
Reading Values In Bash
Ever wanted to paste data from an application like LibreOffice into a bash script? You’re in luck. Read your data into Bash variables.
How to Exit Vim Easily
What’s the best way to exit Vim? It’s a powerful editor, but Vim has a reputation for being difficult to learn. There are jokes about it.
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!