Super Rune

Posts

The Road to Character The Road to Character


The Tao of Pooh The Tao of Pooh


Is This Bat Country?

This could be bat country, I really don’t know. I’m heading into, for me untested waters as a project leader, working with agile methods.


Reading Material - Blogs, Digest and so on

I’m reading a great deal of personal blogs, company blogs, getting inspiration from digests and popular news feeds pertaining my area of expertise. And I would like to share some of the sources I find very interesting. They are in no particular order, preference or grouped by at all.


Reverse numbers without string cast in Javascript

Stepped onto an article at The Code Project on how to reverse a number in javascript without casting it to a string and decided to understand how this works by my self.