Blog

Programming insights to Storytelling, it's all here.

Ibrahim Diallo

August 2019

How I got back to reading

How I got back to reading

In college, my English class required reading a novel. I was only interested in college to learn a practical skill. The skill would allow me to get out of the classroom and make a living. Programming classes taught me just that. English classes? Not so much. The novel in question was The Assistant by Bernard Malamud. I didn't buy the book. Well, I was broke. I could barely afford signing up for class, and the re-sell value of a novel is negligible. Instead, I borrowed the book from a classmate and read it in its entirety in one night.

JS Tip of the day

How to detect when the images are loaded

It is simple to load images to the page using JavaScript. We can create it using two methods then append it to the DOM. var img1 = document.createElement("img…

Photography