I’m currently working on a few side projects while trying to learn and use/deploy applications on Grails. I’ve also purchased another domain for my conquests. Hopefully I’ll have more to say about my side projects in the next few months, but I’ll hopefully get a Grails post up in early May. Expect pretty screenshots.
In a recent interview, I was asked the following question: Write a program to determine the 10th Fibonacci number. Without further specification, this problem is worthless. Depending on the scope and nature of the program, the solution to this problem will vary wildly. For example, will this function get called in a tight inner loop? [...]