Blog

Programming insights to Storytelling, it's all here.

Ibrahim Diallo

March 2019

The Impact of programmers on the world

The Impact of programmers on the world

We no longer live in a world where we can separate our activity online and offline. Both are from the one and same world. What you do online is not immune to consequences. What you do offline may be documented online with or without your consent. This is why, as programmers, we shouldn't be blind to the effect of our work.

Survival of the Fittest

Survival of the Fittest

If you are in a car accident, the presence of alcohol in your blood automatically means you are guilty. If you fail to drink responsibly, any problem that comes as a result is entirely your fault. It is very likely that before crashing, a drunk driver will drive by a billboard that advertises a drink and also warns to drink responsibly. We are a society of strong-willed people, and only the weak-minded are irresponsible.

JS Tip of the day

Not all arrays are arrays

You modified the Array object to include some of your custom methods. You create an array, you use the method and get an error: Array.prototype.loop = function…