Of code and color
Musings on software and front-end development
Beginning Vim
There is a raging war out there, driven by the eternal question "What text editor do you use?". Until recently, I was ignorant of the two camps, the vi-like editors and Emacs. What peaked my curiosity was that Notepad-like programs are not even considered as text editors. When people have...
Array-like objects in JavaScript
Here's a handy trick if you need to store a lot of information in a small object.