3 talks you should watch
February 23, 2009
Below are some of the talks that I really enjoyed over the last couple of years, these are all language agnostic and focus on general development practices and techniques. So take some time and watch these great talks:
What Makes Code Beautiful – Marcel Molina
This is a great talk that I saw at RubyConf 2007. Some [...]
Read the full article →
Erlang: List Comprehensions
February 21, 2009
One of the most challenging things about learning a new language isn’t just learning how to do something, but more importantly learning the best way to do something. "Best" in this context is of course very subjective, but for me it not only means correctness but also readability, brevity, and following what is the normal [...]
Read the full article →