Blog

Programming insights to Storytelling, it's all here.

Ibrahim Diallo

December 2019

I stood up to my boss, then he got promoted

I stood up to my boss, then he got promoted

There is a special feeling I get on a Sunday evening. Sunday is the weekend and I am home relaxing with my family after a well deserved break. But Sunday evening is the end of the weekend, the end of that pleasant break. I have to go back to work the next day. This is the time I like to sit by the kitchen table by myself, thinking about a better future. One where I don't have to obey the traditional rules of work. I don't want to put my life on pause on a weekly basis and dedicate the time to my employer for a modest fee.

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