Writing
Notes from nineteen 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.
Python / Windows3 min read
How to Solve the "Python was not found; run without arguments to install from the Microsoft Store" Error in Windows
Python is a versatile and widely-used programming language that is popular for its readability, simplicity, and vast ecosystem of libraries and frameworks. However, Windows users might sometimes face an error that...
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...