Blog

Programming insights to Storytelling, it's all here.

Ibrahim Diallo

Page - 47

2013

May

My solution is to run away ... at least for a moment

My solution is to run away ... at least for a moment

What do you do when you hit a wall? When you found a bug and you can't figure out how to fix it. You spend hours and hours in front of the screen and nothing seems to work. Sometimes this can be the worse nightmare for a programmer and putting more hours trying to fix it won't make a difference.

From full stack dev to backend dev and then back.

From full stack dev to backend dev and then back.

When you are working on your own as a developer you get exposed to many aspect of the business. You don't really draw border lines. As a web developer you blend in all kind of technology and you consider it all just web development. When you work in a big or established company it is a little different. They don't need full stack developers. They have a person or a group of people that work in just one thing; DBA or Unix for example. If you do this for a while you can become an expert in your field, but lose something in other areas.

Staying motivated when things are not that exciting.

Staying motivated when things are not that exciting.

The tech world has developed a hollywood-ish image over the years. When you say work in the tech industry, everyone imagine a cool new start-up where hip youngsters dressed in the latest fashion thread, program by day and hit the clubs by night. They play video games at lunch and work on cool projects that disrupt big companies and change the world. Maybe that's how it is when you work at Google, Facebook, or some other company, however that's not what I am experiencing.

April

How to get less traffic and drive users away.

How to get less traffic and drive users away.

Getting traffic on your website is one of the hardest things. You read lots of stories on hacker news on what X website did to get a massive amount of visitors in a short timespan. Almost always each articles use different strategies, so it is hard to pinpoint what makes them successful. I don't get much traffic and I do try to follow these advices. However if you ask me how to drive people away, I can definitely help you with that.

Learning javascript in just 30 days

Learning javascript in just 30 days

Yes, I think it is fair to say that you can learn javascript in just 30 days. At least it did it for me. Not exactly 30 days but it was close enough, so I rounded it to a nice 30. Javascript can be very confusing to an experienced programmer, because it is very different then other languages. However it is not so hard if it is your first language. Learning the basic should be easy, but when you get into scoping and closure it is something else.

You can only benefit from your own failure.

You can only benefit from your own failure.

In the start up world articles that talk about failure are very inspiring. It is very hard to admit that you failed and move on. On hackernews, these post almost always make it to the front page. There are a lot of praises in the comments section and people thank the poster for being so courageous. But how useful are those articles?

Sometimes you just need to take it easy.

Sometimes you just need to take it easy.

We live in a fast paced world. Constantly checking email, text message, facebook update, working, driving and what not. We are always busy. There is no time to do anything we love, we are constantly on the run. Sometimes we work 16 to 18 hours a day, but does that mean that we are productive?

One of the reason people hate php

One of the reason people hate php

Php is by far the most popular web development language. There is a lot of effort put by the programing community to promote Python, ruby on rails, and some newer technologies, but php (LAMP) is just so easy to install and get started. I am a regular php user and it works just fine for my needs. The thing is sometimes I stumble upon some code that make me understand why people hate the language.

24 hours is just enough

24 hours is just enough

The most common response you get when you ask people why they don't spend more time doing what they love or on their side project is: "I don't have time". Other times the answer will be, "I am too busy". It seems to be the norm to accept that there isn't enough time in a day to do what you really want.

Do you really need a college degree to get a job?

Do you really need a college degree to get a job?

I am starting to hear a lot on how getting a degree is no longer relevant. First let me clarify that when I say degree I am referring to a cs or some technical field. As far as I know, you can't google your self into a brain surgeon. But it is possible for a web/software developer, to learn without having to pay $80,000 a year.

JS Tip of the day

Dealing with Live HTML Collections

To select elements from the DOM, we use browsers APIs like getElementsBy*. To make our lives easier, the result of these methods are Live. What this means is th…

Photography