1. Git: beginners guide

    Here’s an easy-to-read, beginner-friendly guide to Git with lots of examples.

  2. How to easily keep a JavaScript project’s packages up to date

    Here’s how to fly through your package update chores using some handy tools.

  3. Shell script to create MySQL database and user

    Simple bash script to quickly create a MySQL database and a user.

  4. Display any file in a browser as plain text

    Here’s how to add `Content-Type: text/plain` with NGINX to all files inside a given directory.

  5. Make alphabetising CSS properties in Sublime Text easy with CSScomb

    How to make CSScomb alphabetize CSS properties.

  6. How to configure SublimeLinter

    Here's how to set up SublimeLinter for SCSS and JavaScript files in Sublime Tex 3.

  7. Change URL in WordPress database when migrating

    Run these queries after migrating to make image paths point to new server.

  8. A small Markdown syntax guide

    A short Markdown cheat sheet, with notes on writing Markdown in WordPress and some external resources.

  9. Unboxing the new GitHub Atom editor

    The very first moments with the Atom editor: how it looks, how it works, what’s missing still.

  10. A beginner's guide to the Unix-style command line

    This posts looks into using computer from the command line: how to navigate around your file system and how to do basic tasks such as; creating/deleting folders and files, installing packages with apt-get, general terminology, customizing the terminal, and some more.