I finished my first algorithm from Cracking the Coding Interview - the almighty Singly Linked List.
I read that you learn more from a poor example than from a correct one. I don't believe this but that means my site will be a success.
I read that you learn more from a poor example than from a correct one. I don't believe this but that means my site will be a success.
I finished my first algorithm from Cracking the Coding Interview - the almighty Singly Linked List.
As I’ve mentioned in a previous post, I’m a big fan of Twitter Bootstrap. Lately I’ve been playing been with JavaScript and Derby. I want to integrate bootstrap with the POC site I’m building, and the creators of Derby have already figured out a way to do this.
A friend and co-worker of mine (one of the best and brightest I’ve worked with) recently left our company to go work for Microsoft. Having gone through the Microsoft interview process myself (hilariously unprepared, to the enjoyment of my interviewer), I wondered what he had done to get ready for the process. He recommended one book - Cracking the Coding Interview - which he said had been recommended to him as the bible for preparation.
EDIT NOTE: This no longer needs to be done outside of Modernizr. This was added to the Modernizr package about a month ago. Link to issue
This took me a while to figure out when I first moved to Australia. I still remember the look on the barista’s face when I tried to order an Americano, and then the absolute puzzlement over what the hell a flat white vs a long black was. I hope this helps other visitors to Australia from the US order a decent cup of coffee!
Been playing around with Derby in my spare time. The idea behind the platform is smart - using node and express, you write one set of code, and that code automatically syncs data between browsers, servers, and a database.
I’ve just started using node.js with express.js on both Windows (with iisnode) and Ubuntu.
Had an issue at work where I wanted to store my rules and handlers for a class outside of the class definition, so I could better test the component. Found an easy way to add all your rules into StructureMap, and then retrieve those rules as a list via constructor injection.
I’m a fan of Twitter Bootstrap, the simple and flexible CSS, HTML, and JavaScript user interface framework.