Articles

Sharing what I have learned as a developer

WTF is a Bloom Filter?

Bloom Filter is a probabilistic data structure that is used to test whether an element is a member of a set. False positive matches are possible, but false negatives are not.

Setting up basic OpenGL on Ubuntu

OpenGL is a Graphics rendering API which is operating system independent, window system independent and has high-quality color images composed of geometric and image primitives.

You don't need 'I love PDF'

If you work with computer(which I do most of the time) and have people around you, it is possible that they will ask you for favour. I was no exception.