Blog

Programming insights to Storytelling, it's all here.

Ibrahim Diallo

January 2017

Why do we blindly copy and paste code?

Why do we blindly copy and paste code?

Every time I look at code that obviously looks copied-and-pasted from the web, I cringe. They didn't even bother to update the variables to make sense in their own code. Why are people still using deprecated functions, SQL injection vulnerable code, or freely opening up their computer to the whole world?

Happy New Year

Happy New Year

After a few years I have forgotten something as fundamental as bread and butter.

What kind of computer do I need to start programming?

What kind of computer do I need to start programming?

Have you ever thought about getting into this programming thing? Heard a few things about code camp and now want to join the wagon? Obviously if you want to work with code, you need to have a computer. Not just any computer of course, but the best money can buy. Note that every programmer use their own suitable tools, so all I can help you with is share my own arsenal.

JS Tip of the day

Render unsupported HTML5 tags in Internet Explorers

Old versions of Internet explorer do not support new html5 tags. In HTML5 the `` tag for example allows you to embed a video on your page directly into your pag…

Photography