Blog

Programming insights to Storytelling, it's all here.

Ibrahim Diallo

December 2018

How to do anything you want with programming

How to do anything you want with programming

I am an annoying instructor because people ask me questions that sound complex to beginners and I give simple obvious answers that are usually not impressive or intuitive. A student asked me a question that was worded in a manner too complex for him to find an answer.

Against facebook

Against facebook

I can't help but feel terrible when I see all the news and articles coming out against facebook. No, I am not supporting facebook and all the terrible decisions they made. What I feel bad about is that we haven't learn anything.

JS Tip of the day

Calling a function that has no name

You can make use of recursion easily in JavaScript. Let's try it with factorials: function factorial(num){ if (num < 0) { return -1; } e…

Photography

Shy