Blog

Programming insights to Storytelling, it's all here.

Ibrahim Diallo

January 2020

Cubicles are cool again

Cubicles are cool again

It was 2012 when everyone gathered around a cubicle, carefully trying not to step on each other's toes. “So sorry!” one would say. “It's fine.” another would answer. It was an important day in tech and stepping on someone's toes to get a look at the dual monitors was only a minor offense. But the monitors were not the main attraction. It was what they displayed. The manager opened two browser windows. One on each screen and scrolled one at a time to allow everyone to see it.

JS Tip of the day

Making smooth animations with JavaScript's requestAnimationFrame

If you ever animated anything with JavaScript then you know that it is a very manual process. You call a function and make your changes incrementally until the …