Blog

Programming insights to Storytelling, it's all here.

Ibrahim Diallo

January 2018

Why we are hiring Angular Experts

Why we are hiring Angular Experts

A few years ago, a meeting was held about an issue the QA team was facing. The JIRA work-flow had become too overwhelming. It was tedious to create the hundreds of sub-tasks that sometimes accompanied each feature development. The summer was approaching, so the decision was made to use the resources from the summer internship programs to snatch one of those under graduate and have him build a new system, independent of jira, to solve the problem.

Everything becomes complicated eventually

Everything becomes complicated eventually

Developers use the word crud to describe a very simple project. For example, Stackoverflow is just a crud, I can build it over the weekend. Facebook is just a crud, I can build it over the weekend. Even Snapchat is just a crud, I can build it over the weekend. In a sense, it is true. But as the project grows in importance, so does its complexity.

The problem with a one man operation

The problem with a one man operation

What happens when you can't work anymore? If you work at a company and your department is crippled because you were sick, it is a sign of bad management on their part.

Don't stop working

Don't stop working

The more I focus on one project, the more I find it appealing to start this cool new thing in the back in my head. The further I get into the technical details of this difficult task I am working on, the easier the other idea in the back of my mind seems.

Personal Responsibility in 2018

Personal Responsibility in 2018

I'm not one to make resolutions every new year, but I often find myself asking others about their new goals for the year. Every year, I send wishes for fortune, success, or just a better life without putting much weight behind it. It is a courtesy or just the standard holiday greeting. But if there is one thing I want to wish to others and myself and actually mean it, it will be to make this year a year of personal responsibility.

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