Programming Certifications
by Eli at Eli's Ramblings
Specifically, that when I have a pile of resumes in front of me, and I?m giving them an initial pass to sort them apart, I take any that mention their programming certifications, and sort them to the bottom. …
Dynamic Programming – Integer Knapsack
by razvi at Razvi Blog Space
The wise thief used a technique that is known as ?dynamic programming.? In this case, a table was made to track ?the best knapsack so far.? The complete table that is show in subsequent examples is for demonstration purposes. …
Adopting functional programming (or ?Just why did people start …
by dave at ndanger.org
Many people brought up the ?killer app?, the functional programming Rails. One functional language already has one: Erlang. Instead of db-backed webapps, Erlang makes it ?easy? to create massive backends (hee hee). …