Learn ORM in Perl with DBIx::Class
This post will provide a brief hands-on introduction to ORM in Perl using a few DBIx::Class sub classes. In detail, this means we will generate Schema, Result and ResultSet classes (Perl modules) which will be used to interface with a SQLite database. The database will contain a single users table. Once the database has been […]
Read Full Post | Make a Comment ( Comments Off on Learn ORM in Perl with DBIx::Class )TPP vs the subset sum problem
A colleague of mine, told me about an interesting kata along with a hint that it can be solved efficiently by applying dynamic programming. To be honest, I never really dived into the topic of dynamic programming. I’ve heard the term before, and I knew that some classes of problems could be efficiently solved with […]
Read Full Post | Make a Comment ( Comments Off on TPP vs the subset sum problem )Eclipse and Java for Total Beginners
eclipsetutorial.sourceforge.net/totalbeginner.html
Read Full Post | Make a Comment ( None so far )The Bowling Game: An example of test-first pair programming
the-bowling-game-an-example-of-test-first-pair-programming
Read Full Post | Make a Comment ( None so far )The 10 rules of the pragmatic programmer
2012-01-06 by Sukria
Read Full Post | Make a Comment ( None so far )Shunting Yard Algorithm in C#
First of six videos by Brett L. Schuchert See schuchert – Katas
Read Full Post | Make a Comment ( None so far )