A good[ish] website
Web development blog, loads of UI and JavaScript topics
How to amend commits. Tip: don’t amend remote commits. Amending commits If you forgot a small change from a commit, you probably don’t want…
What’s a Git submodule? How to add, use and remove them? Plus some third party scripts to help deal with them in general. 2015-01-17 Added…
This post looks how it’s best to install Node with nvm . Ideally, Node could be installed with $ apt-get install nodejs , but the node in…
Size of jQuery can be reduced a bit by using the slim build. Slim build for jQuery 3.x version I think it was on the version 3.1.1 when…
Bower is great! But it only does one thing, that is to manage packages. We’ll need a bit help from Grunt to reach perfection. Here’s how to…
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, but is not. I’ve tried Tower Git client…
Here’s how to fly through your package update chores using automated tools. Ah, the pain ot combing through your package.json and…