Writing
Notes from sixteen years of other people's codebases.
Short, practical write-ups — mostly things I had to figure out under deadline, written down so the next person doesn't have to.
JavaScript / Node.js1 min read
How to fix JavaScript and JSON error in Sublime with CodeFormatter package
For the last several months I try to migrate from PHPStorm to Sublime or Atom code editors. The reasons for my decision deserve a separate story, and I will write about it little soon. But now, I want to share how to...