Blog

Programming insights to Storytelling, it's all here.

Ibrahim Diallo

October 2019

We never paid for Journalism

We never paid for Journalism

In 2006 at around 4 am, a man appears at the door of a security booth in Downtown Los Angeles. He slowly opens the door, being careful not to be noticed. He grabs the key attached to a small crowbar hanging by the door, then slowly heads back to his truck. 45 minutes later, he comes back the same way and drops the key off then leaves the premises.

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