Blog

Programming insights to Storytelling, it's all here.

Ibrahim Diallo

May 2020

How to write well when you don't know how to

How to write well when you don't know how to

It's easy to decide if a writing is bad. The author uses big words, writes long complicated sentences, and forgets the point he is trying to make. Other common things in bad writing is lack of structure and lack of knowledge in the subject. In a nutshell, when you read it, you don't understand it.

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