Blog

Programming insights to Storytelling, it's all here.

Ibrahim Diallo

January 2016

Why can't we create secure passwords?

Why can't we create secure passwords?

Creating a strong password is hard. Everyday we hear a story of someone's account that was hacked. On Twitter, there are always companies apologizing for tweets made by someone who hijacked their account.

It's 2016, did we fix the C10K problem?

It's 2016, did we fix the C10K problem?

Many years ago, developers saw a growth in traffic on the web and were appalled by how most websites poorly handled the spike. Moore's Law was still in effect, web servers were becoming faster every year, but software wasn't keeping up. So in response, Dan Kegel created a little place on the internet where developers could find the configurations needed to handle at least 10,000 concurrent connections.

When Bic sells it's last pen

When Bic sells it's last pen

I have horrible handwriting and I'm not ashamed of it. It's ugly and barely legible. In my family, I have the worst handwriting. But still, with enough effort, and guessing, you can read what I am trying to say.

How to make your website searchable from the browser bar with OpenSearch

How to make your website searchable from the browser bar with OpenSearch

If you are like me, you like using shortcuts to get work done. The typical way to search for a video on YouTube is to first go to youtube.com wait for it to load, then you type your query. This is a quick process and it's hard to imagine any step you can cut to make the process faster. But of course there is a way and it doesn't require any work at all.

The best way to add custom web fonts

The best way to add custom web fonts

Free USB Charging Stations

Free USB Charging Stations

Free USB charging stations are popping everywhere. For anyone with a smartphone, it is a relief. We have come to rely entirely on devices that can't last a full day. There is more entertainment then ever, bigger brighter screens, a constant connection to the internet, yet the best a smartphones has to offer is 3 to 4 hours screen time.

JS Tip of the day

Calling a function that has no name

You can make use of recursion easily in JavaScript. Let's try it with factorials: function factorial(num){ if (num < 0) { return -1; } e…

Photography