Enhance WordPress page speed: load static assets from a cookie-less subdomain
Speed up page load time by parallelizing image loading and setting up a cookieless subdomain or a whole new domain.
How to use secure copy to copy files from local machine to a remote, and tab complete the remote server directories
The classic method is to use Cyberduck (or other sftp client) for moving a files to a server. But the `scp` bash command let’s you do all that right in the prompt.
Bower and Gulp: match made in heaven (also)
This is a sequel to "Bower and Grunt: match made in heaven." With Gulp things are even better.
RequireJS part 2: optimizing scripts with r.js
This sequel post peeks under the hood of RequireJS optimization with `r.js` and `gulp`.
JavaScript: check if function parameter is a string or an object
Git: dealing with branches, merging and rebasing
Here's how to make, delete, list, and use branches. Plus solutions to some hairy branching scenarios you might find yourself in.
Print Bash command output to a file
This post shows how to redirect command output or static text to a file.
@import and globbing in Sass
Here’s a short post on how to use the @import directive in Sass, also how to beef it up with Gulp.
Opening the matryoshka: pointless package management hell
This is a post about package managers, what are they and how to get started using them.
Using pseudographics in blog posts: drawing ASCII diagrams and boxes
You don’t always have to go for the Illustrator or Photoshop to draw a diagram for a blog post.