Press "Enter" to skip to content

Club TechKnowHow!

Cooler than KnapSack

Familiarizing oneself with Design and Analysis of Algorithms this semester, one of the problems my professor keeps talking about is the KnapSack Problem. In the…

RESTful APIs

The concept of APIs is pretty fascinating when starting to code, because it allows us to integrate stuff into our projects which we would not…

Bash Scripting

BASH stands for Bourne Again Shell. It is based on bourne shell and is mostly compatible with it features. Shells act as an intermediary between…