A good[ish] website
Web development blog, loads of UI and JavaScript topics
Quick guide on Homebrew and installing the latest version of rsync. I had to fiddle around and Google a bit to get the rsync installed via…
Here’s a list of handy keyboard shortcuts for selecting, copying, cutting, and pasting text in VSCode, Atom, or Sublime Text (they’re all…
Here's a quick guide on building a custom zepto from comfort of your command line. Either install Zepto to your project with Bower: Or clone…
Here’s an easy-to-read, beginner friendly guide to Git with loads of examples. Git looks hard at first, but ir’s not. I’ve tried Tower Git…
Here’s how to fly through your package update chores using some handy tools. Ah, the pain of combing through your package.json and…
Simple bash script to quickly create a MySQL database and a user. This can come pretty handy if you need to make a lot of databases, while…
Here’s how to add Content-Type: text/plain with NGINX to all files inside a given directory. If you don’t want to download a file, nor…
How to make CSScomb alphabetize CSS properties. CSScomb is not fully functional with SCSS yet, this bug is especially irritating. But it’s…
Here's how to set up SublimeLinter for SCSS and JavaScript files in Sublime Tex 3. The SublimeLinter is: Interactive code linting framework…
Run these queries after migrating to make image paths point to new server. 2015.02.23 update added the find and replace technique and an…