Base64 Encoder/Decoder in C

Reinventing the metaphorical wheel can be fun
Read more →

Web Scraping with Python (ft. BeautifulSoup)

Web Scraping 101.
Read more →

Implementing a Crossword Solver in C++

Full tutorial on how to write a simple automatic crossword solver in C++.
Read more →

On Doubly-Linked Lists, and how they are Implemented in the Linux Kernel

Presenting a simple doubly-linked list implementation that I found while messing around with the linux kernel for a university project.
Read more →