feature image
Hugo Santos bio photo

Hugo Santos

Twitter Google+ LinkedIn Github

Articles

Career outside the Matrix

Every year student grads enter the work force. At least they try to. Through job ads they hope to catch a glimpse of ...

Relevant keywords using TF-IDF

TF-IDF is a numerical statistic that tells us how important some word is in a document. It stands for term frequency ...

RTFM extended

As you know RTFM stands for Read the Fucking Manual. Today, I would like to introduce you to RTWFM which stands for R...

Classes in C Programming

Last evening I was playing around with C and came up with an example showing simple OOP concepts.The working behaviou...

Fibonacci ultra fast

It’s never too late to optimize the code. Never too late to realize there’s a better approach.After writing the last ...