Programming insights to Storytelling, it's all here.
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.
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?
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?
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.
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.
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.
I wish i could tell you that ideas don't matter and it is execution that makes a difference. Then I could show you all kind of data to prove my point. But that's not what I am here for. Actually I can't even give you my own example because I cannot speak from experience.
It is common to run functions that return results in JavaScript. With JavaScript being loosely typed, the returned value can be of any data type. In case it is returning an array, there isn't an obvious way to detect it, because arrays are also objects.
What does alexa ranking mean? I never understood how it actually works. At least google scrape websites, and serve them in the search results, they can count which website gets the most clicks, and also find who is linking to who. The same goes for bing and other search engines. But for alexa it is different, and very limited.
When big websites make redesigns, add new features or remove some, they ask their users for feedback but ignore almost all of them. I always wondered why. It can end in two ways the user gets frustrated and leave or he simply gets used to it and and stops complaining.