Of code and color
Musings on software and front-end development
Managing dependencies in SASS
Lately, I've been working on the theming system of Kendo UI for Angular. The system has turned out rather nicely, providing a hefty set of features that we could not ship previously. One of the elements that allowed this is the (surprisingly simple) dependency infrastructure.
Graph search in JavaScript: DFS, BFS and A-star
I recently played through Untrusted, a JavaScript game that encourages you to add code to its levels, in order to progress. It has been quite fun, especially level 13, which required you to write AI for a bot in the game. Without spoiling the fun for you, this post explores...
Cuttle: Determine color transition functions
Ever wondered which color transition function to use to get from one color to another? Ever wanted to create a site without hard-coding all similar colors?
Downloading CSS resources via wget
Imagine that you need to borrow a hosted CSS file, along with its resources. You paste the CSS contents in a text editor, and start searching for url() patterns within it. After seeing 100+ matches, you bless the name of the CSS sprite-oblivious person who built it.
Learning Vim interactively
Quite a bit of people find the default vimtutor too static for their learning style. Here's a list of sites that let you learn Vim in a more interactive way.