Recent Posts

Linux Command Tee Examples How It Works

less than 1 minute read

tee command in linux command line, how tee works, simple explanations. Imagine the tee command as a ‘T’ , input on the left and 2 exists or outputs, right an...

Practice Python 3 with the fibonacci sequence

less than 1 minute read

Learn Python with a simple “do it yourself” challenges. I went to bed thinking “how could I do the Fibonacci sequence without looking on the internet. Next d...