Posts
My Favorite Linux Distro
· ☕ 3 min read
Since a couple months ago, I have decided to try and switch fully to linux and ditch that piece of junk they call windows.

Optimizing Recursion
Optimizing Recursion
· ☕ 4 min read
Recursion is a pretty improtant topic in programming and it's not that hard to grasp or even implement, but how about actually using it correctly?