Git: beginners guide
Here’s an easy-to-read, beginner-friendly guide to Git with lots of examples.
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.
Shell script to create MySQL database and user
Simple bash script to quickly create a MySQL database and a user.
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.
Make alphabetising CSS properties in Sublime Text easy with CSScomb
How to make CSScomb alphabetize CSS properties.
How to configure SublimeLinter
Here's how to set up SublimeLinter for SCSS and JavaScript files in Sublime Tex 3.
Change URL in WordPress database when migrating
Run these queries after migrating to make image paths point to new server.
A small Markdown syntax guide
A short Markdown cheat sheet, with notes on writing Markdown in WordPress and some external resources.
Unboxing the new GitHub Atom editor
The very first moments with the Atom editor: how it looks, how it works, what’s missing still.
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.