A good[ish] website
Web development blog, loads of UI and JavaScript topics
Here’s a short post on how to use the @import directive in Sass, also how to beef it up with Gulp. There’s not too much meat around @import…
This is a post about package managers, what are they and how to get started using them. Totally not pointless, nor hell , I was just click…
You don’t always have to go for the Illustrator or Photoshop to draw a diagram for a blog post. Unicode provides some box drawing characters…
Have you ever wished it would be possible to initiate a remote repository right from the prompt? With Hub it’s possible. Hub is really nice…
Maps are so essential data type of Sass that it’s hard to imagine the time without them. LibSass also supports maps nowadays, so there’s no…
This post outlines some basic Bash programming concepts, such as: passing in params to a script, what is the shebang, how to define…
Sass has lists, which is a similar data structure to an Array or an Object. Lists in Sass are kind of like arrays, with slight differences…
This is one of the things that are really easy to do with built in post types, but requires extra work when custom post type is in use. If…
Sass looping syntax guide. I got news for you, loops is Sass are not that different from other languages. for loops are pretty much the…
This is a post about understanding linking, symbolic links and hard links. Terminology Symlink, symbolic link, or soft link: In computing, a…