Home » Archive

Articles in the Featured Category

Featured, Java »

[14 Feb 2008 | No Comment | 3,964 views]
Longest Increasing Subsequence

A classic computer science problem. The problem is finding the longest increasing subset of numbers within a given set. This article presents a solution in Java.

Apache, Featured, Tomcat »

[14 Feb 2008 | 2 Comments | 7,557 views]
Apache, Tomcat cluster, load balancing using mod_jk

This article discusses how to configure multiple Tomcat instances to balance work load using mod_jk Apache connector.

Apache, Featured »

[13 Feb 2008 | No Comment | 700 views]
Apache, OpenSSL

This article discusses how to configure Apache and OpenSSL to serve https content.

Featured, Java »

[8 Feb 2008 | No Comment | 724 views]
Boggle

A Java implementation of the popular word game.